mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-26 05:35:21 -04:00
Basic console window for digital output
- Probably end up making this a single tabbed dialog but this works for the moment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "ModemAM.h"
|
||||
|
||||
ModemAM::ModemAM() {
|
||||
ModemAM::ModemAM() : ModemAnalog() {
|
||||
demodAM = ampmodem_create(0.5, 0.0, LIQUID_AMPMODEM_DSB, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user