Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-30 | digital: somewhat strange buy necessary fix for autotools build with guile. | Tom Rondeau | |
2011-12-29 | digital: adding documentation for SNR estimators; added an estimator for ↵ | Tom Rondeau | |
M2M4 type that allows the user to set the kurtosis of the signal and noise, if known, to work with non-MPSK and non-AWGN channels (untested). Also, the technique is signal to variation ratio (SVR), not SVN. Couldn't read my own writing. | |||
2011-12-29 | digital: added a probe (sink) for the new SNR estimators; also fixes up ↵ | Tom Rondeau | |
Makefiles and Swig files for SNR est blocks. | |||
2011-12-23 | digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of ↵ | Tom Rondeau | |
an M-ary PSK signal. This block can calculate the SNR using 1 of 4 different methods specified in the block's constructor. They (tend to) trade off accuracy for computational performnace. | |||
2011-11-16 | work on swig docs, added to core and digital | Josh Blum | |
2011-10-12 | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | |
2011-09-26 | digital: removed hier directory in gr-digital; put c++ hier blocks into ↵ | Tom Rondeau | |
lib/include/swig. | |||
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
2011-08-14 | digital: cleaned up Costas loop code by switching over to the ↵ | Tom Rondeau | |
gri_control_loop class to handle the inner loop. Had to add it to digital_swig.i to properly wrap the parent functions into Python. | |||
2011-07-30 | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | |
2011-07-24 | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | |
code for it. | |||
2011-07-24 | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | |
for it. | |||
2011-07-24 | digital: added some QA tests for the clock_recovery_mm block. | Tom Rondeau | |
2011-07-21 | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | |
2011-07-19 | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | |
code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes. | |||
2011-07-10 | digital: moving more constellation blocks into gr-digital. Builds, make ↵ | Tom Rondeau | |
check needs work. | |||
2011-06-03 | digital: adding an LMS decision-directed equalizer block. | Tom Rondeau | |
2011-04-08 | gr-digital: updating build for consetellation object move. | Tom Rondeau | |
2011-04-08 | gr-digital: introducing a new blind equalizer based on minimizing the ↵ | Tom Rondeau | |
kurtosis. Does not work yet. | |||
2011-04-07 | gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵ | Tom Rondeau | |
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter. | |||
2011-03-28 | gr-digital: renaming block to avoid name collision with stuff in gnuradio-core. | Tom Rondeau | |
2011-03-28 | digital: fixing up build structure. Compiles now. | Tom Rondeau | |