summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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).
2011-10-06digital: fixed BERT test.Tom Rondeau
2011-10-06Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau
2011-10-06digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵Tom Rondeau
UHD. So far so good. Testing on multiple computers now.
2011-10-06Merge branch 'next' into digitalTom Rondeau
2011-10-06Removing reference to usrp examples directory. All usrp and usrp2 directory ↵Tom Rondeau
examples are now in gr-uhd/examples.
2011-10-06uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory.
2011-10-06uhd: removed examples that don't make sense with UHD. Fixed up ↵Tom Rondeau
gr-uhd/examples Makefile.