diff --git a/DSP_API/DOCS/ThumbDV.cfg b/DSP_API/DOCS/ThumbDV.cfg index 044005e..881b270 100644 --- a/DSP_API/DOCS/ThumbDV.cfg +++ b/DSP_API/DOCS/ThumbDV.cfg @@ -1,6 +1,6 @@ [header] Name: ThumbDV -Version: 0.0.1 +Version: 0.0.2 Minimum-SmartSDR-Version: 1.4.2.0 Author: FlexRadio Systems Support-email: support@flexradio.com @@ -9,14 +9,14 @@ License: GPL7.3 Executable: "thumbdv" [setup] -waveform create name=ThumbDV mode=DSR +waveform create name=ThumbDV mode=DSTR underlying_mode=DFM waveform set ThumbDV tx=1 -waveform set ThumbDV rx_filter low_cut=600 -waveform set ThumbDV rx_filter high_cut=2400 -waveform set ThumbDV rx_filter depth=8 -waveform set ThumbDV tx_filter low_cut=600 -waveform set ThumbDV tx_filter high_cut=2400 -waveform set ThumbDV tx_filter depth=8 +waveform set ThumbDV rx_filter low_cut=-8000 +waveform set ThumbDV rx_filter high_cut=8000 +waveform set ThumbDV rx_filter depth=2 +waveform set ThumbDV tx_filter low_cut=0 +waveform set ThumbDV tx_filter high_cut=8000 +waveform set ThumbDV tx_filter depth=2 waveform set ThumbDV udpport=5000 [end]