nRF Connect SDK API
3.3.99
Loading...
Searching...
No Matches
◆
sim_waves
const struct
sim_wave
sim_waves[]
static
Initial value:
= {
{
.label =
"sine"
,
.wave_param = {
.type =
WAVE_GEN_TYPE_SINE
,
.period_ms = 2000,
.offset = 0.0,
.amplitude = 0.5,
.noise = 0.1,
}
},
{
.label =
"triangle"
,
.wave_param = {
.type =
WAVE_GEN_TYPE_TRIANGLE
,
.period_ms = 2000,
.offset = 0.0,
.amplitude = 0.5,
.noise = 0.1,
},
},
{
.label =
"square"
,
.wave_param = {
.type =
WAVE_GEN_TYPE_SQUARE
,
.period_ms = 2000,
.offset = 0.0,
.amplitude = 0.5,
.noise = 0.1,
},
},
{
.label =
"idle"
,
.wave_param = {
.type =
WAVE_GEN_TYPE_NONE
,
.period_ms = 0,
.offset = 0.0,
.amplitude = 0.0,
.noise = 0.1,
},
},
}
WAVE_GEN_TYPE_SQUARE
@ WAVE_GEN_TYPE_SQUARE
Definition
wave_gen.h:32
WAVE_GEN_TYPE_TRIANGLE
@ WAVE_GEN_TYPE_TRIANGLE
Definition
wave_gen.h:31
WAVE_GEN_TYPE_SINE
@ WAVE_GEN_TYPE_SINE
Definition
wave_gen.h:30
WAVE_GEN_TYPE_NONE
@ WAVE_GEN_TYPE_NONE
Definition
wave_gen.h:33
applications
machine_learning
configuration
nrf52840dk_nrf52840
sensor_sim_ctrl_def.h
Generated on Fri May 29 2026 09:09:22 for nRF Connect SDK API by
1.12.0