Separate 2.4MHz demodulator into its own file.

This commit is contained in:
Oliver Jowett 2015-01-19 23:50:25 +00:00
parent a6542b505b
commit f753c2d9fe
6 changed files with 573 additions and 501 deletions

View file

@ -1039,7 +1039,7 @@ int main(int argc, char **argv) {
clock_gettime(CLOCK_THREAD_CPUTIME_ID, &cpu_start_time);
if (Modes.oversample)
detectModeS_oversample(Modes.magnitude, MODES_ASYNC_BUF_SAMPLES);
demodulate2400(Modes.magnitude, MODES_ASYNC_BUF_SAMPLES);
else
demodulate2000(Modes.magnitude, MODES_ASYNC_BUF_SAMPLES);