public class OptimalFir
Methods
| 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. |
Constants
| Name | Type | Description |
|---|---|---|
| GridDensity | Int32 | Grid densitiy for the Parks-McClellan algorithm. |