#include <VrSquelch.h>
Inheritance diagram for VrSquelch< T >:
Public Member Functions | |
VrSquelch (float th, float d) | |
virtual void | work (timestamp ts, unsigned int size, T *i[], T *o[]) |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
void | setThresh (float th) |
float | getThresh () |
void | setDuration (float d) |
float | getDuration () |
Protected Attributes | |
float | thresh |
float | duration |
bool | squelching |
int | bufferCount |
T * | zeroBuf |
|
|
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|