Fixed-size shift delay.
More...
#include <Delay.h>
List of all members.
Public Member Functions |
| | DelayShift (const T &v=T()) |
|
T & | operator[] (uint32_t i) |
| | Set nth delayed element.
|
|
const T & | operator[] (uint32_t i) const |
| | Get nth delayed element.
|
|
T * | elems () |
| | Get elements.
|
|
T | operator() (const T &v) const |
| | Input element and return Nth delayed element.
|
Static Public Member Functions |
|
static uint32_t | size () |
| | Get size of delay.
|
Detailed Description
template<uint32_t N, class T>
class gam::DelayShift< N, T >
Fixed-size shift delay.
- Template Parameters:
-
| N | size of delay |
| T | value (sample) type |
Constructor & Destructor Documentation
- Parameters:
-
| [in] | v | Initial value of elements |
The documentation for this class was generated from the following file:
- /Users/ljp/code/gamma/trunk/Gamma/Delay.h