mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-22 15:01:29 +00:00
Fix capture mode baseband_fs value.
This commit is contained in:
parent
09a39f780a
commit
28ca45326d
@ -41,7 +41,8 @@ public:
|
|||||||
void on_message(const Message* const message) override;
|
void on_message(const Message* const message) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static constexpr size_t baseband_fs = 2457600;
|
// TODO: Repeated value needs to be transmitted from application side.
|
||||||
|
static constexpr size_t baseband_fs = 4000000;
|
||||||
static constexpr auto spectrum_rate_hz = 50.0f;
|
static constexpr auto spectrum_rate_hz = 50.0f;
|
||||||
|
|
||||||
std::array<complex16_t, 512> dst;
|
std::array<complex16_t, 512> dst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user