#include <Filters.h>
Inheritance diagram for pp::Filters::Schroeder1
Public Methods | |
Schroeder1 (unsigned ad1=440, unsigned ad2=423, float ag1=0.7, float ag2=0.7, unsigned cd1=441, unsigned cd2=442, unsigned cd3=443, unsigned cd4=445, float c11=1.0f, float c12=1.0f, float c13=1.0f, float c14=1.0f, float c21=0.7f, float c22=0.7f, float c23=0.7f, float c24=0.7f) | |
virtual const char* | GetName () const |
virtual T | operator() (const T& x) |
Public Attributes | |
AllPass<T> | m_a1 |
AllPass<T> | m_a2 |
IIRComb<T> | m_c1 |
IIRComb<T> | m_c2 |
IIRComb<T> | m_c3 |
IIRComb<T> | m_c4 |