mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 01:17:25 +00:00
Fixed waterfall frequency scale in Replay app (#1337)
* Fix waterfall frequency scale in Replay * Fix waterfall frequency scale in Replay
This commit is contained in:
@@ -45,10 +45,6 @@ class ReplayProcessor : public BasebandProcessor {
|
||||
static constexpr auto spectrum_rate_hz = 50.0f;
|
||||
|
||||
std::array<complex16_t, 256> iq{};
|
||||
const buffer_c16_t iq_buffer{
|
||||
iq.data(),
|
||||
iq.size(),
|
||||
baseband_fs / 8};
|
||||
|
||||
int32_t channel_filter_low_f = 0;
|
||||
int32_t channel_filter_high_f = 0;
|
||||
|
Reference in New Issue
Block a user