noisebw
Equivalent noise bandwidth of digital lowpass filter
Description
returns the two-sided equivalent noise bandwidth of a digital lowpass filter in Hz. Specify
the filter coefficients in descending polynomial powers by numerator bw
= noisebw(num
,den
,N
,Fs
)num
and denominator den
. Input N
is the number of samples
of the impulse response. Fs
is the sampling rate for the filtered signal.
For more information on the two-sided equivalent noise bandwidth computation, see Algorithms.
Examples
Input Arguments
Output Arguments
Algorithms
This formula specifies the two-sided equivalent noise bandwidth computation.
h is the impulse response of the filter and is specified by input
arguments num
and den
.
References
[1] Jeruchim, Michel C., Philip Balaban, and K. Sam Shanmugan. Simulation of Communication Systems. Second edition. Boston, MA: Springer US, 2000.
Version History
Introduced before R2006a