mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Improve low band signal reception (FM Radio Station Audio tests) (#3048)
* Added PRO button to analog_audio.cpp for debugging metallic ringing sounds in Audio app. Ensured consitency to 4MHz in analog_audio.cpp * Restored blutooth after loss. * Added several sampling rates to analog_audio for testing. * Ran format-code.sh
This commit is contained in:
@@ -81,7 +81,11 @@ class WidebandFMAudio : public BasebandProcessor {
|
||||
void on_message(const Message* const message) override;
|
||||
|
||||
private:
|
||||
#ifdef PRALINE
|
||||
static constexpr size_t baseband_fs = 2000000;
|
||||
#else
|
||||
static constexpr size_t baseband_fs = 3072000;
|
||||
#endif
|
||||
static constexpr auto spectrum_rate_hz = 50.0f;
|
||||
|
||||
std::array<complex16_t, 512> dst{};
|
||||
|
||||
Reference in New Issue
Block a user