mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Demod Analyzer implementation with AM modulator and demodulator
This commit is contained in:
@@ -65,6 +65,7 @@ AMMod::AMMod(DeviceAPI *deviceAPI) :
|
||||
m_thread = new QThread(this);
|
||||
m_basebandSource = new AMModBaseband();
|
||||
m_basebandSource->setInputFileStream(&m_ifstream);
|
||||
m_basebandSource->setChannel(this);
|
||||
m_basebandSource->moveToThread(m_thread);
|
||||
|
||||
applySettings(m_settings, true);
|
||||
|
||||
Reference in New Issue
Block a user