diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
| commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
| tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /phase.h | |
| parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) | |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
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 |
