-
Notifications
You must be signed in to change notification settings - Fork 0
signal.PitchDetectionHarm.Function.evaluateHarmonicAmplitude
Christian d'Heureuse edited this page Jun 7, 2026
·
2 revisions
dsp-collection / signal/PitchDetectionHarm / evaluateHarmonicAmplitude
function evaluateHarmonicAmplitude(
amplitude,
harmonic,
parms): number;Defined in: signal/PitchDetectionHarm.ts:189
Evaluates the amplitude of a harmonic and returns it's contribution for the weighted sum.
number
The linear amplitude of the harmonic, or a pre-processed value to be used instead.
number
The order of the harmonic. 1 for the fundamental frequency (F0).
HarmonicAmplitudeEvaluationParms
Calculation constants.
number
A measure for the importance of this harmonic for a pitch perception at the fundamental frequency.