summaryrefslogtreecommitdiff
path: root/gr-digital/lib
Commit message (Expand)AuthorAgeFilesLines
* digital: fix for FLL block; uses actual FIR filter.Hendrik van Wyk2012-07-081-29/+41
* fixed copyright dates.Tom Rondeau2012-06-071-1/+1
* Some really minor nits.Tom Rondeau2012-06-071-9/+10
* Block Modifications:Tim O'Shea2012-06-061-6/+12
* digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau2012-04-242-0/+135
* digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2320-4/+2417
* Merge branch 'master' into nextTom Rondeau2012-01-151-2/+15
|\
| * digital: added get/set functions to mpsk_receiver_cc for theta (phase offset)...Tom Rondeau2012-01-151-2/+15
* | Merge branch 'master' into nextTom Rondeau2012-01-061-2/+0
|\|
| * Merge branch 'maint'Tom Rondeau2012-01-061-2/+0
| |\
| | * Remove some more warnings. I'm probably being a bit OCD about these ones, but...Tom Rondeau2012-01-061-2/+0
* | | Merge branch 'master' into nextTom Rondeau2011-12-304-0/+597
|\| |
| * | digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau2011-12-301-5/+33
| * | digital: the SNR estimator block now issues a tag with the SNR (key = 'snr')....Tom Rondeau2011-12-301-6/+65
| * | digital: snr probe passing just the 0th input stream to SNR estimator.Tom Rondeau2011-12-301-1/+2
| * | digital: SNR estimators just take a complex vector; not full vector of comple...Tom Rondeau2011-12-301-16/+6
| * | digital: adding documentation for SNR estimators; added an estimator for M2M4...Tom Rondeau2011-12-293-8/+52
| * | digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau2011-12-292-11/+11
| * | digital: added a probe (sink) for the new SNR estimators; also fixes up Makef...Tom Rondeau2011-12-293-0/+126
| * | digital: using impl SNR estimator classes instead of function pointers.Tom Rondeau2011-12-291-128/+24
| * | digital: made separate implementation classes for the different SNR estimators.Tom Rondeau2011-12-293-0/+229
| * | digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an...Tom Rondeau2011-12-232-0/+227
| |/
* / Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-60/+0
|/
* the librariesJosh Blum2011-10-231-8/+1
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-178-0/+1258
|\
| * digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau2011-10-127-0/+1252
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-10/+10
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-2819-2028/+100
|\|
| * Merge branch 'next' into digitalTom Rondeau2011-09-261-0/+4
| |\
| * | digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i...Tom Rondeau2011-09-263-3/+117
| * | digital: moved header files from lib to include in gr-digital.Tom Rondeau2011-09-2615-1953/+0
| * | digital: updated build files for new gr-digital/include directory.Tom Rondeau2011-09-261-19/+2
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-059-717/+316
|\| |
| * | digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau2011-09-011-1/+2
| * | digital: fixing a few things left out in conversion to gri_control_loop child...Tom Rondeau2011-08-303-14/+3
| * | digital: converted mpsk_receiver to use gri_control_loop parent class. Update...Tom Rondeau2011-08-302-61/+21
| * | digital: formatting comments for line length.Tom Rondeau2011-08-301-51/+70
| * | digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau2011-08-302-260/+6
| * | digital: reformatting documentation for line length.Tom Rondeau2011-08-301-50/+65
| * | digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau2011-08-292-1/+8
| * | digital: created a separate DQPSK constellation that does not gray code insid...Tom Rondeau2011-08-292-23/+144
| * | digital: made digital constellation receiver a child of the second order cont...Tom Rondeau2011-08-272-268/+9
* | | small tweaks for windows buildingJosh Blum2011-08-171-1/+1
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-08-179-141/+1002
|\| |
| * | digital: cleaned up Costas loop code by switching over to the gri_control_loo...Tom Rondeau2011-08-142-300/+10
| * | digital: updated constellation receiver to use loop bandwidth and damping fac...Tom Rondeau2011-08-104-40/+259
| * | digital: fixed complex M&M to output the error signal as a float. Also change...Tom Rondeau2011-08-091-4/+4
| * | digital: update documentation.Tom Rondeau2011-07-301-5/+2
| * | digital: updated Costas loop again. The damping factor is now set by default ...Tom Rondeau2011-07-302-35/+251
| * | digital: better behavior of FLL code and added gets and sets for the frequenc...Tom Rondeau2011-07-302-21/+99