codec2
codec2 copied to clipboard
modem_stats speed up
In modem_stats.c we are using a FFT size of 2*MODEM_STATS_NSPEC , I think we could use a real fft (fftr) and halve that, reducing CPU by at least half.