#include <VrSigSource.h>
Inheritance diagram for VrSigSource< oType >:
Public Member Functions | |
virtual int | work2 (VrSampleRange output, void *o[]) |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
int | getWaveform () |
double | getAmplitude () |
double | getFrequency () |
void | setWaveform (int w) |
void | setAmplitude (double a) |
void | setFrequency (double f) |
VrSigSource (double sampling_freq, int wf, double f, double a) | |
VrSigSource (double sampling_freq) | |
Protected Member Functions | |
void | incTime () |
double | slope () |
void | createBuffers () |
Protected Attributes | |
int | wform |
double | freq |
double | amp |
double | time |
oType * | buffer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
|
|
|
|
|
|
|
|
Implements VrSource< oType >. |
|
|
|
|
|
|
|
|
|
|