TNormalizedAmplt::Active Property

__declspec(property(get = GetActive, put = SetActive)) bool Active;

Set this property to True, to enable normalized amplitude.

Read: bool GetActive();
Write: void SetActive(const bool Value);
Remarks:

When normAmplitude will be applied to the frequency spectrum, the amplitude equal to normAmplitude will have a value of 1 on the amplitude axis. You can then see the ratio of all other amplitudes towards the normAmplitude.

Declared in Dew::Signal::TNormalizedAmplt · Dew.Signal/SignalAnalysis.h · Cross-compiler