Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-18 | digital: xml is so picky. This fixes the problems with the new GRC blocks in ↵ | Tom Rondeau | |
issue #449. | |||
2011-10-18 | digital: added mising install rules for moved ofdm xml files | Josh Blum | |
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h | |||
2011-10-17 | digital: adding OFDM GRC blocks to gr-digital. | Tom Rondeau | |
2011-10-12 | digital: OFDM using new psk and qam modules for constellations. Also, ↵ | Tom Rondeau | |
psk2->psk updated in all files and examples. | |||
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | gcell: removed gcell and gr-gcell | Tom Rondeau | |
2011-09-16 | digital: added cmake support for moved grc files and examples | Josh Blum | |
2011-09-15 | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital | Josh Blum | |
2011-09-13 | digital: psk and dxpsk GRC blocks working. | Tom Rondeau | |
2011-09-12 | digital: fixed GRC blocks for blocks moved to gr-digital. | Tom Rondeau | |
2011-09-05 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h | |||
2011-09-01 | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵ | Tom Rondeau | |
refactored for new API. | |||
2011-09-01 | Fixing GRC files for new API to loop blocks. | Tom Rondeau | |
2011-07-20 | digital: added cmake support for gr-digital (unix only) | Josh Blum | |
2011-06-13 | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk | Ben Reynwar | |
2011-06-06 | digital: converting LMS algorithm to use the gr_adaptive_filter structure ↵ | Tom Rondeau | |
and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions). | |||
2011-06-06 | digital: formatting CMA code; adding get_ functions and renaming things for ↵ | Tom Rondeau | |
consistency. | |||
2011-06-03 | digital: adding GRC block for LMS DD equalizer. | Tom Rondeau | |
2011-05-18 | digital: set number of samps per symbol for the equalizer. Also, explicitly ↵ | Tom Rondeau | |
set the initial taps of the adaptive filter to 0+j0 | |||
2011-05-12 | Fixing typos in grc xml files. | Ben Reynwar | |
2011-05-11 | Moved generic psk and qam modulation into gr-digital. | Ben Reynwar | |
2011-05-08 | digital: fixing qa code; adding (untested) GRC block for DxPSK demods. | Tom Rondeau | |
2011-04-09 | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital. | Tom Rondeau | |
2011-04-09 | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵ | Tom Rondeau | |
and working in GRC. | |||
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: exposing accessors of CMA equalizer through swig and into GRC. ↵ | Tom Rondeau | |
Also added protection from exploding error calcs by clipping. | |||
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-29 | gr-digital: restructured Costas loop to be specified in terms of the damping ↵ | Tom Rondeau | |
factor and natural frequency instead of randomly setting the gains. Much more robust in simulation. | |||
2011-03-28 | gr-digital: adding GRC components for Costas loop. | Tom Rondeau | |
2011-03-28 | gr-digital: adding a new top-level block for digital comms work. | Tom Rondeau | |