Fixed bugs + new radio

This commit is contained in:
Ryzerth
2020-12-06 16:13:47 +01:00
parent 9b8c1a3072
commit f4f8c77ffa
20 changed files with 1387 additions and 667 deletions

View File

@ -105,7 +105,7 @@ namespace dsp {
float _offset, _inSampleRate, _outSampleRate, _bandWidth;
filter_window::BlackmanWindow win;
stream<complex_t>* _in;
FrequencyXlator xlator;
FrequencyXlator<complex_t> xlator;
PolyphaseResampler<complex_t> resamp;
};