summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-16Merge branch 'master' into nextTom Rondeau
Conflicts: gr-qtgui/lib/Makefile.am
2011-10-16Merge branch 'maint'Tom Rondeau
2011-10-16qtgui: more compatability issues.Tom Rondeau
2011-10-16qtgui: wip: working to make plots backwards compatible with qwt 5.2.Tom Rondeau
2011-10-16qtgui: adjusting intensity knobs and auto scale in waterfall works in qwt6.Tom Rondeau
2011-10-16qtgui: fixed waterfall color map issue under qwt6.Tom Rondeau
2011-10-16qtgui: waterfall plot mostly working under qwt6 (plots, but updates to scale ↵Tom Rondeau
and color not working yet).
2011-10-16qtgui: constellation plot working again under qwt6.Tom Rondeau
2011-10-16qtgui: Time domain plot working againt under qwt6.Tom Rondeau
2011-10-15qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain ↵Tom Rondeau
backwards compatability to 5.2). This wip works for just the fft plots.
2011-10-15qtgui: avoids a simple warning.Tom Rondeau
2011-10-15build: needed boost_filesystem lib added (found under ubuntu 11.10; they're ↵Tom Rondeau
getting pickier).
2011-10-15config: fixing up for new rules in automake.Tom Rondeau
2011-10-15build: fixed a bug with missing boost filesystem lib.Tom Rondeau
2011-10-15config: fixed qwt checks to be available over more versions.Tom Rondeau
2011-10-14Merge branch 'mergme/grc_work' into nextTom Rondeau
2011-10-14docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵Tom Rondeau
explination on how to use them and where to find more info.
2011-10-12grc: append index to duplicated portsJosh Blum
2011-10-12grc: rename complex/float ports so its obviousJosh Blum
2011-10-12grc: added new IO typesJosh Blum
Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime.
2011-10-09docs: adding gitignore for gr-audio/docTom Rondeau
2011-10-09docs: force a directory to be checked for generated PMT include file to ↵Tom Rondeau
remove a warning.
2011-10-09docs: include the doc directory in gr-aduio.Tom Rondeau
2011-10-09docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau
2011-10-09docs: adding uhd Doxygen documentation page and README file.Tom Rondeau
2011-10-09adding gitignore files to new directories.Tom Rondeau
2011-10-09doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau
2011-10-09docs and qtgui: adding Doxygen documentation for each class. Also changed ↵Tom Rondeau
the default behavior for the qtgui_sink_f to turn the constellation plot off by default (doesn't make sense with out the Q part, too).
2011-10-09qtgui: sneaking in a fix to add an include directory to gr-qtgui.Tom Rondeau
2011-10-09docs: fixing copy-paste spelling error.Tom Rondeau
2011-10-09config: sneaking in a fix for gr-digital and adding some requirements to ↵Tom Rondeau
make an include directory to gr-qtgui.
2011-10-09docs: adding README.vocoder and a Doxygen page for the vocoder block.Tom Rondeau
2011-10-09docs: This adds documentation to gr-digital in the form of a README.digital ↵Tom Rondeau
and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page.
2011-10-09digital: adding Doxygen group digitalTom Rondeau
2011-10-09digital: updating documentation; adding everything to group 'digital'Tom Rondeau
2011-10-08gcell: removed gcell and gr-gcellTom Rondeau
2011-10-08uhd examples: updated all GRC USRP-based examples to UHD examples.Tom Rondeau
2011-10-08wxgui: Updating constellation plot to work with gr-digital.Tom Rondeau
2011-10-07uhd: removing old USRP util files that have been replaced in gr-uhd/apps.Tom Rondeau
2011-10-07uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau
2011-10-07uhd: added UHD versions of siggen and siggen_gui.Tom Rondeau
2011-10-07uhd: improved uhd_fft; fixed panel names and some minor behavior issues.Tom Rondeau
2011-10-07digital: minor bug fix to rx_voice demo.Tom Rondeau
2011-10-07Removed empty usrp directory.Tom Rondeau
2011-10-07digital: updated rx and tx voice examples to work over the air with UHD.Tom Rondeau
2011-10-07digital: minor bug fixTom Rondeau
2011-10-07digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵Tom Rondeau
again.
2011-10-06digital: removed old digital and digital-bert scripts that will no longer ↵Tom Rondeau
work. All of these have been replaced in gr-digital/examples.
2011-10-06digital: adding bert and tunnel to makefile.Tom Rondeau
2011-10-06digital: debugging to get digital BERT tests to work over the air with UHD ↵Tom Rondeau
(verified).