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

Data Fields

int current_hit
 
int current_sample
 
int hits [5]
 
int mute_samples
 
goertzel_state_t tone_out [6]
 

Detailed Description

Definition at line 294 of file dsp.c.

Field Documentation

◆ current_hit

int current_hit

Definition at line 297 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

◆ current_sample

int current_sample

Definition at line 299 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

◆ hits

int hits[5]

Definition at line 298 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().

◆ mute_samples

int mute_samples

Definition at line 300 of file dsp.c.

Referenced by mf_detect().

◆ tone_out

goertzel_state_t tone_out[6]

Definition at line 296 of file dsp.c.

Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().


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