aboutsummaryrefslogtreecommitdiffstats
path: root/apps/osmocom_siggen_base.py
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11apps/siggen: add parameter to specify named gainsDimitri Stolnikov1-0/+19
2014-01-11osmocom_siggen: add controls for DC offset and IQ imbalance correctionDimitri Stolnikov1-0/+37
2013-09-12apps: Improve the GSM burst generationSylvain Munaut1-10/+18
Not sure the power window is really aligned to the samples yet though. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-06-08apps: enable bandwidth controls for osmocom_fft and osmocom_siggenDimitri Stolnikov1-3/+6
2013-06-05apps: check for sample rate availabilityDimitri Stolnikov1-0/+6
2013-05-30apps: convert to gnuradio 3.7 interfaceDimitri Stolnikov1-34/+35
2013-05-14apps: add experimental gsm waveform to siggen appDimitri Stolnikov1-2/+71
TODO: implement power ramp
2013-05-09apps: add named gain controls to fft and siggen appsDimitri Stolnikov1-78/+58
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-04-28apps: add spectrum browser and signal generatorDimitri Stolnikov1-0/+397
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)