__declspec(property(get = GetUseNormalizedFrequency, put = SetUseNormalizedFrequency)) bool UseNormalizedFrequency;
True, if you want to normalize the frequency of the defined bands.
Read:
bool GetUseNormalizedFrequency();Write:
void SetUseNormalizedFrequency(const bool Value);Remarks:
Frequency normalized filters will not have its pass/cuttoff frequencies defined absolutely in Hz, but rather as a fraction of the sampling frequency.
Declared in Dew::Signal::TSignalFilter · Dew.Signal/SignalProcessing.h · Cross-compiler