diff options
Diffstat (limited to 'src/phase.h')
| -rw-r--r-- | src/phase.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/phase.h b/src/phase.h index 92909f0..b7f0413 100644 --- a/src/phase.h +++ b/src/phase.h @@ -32,8 +32,10 @@ #include "comp.h" void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); -void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); +void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, + COMP filter_phase[]); -void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); +void mag_to_phase(float phase[], float Gdbfk[], int Nfft, + codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); #endif |
