aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09apps: allow float frequency correction valuesDimitri Stolnikov2-6/+6
2013-06-08apps: enable bandwidth control for osmocom_fft and osmocom_siggenDimitri Stolnikov3-48/+33
2013-06-05apps: check for sample rate availabilityDimitri Stolnikov3-0/+18
2013-05-30change OSMOCOM to lowercase like in masterDimitri Stolnikov2-2/+2
2013-05-14apps: add experimental gsm waveform to siggen appDimitri Stolnikov1-2/+71
TODO: implement power ramp
2013-05-09apps: add spectrum sense app ported from gnuradio masterDimitri Stolnikov2-0/+294
2013-05-09apps: add named gain controls to fft and siggen appsDimitri Stolnikov6-586/+781
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 Stolnikov5-1/+1102
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)
2012-07-18update GRC files with the new if gain APIDimitri Stolnikov2-136/+302
2012-05-15update GRC examplesDimitri Stolnikov2-205/+222
2012-05-15remove handmade python flowgraph that is not needed anymoreDimitri Stolnikov2-74/+0
2012-05-05changed logic value for automatic gain modeDimitri Stolnikov2-61/+81
sorry boys & girls!
2012-05-05pick first device if no device arguments were specifiedDimitri Stolnikov1-6/+4
2012-05-05use manual gain mode by defaultDimitri Stolnikov1-2/+2
2012-05-05add api for manual gain mode controlDimitri Stolnikov1-57/+77
2012-04-28update GRC files for multichannel sourceDimitri Stolnikov3-61/+774
2012-04-11update GRC integrationDimitri Stolnikov2-67/+131
2012-04-06fix scaling in LUT generationDimitri Stolnikov2-61/+61
2012-04-06initial commitDimitri Stolnikov3-0/+412