|
RTS API Documentation
1.10.11
|
#include <libteletone_generate.h>
Collaboration diagram for teletone_dds_state:Data Fields | |
| uint32_t | phase_rate [MAX_PHASE_TONES] |
| uint32_t | scale_factor |
| uint32_t | phase_accumulator |
| teletone_process_t | tx_level |
Definition at line 134 of file libteletone_generate.h.
| uint32_t teletone_dds_state::phase_accumulator |
Definition at line 137 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_reset_accum().
| uint32_t teletone_dds_state::phase_rate[MAX_PHASE_TONES] |
Definition at line 135 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_set_tone().
| uint32_t teletone_dds_state::scale_factor |
Definition at line 136 of file libteletone_generate.h.
Referenced by teletone_dds_state_modulate_sample(), and teletone_dds_state_set_tx_level().
| teletone_process_t teletone_dds_state::tx_level |
Definition at line 138 of file libteletone_generate.h.
Referenced by teletone_dds_state_set_tx_level().
1.8.13