void SavGolayFilter(TVec Data, TMtx H)
Savitzky-Golay FIR smoothing filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec | source TVec |
| 2 | H | TMtx | source 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.