Produce a filter defined by a set of zeros, poles and a gain factor. More...
#include <Sample.h>
Friends | |
class | IIRFilter |
friendly class | |
class | Sample |
friendly class |
Produce a filter defined by a set of zeros, poles and a gain factor.
This class was designed to create and use a filter defined by zeros and poles. This class is private and can only be used by its friends.
friend class IIRFilter [friend] |
friendly class
friend class Sample [friend] |
friendly class