Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:01 2007

Asterisk developer's documentation :: Codename Pineapple


dtmf_detect_state_t Struct Reference

Collaboration diagram for dtmf_detect_state_t:

Collaboration graph
[legend]

Detailed Description

Definition at line 197 of file dsp.c.

Data Fields

goertzel_state_t col_out [4]
int current_digits
int current_sample
int detected_digits
int digit_hits [16]
char digits [MAX_DTMF_DIGITS+1]
float energy
int fax_hits
goertzel_state_t fax_tone
int hits [3]
int lost_digits
int mhit
goertzel_state_t row_out [4]


Field Documentation

goertzel_state_t col_out[4]
 

Definition at line 200 of file dsp.c.

int current_digits
 

Definition at line 223 of file dsp.c.

Referenced by ast_dsp_getdigits(), and ast_dsp_process().

int current_sample
 

Definition at line 219 of file dsp.c.

int detected_digits
 

Definition at line 224 of file dsp.c.

int digit_hits[16]
 

Definition at line 226 of file dsp.c.

char digits[MAX_DTMF_DIGITS+1]
 

Definition at line 221 of file dsp.c.

Referenced by ast_dsp_getdigits(), and ast_dsp_process().

float energy
 

Definition at line 218 of file dsp.c.

int fax_hits
 

Definition at line 228 of file dsp.c.

goertzel_state_t fax_tone
 

Definition at line 202 of file dsp.c.

int hits[3]
 

Definition at line 215 of file dsp.c.

int lost_digits
 

Definition at line 225 of file dsp.c.

int mhit
 

Definition at line 217 of file dsp.c.

goertzel_state_t row_out[4]
 

Definition at line 199 of file dsp.c.


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen