summaryrefslogtreecommitdiff
path: root/phase.h
diff options
context:
space:
mode:
Diffstat (limited to 'phase.h')
-rw-r--r--phase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/phase.h b/phase.h
index 92909f0..b7f0413 100644
--- a/phase.h
+++ b/phase.h
@@ -32,8 +32,10 @@
32#include "comp.h" 32#include "comp.h"
33 33
34void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); 34void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]);
35void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); 35void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase,
36 COMP filter_phase[]);
36 37
37void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); 38void 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