Asterisk - The Open Source Telephony Project  18.5.0
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 125 of file func_pitchshift.c.

Field Documentation

◆ ana_freq

float ana_freq[MAX_FRAME_LENGTH]

Definition at line 132 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ ana_magn

float ana_magn[MAX_FRAME_LENGTH]

Definition at line 133 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ fft_worksp

float fft_worksp[2 *MAX_FRAME_LENGTH]

Definition at line 128 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ gRover

long gRover

Definition at line 136 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ in_fifo

float in_fifo[MAX_FRAME_LENGTH]

Definition at line 126 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ last_phase

float last_phase[MAX_FRAME_LENGTH/2+1]

Definition at line 129 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ out_fifo

float out_fifo[MAX_FRAME_LENGTH]

Definition at line 127 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ output_accum

float output_accum[2 *MAX_FRAME_LENGTH]

Definition at line 131 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ shift_amount

float shift_amount

Definition at line 137 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 130 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ syn_freq

float syn_freq[MAX_FRAME_LENGTH]

Definition at line 134 of file func_pitchshift.c.

Referenced by smb_pitch_shift().

◆ sys_magn

float sys_magn[MAX_FRAME_LENGTH]

Definition at line 135 of file func_pitchshift.c.

Referenced by smb_pitch_shift().


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