__declspec(property(get = GetNormAmplitude, put = SetNormAmplitude)) double NormAmplitude;
Specifies the normalized amplitude.
Read:
double GetNormAmplitude();Write:
void SetNormAmplitude(const double Value);Remarks:
Normalized amplitude is a predefined amplitude, that always has a value of 1 on the frequency axis. Normalized amplitude can be specified absolutely in Hz or it can be specified relative to some marked peak. When normalized amplitude is specified relative to a marked peak, this marked peak can be traced (followed between spectrum updates).
Declared in Dew::Signal::TNormalizedAmplt · Dew.Signal/SignalAnalysis.h · Cross-compiler