Two-zero notch.
More...
#include <Filter.h>
List of all members.
Public Member Functions |
| | Notch (Tp frq=1000, Tp wid=100) |
|
void | freq (Tp v) |
| | Set center frequency.
|
|
void | width (Tp v) |
| | Set bandwidth.
|
|
Tv | operator() (Tv i0) |
| | Filter sample.
|
|
void | zero () |
| | Zero delay elements.
|
Detailed Description
template<class Tv = gam::real, class Tp = gam::real, class Ts = Synced>
class gam::Notch< Tv, Tp, Ts >
Two-zero notch.
- Template Parameters:
-
| Tv | value (sample) type |
| Tp | parameter type |
| Ts | sync type |
Constructor & Destructor Documentation
| Notch |
( |
Tp |
frq = 1000, |
|
|
Tp |
wid = 100 |
|
) |
| |
- Parameters:
-
| [in] | frq | Center frequency |
| [in] | wid | Bandwidth |
The documentation for this class was generated from the following file:
- /Users/ljp/code/gamma/trunk/Gamma/Filter.h