FIR Filter Design using windowed ideal filter method.
Parameters: | N – order of filter (number of taps) : cutoff – cutoff frequency of filter (normalized so that 1 corresponds to :
width – if width is not None, then assume it is the approximate width of :
window – desired window to use. : |
---|---|
Returns: | h – coefficients of length N fir filter. : |