Topic
Fundamental estimation with HarmonicEstimation function
Page d'accueil ' Communauté ' FPScript ' Estimation fondamentale avec la fonction HarmonicEstimation
Étiqueté : #fondement #HarmonicEstimation
- Ce sujet contient 1 réponse, 2 participants et a été mis à jour pour la dernière fois par Bernhard Kantz, le il y a 5 années et 1 mois.
-
AuteurMessages
-
01.09.2020 à 16:11 #33652Zoé SIGRISTParticipant
Hello
I would like to know how the fundamental frequency can be estimated with HarmonicEstimation function. I understood that the herebelow leads to harmonic estimation only :
Dim harm = HarmonicEstimation(_CurrentFiltered[0,block_length], HARMONIC_COMPONENTS, HARMONIC_AUTO, 60, 40)
the first data of ‘harm’ is the first harmonic and not the fundamental. Is it right?
I want to estimate the Individual harmonic distortion.
thanks
02.09.2020 à 09:29 #33653Bernhard KantzMaître des clésIn general, the first component is at the fundamental frequency. But if the number of components is chosen to high (or the db threshold too low) noise can produce a peak at a lower frequency.
Since small changes in the parameters can affect the outcome, I would advise to use the Analysis Wizard for Harmonic Estimation. Here one can easily change settings with a direct feedback on the results. Some background information is also available in the Online Help in the section Tutorials > Data Analysis > Harmonic Estimation Tutorial. The analysis object created can be changed into a formula and used as a starting point.
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.