__property bool PeakFilterMode = {read = FPeakFilterMode, write = SetPeakFilterMode};
Controls peak filtering.
Read:
bool FPeakFilterMode;Write:
void SetPeakFilterMode(const bool Value);Remarks:
Set this property to True, if you want to use digital filter to remove each clicked peak, instead to mark it. The filter does its job by first reading amplitude and phase from the marked peak and substracting the sine of the same frequency, phase and amplitude from the time series. The frequency spectrum is then recomputed from the modified time series. Peak filtering works only when peak interpolation is possible which enables high precision frequency, amplitude and phase estimation required.
Declared in Dew::Signal::Controls::VCL::TSpectrumMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only