lib
inertial-sense-sdk
hw-libs
misc
sig_gen.h
Go to the documentation of this file.
1
#ifndef SIG_GEN_H_
2
#define SIG_GEN_H_
3
4
12
//void init_sig_gen( float loopPeriodSec, float freqHz, float amplitude );
13
17
//float step_sig_gen( );
18
float
step_sinwave
(
float
*sig_gen,
float
freqHz,
float
amplitude,
float
periodSec );
19
20
#endif
/* SIG_GEN_H_ */
step_sinwave
float step_sinwave(float *sig_gen, float freqHz, float amplitude, float periodSec)
Initialize signal generator.
Definition:
sig_gen.cpp:20
inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58