This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
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. See get_window for a list :
|
---|---|
Returns : | h – coefficients of length N fir filter. : |