|
79 | 79 | # iteratively by height (over and above the aperiodic component), and so this approach will |
80 | 80 | # extract (up to) the *n* largest peaks. |
81 | 81 | # |
82 | | -# **peak_threshold (in units of standard deviation)** default: 2.0 |
| 82 | +# **peak_threshold (relative threshold - standard deviation of power spectrum)** default: 2.0 |
83 | 83 | # |
84 | 84 | # The threshold, in terms of standard deviation of the aperiodic-removed power |
85 | 85 | # spectrum, above which a data point must pass to be considered a candidate peak. |
86 | 86 | # Once a candidate peak drops below this threshold, the peak search is halted (without |
87 | 87 | # including the most recent candidate). |
88 | 88 | # |
89 | | -# **min_peak_height (units of power - same as the input spectrum)** default: 0 |
| 89 | +# **min_peak_height (absolute threshold - units of log power)** default: 0 |
90 | 90 | # |
91 | 91 | # The minimum height, above the aperiodic fit, that a peak must have to be extracted |
92 | | -# in the initial fit stage. Once a candidate peak drops below this threshold, the peak |
93 | | -# search is halted (without including the most recent candidate). Note that because |
94 | | -# this constraint is enforced during peak search, and prior to final peak fit, returned |
95 | | -# peaks are not guaranteed to surpass this value in height. |
| 92 | +# in the initial fit stage. This threshold is defined in units of log power. Once a |
| 93 | +# candidate peak drops below this threshold, the peak search is halted (without including |
| 94 | +# the most recent candidate). Note that because this constraint is enforced during peak search, |
| 95 | +# and prior to final peak fit, returned peaks are not guaranteed to surpass this value in height. |
96 | 96 | # |
97 | 97 | # There are two different height-related halting conditions for the peak searching. |
98 | 98 | # By default, the relative (standard-deviation based) threshold is defined, whereas the |
|
0 commit comments