aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2014-03-14apps/fft: make recording controls visible, but don't record by defaultDimitri Stolnikov1-66/+60
To start recording, verify the filename and press REC button...
2014-03-11apps/fft: implement file recording capabilityDimitri Stolnikov1-5/+104
Available wildcards: %S: sample rate %F: center frequency %T: timestamp (%Y%m%d%H%M%S) Example: osmocom_fft -r /tmp/name-f%F-s%S-t%T.cfile
2014-03-11apps/siggen: add parameter to specify named gainsDimitri Stolnikov1-0/+19
2014-01-11osmocom_fft: print the exception thrown in DC/IQ correction settersDimitri Stolnikov1-6/+16
2014-01-11osmocom_siggen: add controls for DC offset and IQ imbalance correctionDimitri Stolnikov2-0/+161
2013-12-28apps/osmocom_fft: gui to set DC offset / IQ imbalance correction modeDimitri Stolnikov1-23/+249
2013-12-22osmocom_fft: Properly set initial sample rate for fosphor outputSylvain Munaut1-0/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-11-06apps/osmocom_fft: recover when .step property is not given for a rangeDimitri Stolnikov1-2/+2
2013-10-26osmocom_fft: Make the scope area fill all available spaceSylvain Munaut1-5/+2
The control area is now fixed / packed Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-10-26osmocom_fft: Use the new WX version of fosphor sinkSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-10-26apps/osmocom_fft: use reasonable defaults for gain & center frequencyDimitri Stolnikov1-11/+19
2013-10-19apps/osmocom_fft: Add option to use fosphor for the main displaySylvain Munaut1-5/+12
Currently the GLFW variant as it's all that's available currently Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-10-18apps: catch corner cases for file= mode in osmocom_fftDimitri Stolnikov1-11/+20
verified for gqrx and sdrangerlove as well: file=/tmp/lte.cfile,rate=40e6,freq=1815e6,repeat=true,throttle=true
2013-09-28apps: filter bandwidth follows sample rate in osmocom_fftDimitri Stolnikov1-0/+9
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-09apps: allow float frequency correction valuesDimitri Stolnikov2-6/+6
2013-06-08make OSMOCOM lowercaseDimitri Stolnikov2-2/+2
2013-06-08apps: enable bandwidth controls for osmocom_fft and osmocom_siggenDimitri Stolnikov3-48/+33
2013-06-05apps: check for sample rate availabilityDimitri Stolnikov3-13/+34
2013-06-05apps: remove outdated grc templatesDimitri Stolnikov2-1311/+0
osmocom_* tools shall be used to verify basic block functionality from now on
2013-05-30apps: convert to gnuradio 3.7 interfaceDimitri Stolnikov4-37/+39
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