FreeSWITCH API Documentation  1.7.0
Data Fields
teletone_goertzel_state_t Struct Reference

A continer for the elements of a Goertzel Algorithm (The names are from his formula) More...

#include <libteletone_detect.h>

+ Collaboration diagram for teletone_goertzel_state_t:

Data Fields

float v2
 
float v3
 
double fac
 

Detailed Description

A continer for the elements of a Goertzel Algorithm (The names are from his formula)

Definition at line 146 of file libteletone_detect.h.

Field Documentation

double teletone_goertzel_state_t::fac

Definition at line 149 of file libteletone_detect.h.

Referenced by goertzel_init().

float teletone_goertzel_state_t::v2

Definition at line 147 of file libteletone_detect.h.

Referenced by goertzel_init().

float teletone_goertzel_state_t::v3

Definition at line 148 of file libteletone_detect.h.

Referenced by goertzel_init().


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