Remove commented code.

This commit is contained in:
Jared Boone 2015-11-03 16:53:10 -08:00
parent 424c0eac3f
commit a074e7d8d8

View File

@ -38,7 +38,6 @@ public:
private: private:
ChannelDecimator decimator { ChannelDecimator::DecimationFactor::By4 }; ChannelDecimator decimator { ChannelDecimator::DecimationFactor::By4 };
//dsp::decimate::FIRAndDecimateBy2Complex<64> channel_filter { taps_64_lp_031_070_tfilter };
dsp::demodulate::FM demod { 768000, 75000 }; dsp::demodulate::FM demod { 768000, 75000 };
dsp::decimate::DecimateBy2CIC4Real audio_dec_1; dsp::decimate::DecimateBy2CIC4Real audio_dec_1;
dsp::decimate::DecimateBy2CIC4Real audio_dec_2; dsp::decimate::DecimateBy2CIC4Real audio_dec_2;