Age | Commit message (Expand) | Author |
2011-10-12 | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm | Tom Rondeau |
2011-10-12 | digital: changed modulation_utils2 to modulation_utils and update all files u... | Tom Rondeau |
2011-10-12 | digital: fixed QA tests for ofdm. | Tom Rondeau |
2011-10-12 | digital: OFDM using new psk and qam modules for constellations. Also, psk2->p... | Tom Rondeau |
2011-10-12 | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ad... | Tom Rondeau |
2011-10-12 | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau |
2011-10-12 | digital: benchmark_tx and benchmark_rx are working to/from file. | Tom Rondeau |
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but un... | Tom Rondeau |
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau |
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital a... | Tom Rondeau |
2011-10-07 | digital: Removed old digital mod blocks. Modified gmsk to work over the air a... | Tom Rondeau |
2011-10-06 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau |
2011-10-06 | digital: copied tunnel.py over to gr-digital/examples and updated it to use U... | Tom Rondeau |
2011-09-30 | digital: modified generic_mod_demod so mod and demods have same options in th... | Tom Rondeau |
2011-09-27 | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau |
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark tran... | Tom Rondeau |
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau |
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to gr-digital... | Tom Rondeau |
2011-08-30 | digital: adding GMSK as a modulation type. Updated to use PFB-based clock rec... | Tom Rondeau |
2011-08-30 | digital: minor formatting fixes. | Tom Rondeau |
2011-08-30 | digital: converted mpsk_receiver to use gri_control_loop parent class. Update... | Tom Rondeau |
2011-08-30 | digital: made other QA codes executable | Tom Rondeau |
2011-08-29 | digital: fixing qa code to test new dqpsk; a few minor formatting changes. | Tom Rondeau |
2011-08-29 | digital: fixed qpsk modulators to enable dqpsk. | Tom Rondeau |
2011-08-27 | digital: wip: dqpsk needs work. | Tom Rondeau |
2011-08-27 | digital: working on adding a dqpsk modulation block. | Tom Rondeau |
2011-08-27 | digital: updating constellation receiver's QA code. | Tom Rondeau |
2011-08-10 | digital: fixing naming of logging files. | Tom Rondeau |
2011-08-10 | Cleaning up; adding a different dbpsk that uses differential coding. The norm... | Tom Rondeau |
2011-08-09 | digital: fixing up receiver code. Almost there... | Tom Rondeau |
2011-08-09 | digital: setting up receive path to use new timing loop API, FLL API, new gai... | Tom Rondeau |
2011-07-30 | digital: updated Costas loop again. The damping factor is now set by default ... | Tom Rondeau |
2011-07-30 | digital: cut down number of samples in constellation_receiver QA code to make... | Tom Rondeau |
2011-07-30 | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ne... | Tom Rondeau |
2011-07-26 | digital: reworking code so digital examples work. BPSK seems to work fine off... | Tom Rondeau |
2011-07-24 | digital: modifications to make Python scripts in digital usable. | Tom Rondeau |
2011-07-24 | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau |
2011-07-24 | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau |
2011-07-24 | digital: rename QA test to represent the function we are testing. | Tom Rondeau |
2011-07-24 | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for... | Tom Rondeau |
2011-07-24 | digital: adding QA code for LMS DD equalizer. | Tom Rondeau |
2011-07-24 | digital: made clock recovery QA code executable. | Tom Rondeau |
2011-07-24 | digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ex... | Tom Rondeau |
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-21 | digital: using new psk2 to build the constellation and no longer use blks2 | Tom Rondeau |
2011-07-20 | digital: removed LMS and CMA equalizers from core that are supplanted in gr-d... | Tom Rondeau |
2011-07-19 | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c... | Tom Rondeau |
2011-07-18 | digital: fixing imports and build/dist for gr-digital. | Tom Rondeau |
2011-07-17 | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core t... | Tom Rondeau |