__declspec(property(get = GetActive, put = SetActive)) bool Active;
Set this property to True, to enable normalized Frequency.
Read:
bool GetActive();Write:
void SetActive(const bool Value);Remarks:
When normFrequency will be applied to the frequency spectrum, the frequency equal to normFrequency will have a value of 1 on the frequency axis. You can then see the ratio of all other frequencies towards the normFrequency. This can be usefull when determining harmonics or half-harmonics.
Declared in Dew::Signal::TNormalizedFreq · Dew.Signal/SignalAnalysis.h · Cross-compiler