Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
dtmf_detect_state_t Struct Reference
Collaboration diagram for dtmf_detect_state_t:
Collaboration graph
[legend]

Data Fields

goertzel_state_t col_out [4]
 
int current_hit
 
int current_sample
 
float energy
 
int hits
 
int lasthit
 
int misses
 
int mute_samples
 
goertzel_state_t row_out [4]
 

Detailed Description

Definition at line 281 of file dsp.c.

Field Documentation

◆ col_out

goertzel_state_t col_out[4]

Definition at line 284 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ current_hit

int current_hit

Definition at line 288 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ current_sample

int current_sample

Definition at line 290 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ energy

float energy

Definition at line 289 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ hits

int hits

Definition at line 285 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ lasthit

int lasthit

Definition at line 287 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ misses

int misses

Definition at line 286 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().

◆ mute_samples

int mute_samples

Definition at line 291 of file dsp.c.

Referenced by dtmf_detect().

◆ row_out

goertzel_state_t row_out[4]

Definition at line 283 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_dtmf_detect_init(), and dtmf_detect().


The documentation for this struct was generated from the following file: