Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-13 | digital: updated BER test recever to use new SNR probe in digital. | Tom Rondeau | |
2012-04-05 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/grc/Makefile.am | |||
2012-04-05 | digital: added GRC files for new MPSK SNR estimator and probe. | Tom Rondeau | |
2012-04-03 | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. | |||
2012-04-03 | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | |
Conflicts: CMakeLists.txt | |||
2012-04-03 | examples: Reworked locations and installation of examples. | Tom Rondeau | |
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. | |||
2012-04-01 | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | |
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | |||
2012-03-27 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-27 | Merge branch 'ch_bw' | Tom Rondeau | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | |||
2012-03-19 | digital: in narrowband examples, added the ability to change the channel ↵ | Tom Rondeau | |
bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals. | |||
2012-03-17 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_gruel.m4 | |||
2012-03-17 | digital: fix constellation __repr__ for Python swig only | Johnathan Corgan | |
2012-03-10 | Merge branch 'master' into next | Tom Rondeau | |
2012-03-10 | Merge remote branch 'benreynwar/maint' | Tom Rondeau | |
2012-03-09 | Adding __repr__ to constellations. | Ben Reynwar | |
2012-02-27 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-27 | Merge branch 'maint' | Tom Rondeau | |
2012-02-27 | Merge remote-tracking branch 'benreynwar/maint' into maint | Tom Rondeau | |
2012-02-27 | Fixed bug in digital_qam_demod.xml | Ben Reynwar | |
2012-02-24 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/grc/Makefile.am | |||
2012-02-24 | Merge branch 'maint' | Tom Rondeau | |
2012-02-24 | digital: forgot to include new xml in Makefile.am. | Tom Rondeau | |
2012-02-24 | Added digital_constellation_receiver_cb.xml file | Ben Reynwar | |
2012-02-24 | Merge remote-tracking branch 'benreynwar/minor_fixes' | Tom Rondeau | |
2012-02-24 | Added digital_constellation_receiver_cb.xml file | Ben Reynwar | |
2012-02-20 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-20 | Merge branch 'maint' | Tom Rondeau | |
2012-02-20 | digital: fixed comments for new parameters. | Tom Rondeau | |
2012-02-15 | Merge branch 'master' into next | Tom Rondeau | |
2012-02-15 | Merge branch 'maint' | Tom Rondeau | |
2012-02-15 | digital: install OFDM examples into installed examples directory. | Michael Dickens | |
2012-01-16 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-16 | Merge branch 'maint' | Tom Rondeau | |
2012-01-16 | digital: fixing up BERT interfaces. Also added a gain control to the tx side ↵ | Tom Rondeau | |
(so options.amplitude is actually used). | |||
2012-01-15 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-15 | digital: added get/set functions to mpsk_receiver_cc for theta (phase ↵ | Tom Rondeau | |
offset), omega relative limit, and modulation order. | |||
2012-01-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-06 | Merge branch 'maint' | Tom Rondeau | |
2012-01-06 | Remove some more warnings. I'm probably being a bit OCD about these ones, ↵ | Tom Rondeau | |
but it makes the build output so much nicer... | |||
2012-01-02 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-02 | Merge branch 'maint' | Tom Rondeau | |
2012-01-02 | digital: bug fix for FLL QA test. Use a seed to always generate the same ↵ | Tom Rondeau | |
test sequence. | |||
2012-01-02 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-02 | Merge branch 'maint' | Tom Rondeau | |
2012-01-02 | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps ↵ | Tom Rondeau | |
parameter better. The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied). This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test. | |||
2011-12-30 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am | |||
2011-12-30 | digital: somewhat strange buy necessary fix for autotools build with guile. | Tom Rondeau | |