| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-17 | 1 | -1/+3 |
|\ |
|
| * | digital: fix constellation __repr__ for Python swig only | Johnathan Corgan | 2012-03-17 | 1 | -1/+3 |
* | | Merge branch 'master' into next | Tom Rondeau | 2012-03-10 | 1 | -0/+17 |
|\| |
|
| * | Merge remote branch 'benreynwar/maint' | Tom Rondeau | 2012-03-10 | 1 | -0/+17 |
| |\ |
|
| | * | Adding __repr__ to constellations. | Ben Reynwar | 2012-03-09 | 1 | -0/+17 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-01-15 | 1 | -0/+5 |
|\| | |
|
| * | | digital: added get/set functions to mpsk_receiver_cc for theta (phase offset)... | Tom Rondeau | 2012-01-15 | 1 | -0/+5 |
| |/ |
|
* | | Merge branch 'master' into next | Tom Rondeau | 2011-12-30 | 4 | -0/+113 |
|\| |
|
| * | digital: somewhat strange buy necessary fix for autotools build with guile. | Tom Rondeau | 2011-12-30 | 1 | -0/+10 |
| * | digital: added tag_nsamples placeholder into SNR probe block. | Tom Rondeau | 2011-12-30 | 1 | -0/+4 |
| * | digital: adding SNR nsamples set/get functions in swig i file. | Tom Rondeau | 2011-12-30 | 1 | -0/+2 |
| * | digital: the SNR estimator block now issues a tag with the SNR (key = 'snr').... | Tom Rondeau | 2011-12-30 | 1 | -0/+2 |
| * | digital: added documentation for SNR estimators; made a Doxygen group for the... | Tom Rondeau | 2011-12-29 | 2 | -3/+5 |
| * | digital: adding documentation for SNR estimators; added an estimator for M2M4... | Tom Rondeau | 2011-12-29 | 1 | -1/+1 |
| * | digital: fixing up blocks to use SNR est classes more appropriately. | Tom Rondeau | 2011-12-29 | 1 | -7/+0 |
| * | digital: added a probe (sink) for the new SNR estimators; also fixes up Makef... | Tom Rondeau | 2011-12-29 | 4 | -0/+53 |
| * | digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an... | Tom Rondeau | 2011-12-23 | 3 | -0/+49 |
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 4 | -127/+0 |
|/ |
|
* | docs: more fixes for generated swig files. This worked before the merge, but ... | Tom Rondeau | 2011-12-05 | 1 | -0/+1 |
* | docs: better install of swig docs .i files since we actually have a variable ... | Tom Rondeau | 2011-12-04 | 1 | -4/+5 |
* | docs: fixing variable for location of header files (SOURCE not BINARY). | Tom Rondeau | 2011-11-30 | 1 | -1/+1 |
* | docs: more appropriate variable to use when setting the include/headers direc... | Tom Rondeau | 2011-11-28 | 1 | -1/+1 |
* | docs: installing generated _doc.i files under autotools. | Tom Rondeau | 2011-11-28 | 1 | -0/+3 |
* | docs: better use of BUILT_SOURCES so I'm not overriding the standard build in... | Tom Rondeau | 2011-11-27 | 1 | -2/+2 |
* | docs: autotools Makefile.am generates empty swig_docs .i files; builds in aut... | Tom Rondeau | 2011-11-27 | 1 | -0/+9 |
* | work on swig docs, added to core and digital | Josh Blum | 2011-11-16 | 2 | -0/+7 |
* | misc fix missing installed files/tweaks | Josh Blum | 2011-10-20 | 1 | -0/+1 |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-17 | 9 | -0/+264 |
|\ |
|
| * | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | 2011-10-12 | 8 | -0/+258 |
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -5/+5 |
* | | gr: updated cmakelists after merge for additional files | Josh Blum | 2011-10-08 | 1 | -1/+1 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-28 | 7 | -177/+104 |
|\| |
|
| * | digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i... | Tom Rondeau | 2011-09-26 | 6 | -176/+102 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-05 | 9 | -34/+218 |
|\| |
|
| * | digital: adding CPM C++ hier block, which adds a hier directory to gr-digital... | Tom Rondeau | 2011-09-01 | 4 | -6/+193 |
| * | digital: fixing a few things left out in conversion to gri_control_loop child... | Tom Rondeau | 2011-08-30 | 1 | -15/+1 |
| * | digital: converted mpsk_receiver to use gri_control_loop parent class. Update... | Tom Rondeau | 2011-08-30 | 1 | -11/+3 |
| * | digital: converted FLL block to use gri_control_loop parent class. | Tom Rondeau | 2011-08-30 | 1 | -1/+1 |
| * | digital: created a separate DQPSK constellation that does not gray code insid... | Tom Rondeau | 2011-08-29 | 1 | -0/+18 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-08-17 | 6 | -26/+84 |
|\| |
|
| * | digital: cleaned up Costas loop code by switching over to the gri_control_loo... | Tom Rondeau | 2011-08-14 | 2 | -17/+3 |
| * | digital: updated constellation receiver to use loop bandwidth and damping fac... | Tom Rondeau | 2011-08-10 | 1 | -12/+15 |
| * | digital: updated Costas loop again. The damping factor is now set by default ... | Tom Rondeau | 2011-07-30 | 1 | -9/+14 |
| * | digital: better behavior of FLL code and added gets and sets for the frequenc... | Tom Rondeau | 2011-07-30 | 1 | -7/+13 |
| * | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | 2011-07-30 | 3 | -0/+57 |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-07-28 | 9 | -9/+311 |
|\| |
|
| * | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau | 2011-07-24 | 3 | -1/+64 |
| * | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for... | Tom Rondeau | 2011-07-24 | 3 | -0/+30 |
| * | digital: added some QA tests for the clock_recovery_mm block. | Tom Rondeau | 2011-07-24 | 1 | -0/+4 |
| * | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 3 | -8/+71 |