Skip to content

Enum biquad_type

enum biquad_type dsp

enum class biquad_type { … }

Type of biquad filter response used by coefficient design helpers.

enum constant lowpass

lowpass

Passes frequencies below the cutoff.

Fully qualified name: kfr::biquad_type::lowpass

Declared at dsp/biquad.hpp:49

enum constant highpass

highpass

Passes frequencies above the cutoff.

Fully qualified name: kfr::biquad_type::highpass

Declared at dsp/biquad.hpp:50

enum constant bandpass

bandpass

Passes frequencies inside a band.

Fully qualified name: kfr::biquad_type::bandpass

Declared at dsp/biquad.hpp:51

enum constant bandstop

bandstop

Rejects frequencies inside a band.

Fully qualified name: kfr::biquad_type::bandstop

Declared at dsp/biquad.hpp:52

enum constant peak

peak

Peaking equalizer filter.

Fully qualified name: kfr::biquad_type::peak

Declared at dsp/biquad.hpp:53

enum constant notch

notch

Notch (band-reject) filter.

Fully qualified name: kfr::biquad_type::notch

Declared at dsp/biquad.hpp:54

enum constant lowshelf

lowshelf

Low-shelf equalizer filter.

Fully qualified name: kfr::biquad_type::lowshelf

Declared at dsp/biquad.hpp:55

enum constant highshelf

highshelf

High-shelf equalizer filter.

Fully qualified name: kfr::biquad_type::highshelf

Declared at dsp/biquad.hpp:56

Fully qualified name: kfr::biquad_type

Declared at dsp/biquad.hpp:47

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.