TSignalFilter::Taps Property

__declspec(property(get = GetTaps, put = SetTaps)) TVec*Taps;

Holds the taps for the filter.

Read: TVec *GetTaps();
Write: void SetTaps(TVec *Value);
Remarks:

This taps can be FIR or IIR type. If taps are from an IIR filter, they are stored as second order sections interleaved like this: B0[0], B0[1], B0[2], A0[0], A0[1], A0[2], B1[0], B1[1], B1[2], A1[0], A1[1], A1[2],...

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