1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

AM Mod/Demod: added 3kHz and 4kHz bandwidths

This commit is contained in:
f4exb
2016-11-28 13:47:26 +01:00
parent d71f3cecb3
commit 3f3a58772b
5 changed files with 71 additions and 15 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
const QString AMModGUI::m_channelID = "sdrangel.channeltx.modam";
const int AMModGUI::m_rfBW[] = {
5000, 6250, 8330, 10000, 12500, 15000, 20000, 25000, 40000
3000, 4000, 5000, 6250, 8330, 10000, 12500, 15000, 20000, 25000, 40000
};
AMModGUI* AMModGUI::create(PluginAPI* pluginAPI, DeviceSinkAPI *deviceAPI)