mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 10:56:45 +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:
|
// 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
|
// At levels below the fixed threshold, the threshold adapts toward the upper edge
|
||||||
// of the distribution, presumed to be noise.
|
// 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.
|
// of the distribution, presumed to be signal.
|
||||||
// This is implemented by adding a hidden (bias) distribution at the fixed threshold.
|
// This is implemented by adding a hidden (bias) distribution at the fixed threshold.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue