summaryrefslogtreecommitdiff
path: root/gr-uhd/apps/uhd_fft.py
AgeCommit message (Collapse)Author
2011-12-17uhd: adds support for different over-the-wire data formats for UHD fft and ↵Marcus Leech
siggen apps.
2011-12-14uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau
properly (patch from Sam Bretheim).
2011-11-26uhd: patch from Marcus Leech to add FFT update rate and averating on/off to ↵Tom Rondeau
command line options of uhd_fft.py.
2011-11-07uhd: change examples to use new stream apiJosh Blum
2011-11-07Set subdev spec after creating uhd source, before threads startJason Abele
Allows for more graceful exit when invalid subdev spec is used
2011-10-21uhd: fixing uhd apps to take a subdev spec; also changing to more general ↵Tom Rondeau
uhd parameter of 'args' instead of 'address' which defaults to the first uhd dev found.
2011-10-07uhd: improved uhd_fft; fixed panel names and some minor behavior issues.Tom Rondeau
2011-05-17gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵Tom Rondeau
specified; proper name for tune result.
2011-05-10gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau
2011-05-10gr-uhd: adding uhd_fft.py appTom Rondeau