Clean up baseband processor statics.

This commit is contained in:
Jared Boone
2016-01-29 16:11:00 -08:00
parent 96898f82b2
commit 7c65a2d650
6 changed files with 17 additions and 23 deletions

View File

@@ -37,6 +37,9 @@ public:
void on_message(const Message* const message) override;
private:
static constexpr size_t baseband_fs = 3072000;
static constexpr auto spectrum_rate_hz = 50.0f;
std::array<complex16_t, 512> dst;
const buffer_c16_t dst_buffer {
dst.data(),