summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-14digital: fixed narrowband channel model adder to take a signal amplitude to ↵Tom Rondeau
determine the SNR.
2011-10-14digital: add channel model for OFDM signals to a file.Tom Rondeau
2011-10-14digital: removed unnecessary benchmark_ofdm.pyTom Rondeau
2011-10-14digital: fixed OFDM benchmark code to work over-the-air with UHD.Tom 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-14fixed a couple of typos.Tom Rondeau
2011-10-14docs: Updated some docs and made it so GRC can pull docs in from other ↵Tom Rondeau
components like vocoder and digital.
2011-10-12Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdmTom Rondeau
2011-10-12digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau
using it.
2011-10-12digital: fixed QA tests for ofdm.Tom Rondeau
2011-10-12digital: OFDM using new psk and qam modules for constellations. Also, ↵Tom Rondeau
psk2->psk updated in all files and examples.
2011-10-12digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵Tom Rondeau
adding some print statements to benchmark script to indicate what type of source/sink is being used.
2011-10-12digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau
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-12digital: removed psk and qam from gnuradio-core; unnecessary now.Tom Rondeau
2011-10-12digital: unnecessary import.Tom Rondeau
2011-10-12digital: I didn't think this was needed, but apparently, it is.Tom Rondeau
2011-10-12digital: benchmark_tx and benchmark_rx are working to/from file.Tom Rondeau
2011-10-12digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵Tom Rondeau
untested/verified).
2011-10-12digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau
2011-10-12digital: moved narrowband examples to their own directory (to make room for ↵Tom Rondeau
OFDM examples).
2011-10-11Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gr-digital/include/digital_constellation.h
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-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-10-08gr: minor tweaks for MSVC compatibilityJosh Blum
2011-10-08gr: updated cmakelists after merge for additional filesJosh Blum
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-08Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum
2011-10-08Merge branch 'next' into digitalJosh Blum
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