Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Functions
_
a
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
a
b
c
d
e
f
g
h
l
m
n
p
q
r
s
t
u
w
y
Typedefs
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
r
s
t
u
w
y
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
i
m
n
p
s
t
u
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
m
n
o
p
q
r
s
t
u
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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 Sat Sep 19 2020 03:19:05