Age | Commit message (Expand) | Author |
2008-08-01 | replaced tabs, added sample_rate, fixed average=True bug | jblum |
2008-07-31 | wrong sign | eb |
2008-07-24 | first cut at iq imbalance compensation | matt |
2008-07-22 | Add gr_costas_loop_cc setters and getters | jcorgan |
2008-07-21 | efficient moving average filters, should speed up OFDM significantly | matt |
2008-07-09 | Merged jcorgan/ptrfix -r8827:8843 into the trunk. | eb |
2008-07-09 | Add some getter methods | jcorgan |
2008-07-09 | fix for ticket:250 | eb |
2008-07-05 | Fix block names. | jcorgan |
2008-07-05 | Fix block name. | jcorgan |
2008-07-05 | Adds blks2.logpwrfft_c,f blocks. | jcorgan |
2008-07-05 | Adds blks2.stream_to_vector_decimator block. | jcorgan |
2008-07-04 | fixed broken link in filterbank comment | n4hy |
2008-06-25 | distcheck fix | eb |
2008-06-24 | removed is_running method from gr_top_block | eb |
2008-06-23 | Backed out [8669]. Better fix for removing cruft from opreport | eb |
2008-06-23 | in SIMD assmebler, changed .cleanup to a local symbol | eb |
2008-06-23 | Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was). | eb |
2008-06-23 | Renamed labels .loop1 and .loop2 to include name of file they're contained in. | eb |
2008-06-23 | merged refactoring of gr_top_block_impl into abstract base class | eb |
2008-06-23 | removed duplicate assignment | eb |
2008-06-10 | Fixes ticket:246 | jcorgan |
2008-06-10 | Applied patch from Dean Armstrong to fix gr_repeat (ticket:246). | eb |
2008-05-26 | Added rewind() and clear() to vector sources and sinks. This is useful | eb |
2008-05-26 | channel_model.py now allows to set the random seed for the noise | eb |
2008-05-20 | Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be su... | jcorgan |
2008-05-19 | Fix breakage introduced in r6228 (Josh Blum) | jcorgan |
2008-05-08 | better fix for ticket:243 | eb |
2008-05-08 | fix for ticket:243 | eb |
2008-05-08 | Applied patches from Don Ward. | eb |
2008-04-30 | Potentially invalid read deferred until it's valid (Dan Halperin) | eb |
2008-04-30 | Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>. | eb |
2008-04-24 | Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgra... | jcorgan |
2008-04-22 | Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU | eb |
2008-04-18 | Improved performance of the ML sync (with added computations). It uses the en... | trondeau |
2008-04-17 | Improved the pnac ofdm sync block. This is based on a VTC'99 paper by Tufvess... | trondeau |
2008-04-16 | to complete what I started, this makes the ofdm_sync_fixed block work again i... | trondeau |
2008-04-16 | The ofdm_sync_pnac method now works, though not that well. The frequency esti... | trondeau |
2008-04-15 | Fixed to pass distcheck, except QA test operates differently during distcheck... | jcorgan |
2008-04-15 | Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoder | jcorgan |
2008-04-15 | Mostly fixed the van de Beek ML synchronization scheme. Instead of using the ... | trondeau |
2008-04-15 | Adjusting structure a bit to redistribute responsibilities. This does not cha... | trondeau |
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-12 | Adds gru.daemonize() and example application. Simplifies running GNU Radio a... | jcorgan |
2008-04-12 | Adds gr.integrate_XX for ss, ii, ff, and cc. Sums successive samples and dec... | jcorgan |
2008-04-12 | Fixes typo in r8188. | jcorgan |
2008-04-11 | bug in gr_argmax_XX.cc.t fixed | n4hy |
2008-04-11 | fixing bug in gr_max_XX.cc.t and modifying qa_max.py to test fix | n4hy |
2008-04-11 | Adds gr.repeat(), an interpolating block to repeat a sample N times on the ou... | jcorgan |