Commit Graph

12 Commits

Author SHA1 Message Date
Dimitri Stolnikov b359cb71ab osmocom_fft: print the exception thrown in DC/IQ correction setters 2014-01-26 17:08:58 +01:00
Dimitri Stolnikov f42fe3d065 apps/osmocom_fft: gui to set DC offset / IQ imbalance correction mode 2014-01-26 17:08:15 +01:00
Dimitri Stolnikov 9e6f68b2e6 apps/osmocom_fft: recover when .step property is not given for a range 2013-12-05 00:02:30 +01:00
Dimitri Stolnikov ee6e3d0bfa apps/osmocom_fft: use reasonable defaults for gain & center frequency 2013-10-26 14:51:48 +02:00
Dimitri Stolnikov 6fa0815be0 apps: catch corner cases for file= mode in osmocom_fft
verified for gqrx and sdrangerlove as well:

file=/tmp/lte.cfile,rate=40e6,freq=1815e6,repeat=true,throttle=true
2013-10-18 19:49:12 +02:00
Dimitri Stolnikov 2dfc73351f apps: filter bandwidth follows sample rate in osmocom_fft 2013-09-28 13:59:18 +02:00
Dimitri Stolnikov d25666b594 apps: allow float frequency correction values 2013-06-09 23:36:58 +02:00
Dimitri Stolnikov 1822e88148 apps: enable bandwidth control for osmocom_fft and osmocom_siggen 2013-06-08 17:11:53 +02:00
Dimitri Stolnikov eaec4c5acc apps: check for sample rate availability 2013-06-05 19:58:16 +02:00
Dimitri Stolnikov 9714f9cd74 change OSMOCOM to lowercase like in master 2013-05-30 17:21:49 +02:00
Dimitri Stolnikov 3393647bec apps: add named gain controls to fft and siggen apps
usage examples:

osmocom_fft -a hackrf -v
osmocom_fft -a rtl=0 -v
osmocom_fft -a uhd -v

osmocom_siggen -a hackrf -f 100e6 --sweep -x 2e6 -y 10 -v
osmocom_siggen -a uhd,subdev=A:0 -f 100e6 --sweep -x 2e6 -y 10 -s 4e6 -v
2013-05-09 13:48:16 +02:00
Dimitri Stolnikov a31ea525fb apps: add spectrum browser and signal generator
usage examples:

osmocom_fft -a "rtl=0" -f 100e6 -s 2.4e6 -g 15

osmocom_siggen_gui -a "hackrf=0" -s 5e6 -f 100e6 --sine
osmocom_siggen_gui -a "hackrf=0" -s 5e6 -f 100e6 --sweep -x 2M -y 1 -c34

known issues:
- switching between siggen modes is broken at the moment (WIP) and has
to be made via cli switches only.
- filter bandwidth controls have no effect for TX (this has to be
investigated)
2013-04-28 12:46:03 +02:00