Go to the source code of this file.
Functions | |
float | step_sinwave (float *sig_gen, float freqHz, float amplitude, float periodSec) |
Initialize signal generator. More... | |
float step_sinwave | ( | float * | sig_gen, |
float | freqHz, | ||
float | amplitude, | ||
float | periodSec | ||
) |
Initialize signal generator.
param float loopPeriodSec Timestep interval in seconds param float freqHz Frequency of output sin wave param float amplitude Amplitude (peak to center/mean) of output sin wave
Step the signal generator output
Definition at line 20 of file sig_gen.cpp.