Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | block_size |
float | energy |
int | freq |
int | hit_count |
int | hits_required |
int | last_hit |
int | mute_samples |
int | samples_pending |
int | squelch |
float | threshold |
goertzel_state_t | tone |
int block_size |
Definition at line 266 of file dsp.c.
Referenced by ast_tone_detect_init(), test_tone_amplitude_sweep(), test_tone_freq_sweep(), and tone_detect().
float energy |
Definition at line 269 of file dsp.c.
Referenced by ast_tone_detect_init(), and tone_detect().
int freq |
Definition at line 265 of file dsp.c.
Referenced by ast_tone_detect_init(), test_tone_amplitude_sweep(), test_tone_freq_sweep(), and tone_detect().
int hit_count |
Definition at line 276 of file dsp.c.
Referenced by ast_tone_detect_init(), test_tone_amplitude_sweep(), test_tone_freq_sweep(), and tone_detect().
int hits_required |
Definition at line 273 of file dsp.c.
Referenced by ast_tone_detect_init(), test_tone_amplitude_sweep(), test_tone_freq_sweep(), and tone_detect().
int last_hit |
Definition at line 277 of file dsp.c.
Referenced by ast_tone_detect_init(), and tone_detect().
int mute_samples |
Definition at line 271 of file dsp.c.
Referenced by tone_detect().
int samples_pending |
Definition at line 270 of file dsp.c.
Referenced by ast_tone_detect_init(), and tone_detect().
int squelch |
Definition at line 267 of file dsp.c.
Referenced by ast_fax_detect_init(), ast_freq_detect_init(), ast_tone_detect_init(), and tone_detect().
float threshold |
Definition at line 274 of file dsp.c.
Referenced by ast_tone_detect_init(), and tone_detect().
goertzel_state_t tone |
Definition at line 268 of file dsp.c.
Referenced by ast_tone_detect_init(), and tone_detect().