diff options
Diffstat (limited to 'phase.h')
-rw-r--r-- | phase.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -32,8 +32,10 @@ | |||
32 | #include "comp.h" | 32 | #include "comp.h" |
33 | 33 | ||
34 | void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); | 34 | void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); |
35 | void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); | 35 | void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, |
36 | COMP filter_phase[]); | ||
36 | 37 | ||
37 | void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); | 38 | void mag_to_phase(float phase[], float Gdbfk[], int Nfft, |
39 | codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); | ||
38 | 40 | ||
39 | #endif | 41 | #endif |