Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
fft_data Struct Reference

Data Fields

float ana_freq [MAX_FRAME_LENGTH]
 
float ana_magn [MAX_FRAME_LENGTH]
 
float fft_worksp [2 *MAX_FRAME_LENGTH]
 
long gRover
 
float in_fifo [MAX_FRAME_LENGTH]
 
float last_phase [MAX_FRAME_LENGTH/2+1]
 
float out_fifo [MAX_FRAME_LENGTH]
 
float output_accum [2 *MAX_FRAME_LENGTH]
 
float shift_amount
 
float sum_phase [MAX_FRAME_LENGTH/2+1]
 
float syn_freq [MAX_FRAME_LENGTH]
 
float sys_magn [MAX_FRAME_LENGTH]
 

Detailed Description

Definition at line 140 of file func_pitchshift.c.

Field Documentation

◆ ana_freq

float ana_freq[MAX_FRAME_LENGTH]

Definition at line 147 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ ana_magn

float ana_magn[MAX_FRAME_LENGTH]

Definition at line 148 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ fft_worksp

float fft_worksp[2 *MAX_FRAME_LENGTH]

Definition at line 143 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ gRover

long gRover

Definition at line 151 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ in_fifo

float in_fifo[MAX_FRAME_LENGTH]

Definition at line 141 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ last_phase

float last_phase[MAX_FRAME_LENGTH/2+1]

Definition at line 144 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ out_fifo

float out_fifo[MAX_FRAME_LENGTH]

Definition at line 142 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ output_accum

float output_accum[2 *MAX_FRAME_LENGTH]

Definition at line 146 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ shift_amount

float shift_amount

Definition at line 152 of file func_pitchshift.c.

Referenced by pitchshift_cb(), and pitchshift_helper().

◆ sum_phase

float sum_phase[MAX_FRAME_LENGTH/2+1]

Definition at line 145 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ syn_freq

float syn_freq[MAX_FRAME_LENGTH]

Definition at line 149 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ sys_magn

float sys_magn[MAX_FRAME_LENGTH]

Definition at line 150 of file func_pitchshift.c.

Referenced by smb_pitch_shift().


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