TSignalInterpolator::Initialized Property

__declspec(property(get = GetInitialized, put = SetInitialized)) bool Initialized;

When set to false, the next call to the update method will reinitialize the FIR filters.

Read: bool GetInitialized();
Write: void SetInitialized(const bool Value);
Remarks:

This is usefull, when ExternalTaps is True. Do not reset the filter while streaming is under way.

Declared in Dew::Signal::TSignalMultiRate · Dew.Signal/SignalProcessing.h · Cross-compiler