Age | Commit message (Expand) | Author |
2008-04-12 | Fix typo in previous check-in | jcorgan |
2008-04-12 | Addes gr.cpfsk_bc(), a continuous phase frequency shift keying modulator block. | jcorgan |
2008-04-11 | Adds gr.repeat(), an interpolating block to repeat a sample N times on the ou... | jcorgan |
2008-03-31 | merging branch trondeau/ofdm r7971:8143. Fixing subcarriers and other issues ... | trondeau |
2008-03-17 | Don't define RANDOM_MAX on systems that have already defined it. (At | gdt |
2008-02-26 | merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big issu... | trondeau |
2008-02-26 | removed bug in gr_test which could result in segfault when d_sizeof_output_it... | nldudok1 |
2008-02-21 | Merged build_config branch into trunk: | michaelld |
2008-02-08 | Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN... | jcorgan |
2008-02-06 | Merging trondeau/ofdmfix into branch at -r7582:7586. This allows for over-the... | trondeau |
2008-01-24 | Doc fixes from Firas. | eb |
2008-01-10 | woops. Actually assigning return value. | trondeau |
2008-01-09 | merging receiver branch -r6837:7375 into trunk. Improves speed of MPSK receiv... | trondeau |
2008-01-02 | Merging ofdm2 branch -r7047:7321 into trunk. This updates the OFDM code to hi... | trondeau |
2007-11-10 | Reverted changesets r6841 and r6840 on the trunk. Passes make check. | jcorgan |
2007-11-08 | oops, meant to do that in our branch | n4hy |
2007-11-08 | attempting to use branchless clipping to prevent pipeline dumping, fabs needs... | n4hy |
2007-10-02 | Trial fix for ticket:189, gr_mpsk_receiver_cc problem. | eb |
2007-09-05 | Applied patch from Richard Alimi | eb |
2007-08-31 | Attempt to simplify conditions for ticket:181. Didn't fix problem, but | eb |
2007-08-21 | fix for ticket:153, missing throw decl in .i file | eb |
2007-08-04 | merged -r5966:6112 on trondeau/ofdm_mod. Allows for generic constellations (s... | trondeau |
2007-07-21 | fix .h to match .cc | eb |
2007-07-21 | Updated license from GPL version 2 or later to GPL version 3 or later. | eb |
2007-07-15 | merged -r5947:5965 on trondeau/regen into trunk. Fixes ticket:154 on gr_regen... | trondeau |
2007-06-25 | bugfix: itemsize was not respected, sizeof(float) was allways used | nldudok1 |
2007-06-10 | Merging OFDM features branch r5661:5759 into trunk. OFDM works over the air w... | trondeau |
2007-06-04 | merge ordm/receiver branch -r5574:5659. Reworks OFDM receiver with refactored... | trondeau |
2007-05-28 | Trial fix for ticket:153 | jcorgan |
2007-05-12 | Added ability to log receive path power to file in digital examples. | jcorgan |
2007-04-26 | Merged r4518:5130 from developer branch n4hy/ofdm into trunk, passes distcheck. | jcorgan |
2007-04-24 | update to Doxygen info to fix warning and a bit more explicit info on frequen... | trondeau |
2007-04-04 | updating documentation for Costas loop | trondeau |
2007-04-03 | Merged r4767:4859 from developer branch jcorgan/channel, passes distcheck. | jcorgan |
2007-03-12 | New fix for gr_framer_sink_1 hang on zero length payload. | eb |
2007-03-11 | Fixed state machine hangup with invalid payload_len field. | jcorgan |
2007-03-07 | merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital receive... | trondeau |
2007-02-23 | Fix miscalculated length when degree is 32. | jcorgan |
2007-02-23 | Merged r4605:4612 from jcorgan/glfsr branch into trunk. Implements Galois LF... | jcorgan |
2007-02-22 | removed function in access code correlator that should fix the problem observ... | trondeau |
2007-02-06 | Merged r4354:4390 from developer branch jcorgan/digital into trunk. | jcorgan |
2007-01-16 | fixed problem with gr_noise_source_* caused by splitting gnuradio_swig_python | eb |
2007-01-13 | SWIG compilation speedup! Fixes ticket:9. | eb |
2006-12-17 | changed complex_to_arg to use fast atan and updated QA | trondeau |
2006-12-17 | Added fast atan with complex input | trondeau |
2006-12-16 | change order to avoid silly warnings | matt |
2006-12-15 | more expressive Doxygen tag for using Costas loop | trondeau |
2006-12-14 | These routines have been modified to use fast atan2 | n4hy |
2006-12-14 | Two loop gr_costas_loop removing one if statement per sample | n4hy |
2006-12-14 | Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2 | n4hy |