13 #ifndef __Pd____BandPass__
14 #define __Pd____BandPass__
52 double sigbp_qcos(
double f);
53 void sigbp_docoef(
double cf,
double q);
55 t_sigbp *x =
new t_sigbp;
61 double perform(
double input);
62 void setCenterFrequency(
double cf);
66 std::string pdName =
"bp~";
The Pd++ namespace.
Definition: BandPass.cpp:14
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
Band pass filter.
Definition: BandPass.h:31