mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Add AM spectrum ZOOM x3/x4 with optimized x4 decimation (#3304)
* Add AM spectrum zoom x3 and x4 * Optimize AM spectrum zoom x4 processing * Fix AM spectrum zoom formatting * Fix AM spectrum zoom header formatting
This commit is contained in:
@@ -728,6 +728,8 @@ class AMConfigureMessage : public Message {
|
||||
enum class Zoom_waterfall : size_t {
|
||||
ZOOM_x_1 = 1,
|
||||
ZOOM_x_2 = 2,
|
||||
ZOOM_x_3 = 4,
|
||||
ZOOM_x_4 = 8,
|
||||
};
|
||||
|
||||
constexpr AMConfigureMessage(
|
||||
|
||||
Reference in New Issue
Block a user