SignalUtils.SavGolayFilter Method

void SavGolayFilter(TVec Data, TMtx H)

Savitzky-Golay FIR smoothing filter.

#NameTypeDescription
1DataTVecsource TVec
2HTMtxsource TMtx

Result: stored in self (calling object)

Remarks:

Apply Savitzky-Golay FIR smoothing filter designed by the SavGolayImpulse routine and stored in the H matrix to the Data. For streamed filtering use the Dew.Signal.Units.SignalUtils.FirFilter routine.

See Also: SignalUtils.FirFilter, SignalUtils.SavGolayFilter, SignalUtils.SavGolayImpulse