summaryrefslogtreecommitdiff
path: root/gr-digital/lib
AgeCommit message (Expand)Author
2011-12-30Merge branch 'master' into nextTom Rondeau
2011-12-30digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau
2011-12-30digital: the SNR estimator block now issues a tag with the SNR (key = 'snr')....Tom Rondeau
2011-12-30digital: snr probe passing just the 0th input stream to SNR estimator.Tom Rondeau
2011-12-30digital: SNR estimators just take a complex vector; not full vector of comple...Tom Rondeau
2011-12-29digital: adding documentation for SNR estimators; added an estimator for M2M4...Tom Rondeau
2011-12-29digital: fixing up blocks to use SNR est classes more appropriately.Tom Rondeau
2011-12-29digital: added a probe (sink) for the new SNR estimators; also fixes up Makef...Tom Rondeau
2011-12-29digital: using impl SNR estimator classes instead of function pointers.Tom Rondeau
2011-12-29digital: made separate implementation classes for the different SNR estimators.Tom Rondeau
2011-12-23digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an...Tom Rondeau
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-10-23the librariesJosh Blum
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-12digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-28Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-09-26Merge branch 'next' into digitalTom Rondeau
2011-09-26digital: removed hier directory in gr-digital; put c++ hier blocks into lib/i...Tom Rondeau
2011-09-26digital: moved header files from lib to include in gr-digital.Tom Rondeau
2011-09-26digital: updated build files for new gr-digital/include directory.Tom Rondeau
2011-09-05Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-09-01digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau
2011-08-30digital: fixing a few things left out in conversion to gri_control_loop child...Tom Rondeau
2011-08-30digital: converted mpsk_receiver to use gri_control_loop parent class. Update...Tom Rondeau
2011-08-30digital: formatting comments for line length.Tom Rondeau
2011-08-30digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau
2011-08-30digital: reformatting documentation for line length.Tom Rondeau
2011-08-29digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau
2011-08-29digital: created a separate DQPSK constellation that does not gray code insid...Tom Rondeau
2011-08-27digital: made digital constellation receiver a child of the second order cont...Tom Rondeau
2011-08-17small tweaks for windows buildingJosh Blum
2011-08-17Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-08-14digital: cleaned up Costas loop code by switching over to the gri_control_loo...Tom Rondeau
2011-08-10digital: updated constellation receiver to use loop bandwidth and damping fac...Tom Rondeau
2011-08-09digital: fixed complex M&M to output the error signal as a float. Also change...Tom Rondeau
2011-07-30digital: update documentation.Tom Rondeau
2011-07-30digital: updated Costas loop again. The damping factor is now set by default ...Tom Rondeau
2011-07-30digital: better behavior of FLL code and added gets and sets for the frequenc...Tom Rondeau
2011-07-30digital: moved fll_band_edge into gr-digital.Tom Rondeau
2011-07-28Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
2011-07-28Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-07-27fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau
2011-07-23misc_next_branch_tweaks_to_build_on_osx_and_windowsJosh Blum
2011-07-22gr: added API macros for noaa and pager, also renamed the ones for digital an...Josh Blum
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-21digital: added symbol visibility defines to gr-digital, builds on MSVC and linuxJosh Blum
2011-07-20digital: added cmake support for gr-digital (unix only)Josh Blum