AME
ame_Biquad.hpp File Reference

Biquad filter. More...

#include "ame_AudioBuffer.hpp"
#include "ame_Math.hpp"
#include <array>
#include <atomic>
#include <cassert>
#include <cmath>
#include <concepts>
#include <cstdint>
Include dependency graph for ame_Biquad.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ame::dsp::Biquad< FloatType, MaximumChannels >
 BiQuad filter. More...
 
struct  ame::dsp::Biquad< FloatType, MaximumChannels >::Coefficients
 BiQuad filter coefficients. More...
 

Detailed Description

Biquad filter.

Audio-EQ-Cookbook by Robert Bristow-Johnson implementation. https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html

Author
Akiyuki Okayasu (akiyu.nosp@m.ki.o.nosp@m.kayas.nosp@m.u@gm.nosp@m.ail.c.nosp@m.om)

AME is released under the MIT license.