#include <VrChirpSource.h>
Inheritance diagram for VrChirpSource< oType >:
Public Member Functions | |
virtual const char * | name () |
default name for a module (override with actual name) | |
virtual int | work2 (VrSampleRange output, void *o[]) |
VrChirpSource (double sample_freq, double amplitude, double chirp_sweep_freq) | |
virtual void | initialize () |
Initialize any local state that is dependent on sampling frequency. | |
Protected Attributes | |
double | sampling_freq |
double | amplitude |
double | phase |
double | chirp_sweep_freq |
double | chirp_incr |
double | chirp_min_freq |
double | chirp_max_freq |
double | chirp_current_freq |
|
|
|
Initialize any local state that is dependent on sampling frequency.
Reimplemented from VrSigProc. |
|
default name for a module (override with actual name)
Reimplemented from VrSource< oType >. |
|
Implements VrSource< oType >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|