I have not really looked into all the applications you mention but:
Code:
root@kali:~# rtl_sdr
rtl_sdr, an I/Q recorder for RTL2832 based DVB-T receivers
Usage: -f frequency_to_tune_to [Hz]
[-s samplerate (default: 2048000 Hz)]
[-d device_index (default: 0)]
[-g gain (default: 0 for auto)]
[-b output_block_size (default: 16 * 16384)]
[-n number of samples to read (default: 0, infinite)]
[-S force sync output (default: async)]
filename (a '-' dumps samples to stdout)
Code:
root@kali:~# gr-scan --help
linux; GNU C++ version 4.7.2; Boost_104900; UHD_003.005.003-0-unknown
Usage: gr-scan [OPTION...]
-a, --average=COUNT Average over COUNT samples
-c, --coarse-bandwidth=FREQ Bandwidth of the coarse window in kHz
-f, --fine-bandwidth=FREQ Bandwidth of the fine window in kHz
-p, --time=TIME Time in seconds to scan on each frequency
-r, --sample-rate=RATE Samplerate in Msamples/s
-s, --spread=FREQ Minimum frequency between detected signals
-t, --threshold=POWER Threshold for the difference between the coarse
and fine filtered signals in dB
-w, --fft-width=COUNT Width of FFT in samples
-x, --start-frequency=FREQ Start frequency in MHz
-y, --end-frequency=FREQ End frequency in MHz
-z, --step=FREQ Increment step in MHz
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
Report bugs to [email protected].
Code:
root@kali:~# gqrx --help
linux; GNU C++ version 4.7.2; Boost_104900; UHD_003.005.003-0-unknown
Gqrx software defined radio receiver v2.1-git-298-g0e78
Command line options:
-h [ --help ] This help message
-r [ --reset ] Reset default configuration file (not implemented)
-c [ --conf ] arg Start with the specified configuration file
-e [ --edit ] Edit the configuration before using it (not
implemented)
root@kali:~#
Aren't these the ones you are looking for ?