22. butbp
butbp
is a 2nd-order butterworth bandpass filter. The
input signal is in
. freq
is the center frequency, and
bw
is the bandwidth, in units of Hz.
<<ugens-top>>=
(define (butbp in freq bw)
(param in)
(param freq)
(param bw)
(rvl "butbp"))
prev | home | next