Move baseband working buffers from member variables to stack.

It's temporary, after all...
This commit is contained in:
Jared Boone
2016-01-02 10:57:47 -08:00
parent e7be7c5121
commit fea5dd536f
11 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ public:
void execute(const buffer_c8_t& buffer) override;
private:
std::array<complex16_t, 512> dst;
dsp::decimate::FIRC8xR16x24FS4Decim4 decim_0;
dsp::decimate::FIRC16xR16x16Decim2 decim_1;