summaryrefslogtreecommitdiff
path: root/gr-digital/swig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextJohnathan Corgan2012-03-171-1/+3
|\
| * digital: fix constellation __repr__ for Python swig onlyJohnathan Corgan2012-03-171-1/+3
* | Merge branch 'master' into nextTom Rondeau2012-03-101-0/+17
|\|
| * Merge remote branch 'benreynwar/maint'Tom Rondeau2012-03-101-0/+17
| |\
| | * Adding __repr__ to constellations.Ben Reynwar2012-03-091-0/+17
* | | Merge branch 'master' into nextTom Rondeau2012-01-151-0/+5
|\| |
| * | digital: added get/set functions to mpsk_receiver_cc for theta (phase offset)...Tom Rondeau2012-01-151-0/+5
| |/
* | Merge branch 'master' into nextTom Rondeau2011-12-304-0/+113
|\|
| * digital: somewhat strange buy necessary fix for autotools build with guile.Tom Rondeau2011-12-301-0/+10
| * digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau2011-12-301-0/+4
| * digital: adding SNR nsamples set/get functions in swig i file.Tom Rondeau2011-12-301-0/+2
| * digital: the SNR estimator block now issues a tag with the SNR (key = 'snr')....Tom Rondeau2011-12-301-0/+2
| * digital: added documentation for SNR estimators; made a Doxygen group for the...Tom Rondeau2011-12-292-3/+5
| * digital: adding documentation for SNR estimators; added an estimator for M2M4...Tom Rondeau2011-12-291-1/+1
| * digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau2011-12-291-7/+0
| * digital: added a probe (sink) for the new SNR estimators; also fixes up Makef...Tom Rondeau2011-12-294-0/+53
| * digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an...Tom Rondeau2011-12-233-0/+49
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-084-127/+0
|/
* docs: more fixes for generated swig files. This worked before the merge, but ...Tom Rondeau2011-12-051-0/+1
* docs: better install of swig docs .i files since we actually have a variable ...Tom Rondeau2011-12-041-4/+5
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
* docs: more appropriate variable to use when setting the include/headers direc...Tom Rondeau2011-11-281-1/+1
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build in...Tom Rondeau2011-11-271-2/+2
* docs: autotools Makefile.am generates empty swig_docs .i files; builds in aut...Tom Rondeau2011-11-271-0/+9
* work on swig docs, added to core and digitalJosh Blum2011-11-162-0/+7
* misc fix missing installed files/tweaksJosh Blum2011-10-201-0/+1
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-179-0/+264
|\
| * digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau2011-10-128-0/+258
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-5/+5
* | gr: updated cmakelists after merge for additional filesJosh Blum2011-10-081-1/+1
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-287-177/+104
|\|
| * digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i...Tom Rondeau2011-09-266-176/+102
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-059-34/+218
|\|
| * digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau2011-09-014-6/+193
| * digital: fixing a few things left out in conversion to gri_control_loop child...Tom Rondeau2011-08-301-15/+1
| * digital: converted mpsk_receiver to use gri_control_loop parent class. Update...Tom Rondeau2011-08-301-11/+3
| * digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau2011-08-301-1/+1
| * digital: created a separate DQPSK constellation that does not gray code insid...Tom Rondeau2011-08-291-0/+18
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-08-176-26/+84
|\|
| * digital: cleaned up Costas loop code by switching over to the gri_control_loo...Tom Rondeau2011-08-142-17/+3
| * digital: updated constellation receiver to use loop bandwidth and damping fac...Tom Rondeau2011-08-101-12/+15
| * digital: updated Costas loop again. The damping factor is now set by default ...Tom Rondeau2011-07-301-9/+14
| * digital: better behavior of FLL code and added gets and sets for the frequenc...Tom Rondeau2011-07-301-7/+13
| * digital: moved fll_band_edge into gr-digital.Tom Rondeau2011-07-303-0/+57
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-07-289-9/+311
|\|
| * digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau2011-07-243-1/+64
| * digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau2011-07-243-0/+30
| * digital: added some QA tests for the clock_recovery_mm block.Tom Rondeau2011-07-241-0/+4
| * digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-213-8/+71