mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Fix typo in comments
This commit is contained in:
parent
205b9d4aec
commit
746b41e509
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void GateImpl::updateHistogram(int32_t value, int count = 1) {
|
|||
// When only a single distribution is present, the threshold becomes level-dependent:
|
||||
// At levels below the fixed threshold, the threshold adapts toward the upper edge
|
||||
// of the distribution, presumed to be noise.
|
||||
// At levels above the fixed threshold, he threshold adapts toward the lower edge
|
||||
// At levels above the fixed threshold, the threshold adapts toward the lower edge
|
||||
// of the distribution, presumed to be signal.
|
||||
// This is implemented by adding a hidden (bias) distribution at the fixed threshold.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue