DReaM command line
Initialization command line for DReaM.
Usage:
$ drm [option] [argument]
Options:
--mode operating mode: TX, MOD, ENC, RX (default). --modn modulation type DRM (default), AM, USB, LSB, CW, NBFM, WBFM. -p, --flipspectrum flip input spectrum. -i <n>, --mlciter <n> number of MLC iterations (allowed range: 0...4 default: 1). -s <r>, --sampleoff <r> sample rate offset initial value [Hz] (allowed range: -200.0...200.0). -m, --muteaudio mute audio output. -f <s>, --fileio <s> disable sound card, use file <s> instead. -w <s>, --writewav <s> write output to wave file. -S <r>, --fracwinsize <r> freq. acqu. search window size [Hz]. -E <r>, --fracwincent <r> freq. acqu. search window center [Hz]. -F, --filter apply bandpass filter. -D, --modmetric enable modified metrics. -c <n>, --inchansel <n> input channel selection. 0: left channel; 1: right channel; 2: mix both channels (default). 3: I / Q input positive; 4: I / Q input negative. 5: I / Q input positive (0 Hz IF); 6: I / Q input negative (0 Hz IF). -u <n>, --outchansel <n> output channel selection. 0: L -> L, R -> R (default); 1: L -> L, R muted; 2: L muted, R -> R. 3: mix -> L, R muted; 4: L muted, mix -> R. -e <n>, --decodeepg <n> enable/disable epg decoding (0: off; 1: on). --mdiout <s> MDI out address format [IP#:]IP#:port (for Content Server). --mdiin <s> MDI in address (for modulator) [[IP#:]IP:]port. --rsioutprofile <s> MDI/RSCI output profile: A|B|C|D|Q|M. --rsiout <s> MDI/RSCI output address format [IP#:]IP#:port (prefix address with 'p' to enable the simple PFT). --rsiin <s> RSCI/MDI status input address format [[IP#:]IP#:]port. --rciout <s> RSCI Control output format IP#:port. --rciin <s> RSCI Control input address number format [IP#:]port. --rsirecordprofile <s> RSCI recording profile: A|B|C|D|Q|M. --rsirecordtype <s> RSCI recording file type: raw|ff|pcap. --recordiq <n> enable/disable recording an I/Q file. -I <n>, --snddevin <n> set sound in device. -O <n>, --snddevout <n> set sound out device. -group:item <s> any config file parameter. -h, -?, --help this help text. -T, --ensmeter enable S-Meter.
If DReaM is compiled with QT Gui.
-g <n>, --enablelog <n> enable/disable logging (0: no logging; 1: logging. -r <n>, --frequency <n> set frequency [kHz] for log file. -l <n>, --logdelay <n> delay start of logging by <n> seconds, allowed range: 0...3600). -y <n>, --sysevplotstyle <n> set style for main plot. 0: blue-white (default); 1: green-black; 2: black-grey.
If DReaM is compiled with Hamlib support.
#ifdef HAVE_LIBHAMLIB -M <n>, --hamlib-model <n> set Hamlib radio model ID. -C <s>, --hamlib-config <s> set Hamlib config parameter.
Option only available on Windows systems.
-P, --processpriority <n> enable/disable high priority for working thread.
Example:
$ drm -p --sampleoff -0.23 -i 2 -EPG:decodeepg 1
If QT gui is available:
$ drm -p --sampleoff -0.23 -i 2 -EPG:decodeepg 1 -r 6140 --rsiout 127.0.0.1:3002
Ti trovi qui: start » linux » linux:dream_command_line