diff --git a/DSP_API/Waveform/ThumbDV.cfg b/DSP_API/Waveform/ThumbDV.cfg new file mode 100644 index 0000000..f93b45c --- /dev/null +++ b/DSP_API/Waveform/ThumbDV.cfg @@ -0,0 +1,23 @@ +[header] +Name: ThumbDV +Version: "0.0.4" +Minimum-SmartSDR-Version: 1.4.2.0 +Author: FlexRadio Systems +Support-email: support@flexradio.com +Support-phone: 512-535-4713 +License: GPL7.3 +Executable: "thumbdv" + +[setup] +waveform create name=ThumbDV mode=DSTR underlying_mode=DFM version=0.0.4 +waveform set ThumbDV tx=1 +waveform set ThumbDV rx_filter low_cut=-4800 +waveform set ThumbDV rx_filter high_cut=4800 +waveform set ThumbDV rx_filter depth=2 +waveform set ThumbDV tx_filter low_cut=0 +waveform set ThumbDV tx_filter high_cut=4800 +waveform set ThumbDV tx_filter depth=2 +waveform set ThumbDV udpport=5000 + +[end] + diff --git a/DSP_API/Waveform/ThumbDV.ssdr_waveform b/DSP_API/Waveform/ThumbDV.ssdr_waveform new file mode 100644 index 0000000..6ea81d1 Binary files /dev/null and b/DSP_API/Waveform/ThumbDV.ssdr_waveform differ diff --git a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss index 70b44b4..4e67f80 100644 --- a/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss +++ b/pc/CODEC2 GUI/CODEC2_GUI_INSTALLER/Flex_ThumbDV_Waveform_Inno_Install_Script.iss @@ -39,7 +39,7 @@ Source: "..\CODEC2 GUI\bin\x86\Release\FlexLib.dll"; DestDir: "{app}"; Flags: ig Source: "..\CODEC2 GUI\bin\x86\Release\Ionic.Zip.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\CODEC2 GUI\bin\x86\Release\Util.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\CODEC2 GUI\bin\x86\Release\Vita.dll"; DestDir: "{app}"; Flags: ignoreversion -Source: "..\..\..\DSP_API\ThumbDV_Release\ThumbDV.ssdr_waveform"; DestDir: {userappdata}\FlexRadio Systems\Waveforms; Flags: ignoreversion +Source: "..\..\..\DSP_API\Waveform\ThumbDV.ssdr_waveform"; DestDir: {userappdata}\FlexRadio Systems\Waveforms; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons]