From d935086b8914cbe435b3f6100f2f3898bac00c7a Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Tue, 11 Aug 2015 11:03:50 -0500 Subject: [PATCH] Update ThumbDV.cfg to change waveform mode to DSTR --- DSP_API/DOCS/ThumbDV.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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]