butterhp
A high-pass Butterworth filter.
Implementation of second-order high-pass Butterworth filter. This opcode can also be written as buthp.
Syntax
Initialization
iskip (optional, default=0) -- Skip initialization if present and non-zero.
Performance
These filters are Butterworth second-order IIR filters. They are slightly slower than the original filters in Csound, but they offer an almost flat passband and very good precision and stopband attenuation.
asig -- Input signal to be filtered.
kfreq/afreq -- Cutoff or center frequency for each of the filters.
Examples
Here is an example of the butterhp opcode. It uses the file butterhp.csd.
See also
Standard filters: Butterworth filters
Credits
Author: Paris Smaragdis
MIT, Cambridge
1995
Existed in 3.30
Audio rate parameters introduced in version 6.02
October 2013.