Function ctru_sys::ndspChnIirMonoSetParamsHighPassFilter
source · pub unsafe extern "C" fn ndspChnIirMonoSetParamsHighPassFilter(
id: c_int,
f0: f32
) -> bool
Expand description
Sets the monopole to be a high pass filter. (Note: This is a lower-quality filter than the biquad one.)
§Arguments
id
- ID of the channel (0..23).f0
- High pass cut-off frequency.