summaryrefslogtreecommitdiff
path: root/grc/grc_gnuradio
AgeCommit message (Collapse)Author
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-10-25grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵Tom Rondeau
block.
2011-10-25grc: tell the packet utility to look in gr.digital for packet_utils.Tom Rondeau
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau
Also removes related M4 and dependency requirements for USRP-related libs.
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-03-14Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum
Conflicts: grc/grc_gnuradio/Makefile.am
2011-03-13grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
2011-03-06grc: rework the probe blocks and how they fit into grcJosh Blum
Removed the source on all probe blocks. Advertise the probe-able function in the docs. Added missing signal probe block. Removed probe function and variable sink blocks. Removed all supporting grc_gnuradio python files. Added variable_function_probe block that can probe arbitrary functions on a block. All the code needed by the function probe is available is the make tag. To display the value of a probe block, use the variable probe block, and a gui widget. To disply the value of a stream, do the same but use the signal probe block. Simple see :-) If more types other than floats need to be read from the stream, the signal probe should be extended.
2011-03-01grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
2010-03-10Trial feature for different source sides for usrp dual source.Josh Blum
2009-12-06removed unused import statements, thanks pyflakesJosh Blum
2009-09-02Modifications to the usrp blocks and wrapper so that the lo offset is set ↵Josh Blum
with the lo frequency.
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Merged r11309:11357 from grc branch.jblum
Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-23Merging r11186:11273 from grc branch.jblum
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5