23. buthp

buthp is a second order butterworth highpass filter, with an input signal in and cutoff frequency freq.

<<ugens-top>>=
(define (buthp in freq)
  (param in)
  (param freq)
  (rvl "buthp"))



prev | home | next