RTS API Documentation
1.10.11
|
A continer for the elements of a Goertzel Algorithm (The names are from his formula) More...
#include <libteletone_detect.h>
Data Fields | |
float | v2 |
float | v3 |
double | fac |
A continer for the elements of a Goertzel Algorithm (The names are from his formula)
Definition at line 146 of file libteletone_detect.h.
double teletone_goertzel_state_t::fac |
Definition at line 149 of file libteletone_detect.h.
Referenced by goertzel_init(), teletone_dtmf_detect(), teletone_goertzel_update(), and teletone_multi_tone_detect().
float teletone_goertzel_state_t::v2 |
Definition at line 147 of file libteletone_detect.h.
Referenced by goertzel_init(), teletone_dtmf_detect(), teletone_goertzel_update(), and teletone_multi_tone_detect().
float teletone_goertzel_state_t::v3 |
Definition at line 148 of file libteletone_detect.h.
Referenced by goertzel_init(), teletone_dtmf_detect(), teletone_goertzel_update(), and teletone_multi_tone_detect().