namespace Dew::Signal::Units::OptimalFir
Functions
| Name | Description |
|---|---|
| remez | Design an optimal equiripple FIR filter with Parks-McClellan algorithm. |
| RemezFirLength | Estimate the number of taps of an optimal equiripple FIR filter. |
| RemezImpulse (2) | Design an optimal equiripple FIR filter with Parks-McClellan algorithm. |
| RemezLength | Estimate the length of an optimal equiripple FIR filter and build its error-weight vector. |
Variables
| Name | Type | Description |
|---|---|---|
| GridDensity | int | Grid densitiy for the Parks-McClellan algorithm. |