| Commit message (Expand) | Author | Age | Files | Lines |
* | resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.in | eb | 2008-08-20 | 1 | -2/+2 |
* | Merged features/mp-sched -r8915:9335 into the trunk. The trunk now | eb | 2008-08-19 | 52 | -518/+2393 |
* | New taps computation based on requested transition bandwidth and stopband att... | n4hy | 2008-08-18 | 4 | -12/+587 |
* | Trial fix for ticket:258 / integer overflow undefined / phase | eb | 2008-08-15 | 1 | -1/+1 |
* | Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versi... | jcorgan | 2008-08-14 | 1 | -0/+7 |
* | Refactored unique vector functionality into template. | jcorgan | 2008-08-12 | 1 | -31/+24 |
* | Make gr_basic_block sort deterministic (Martin Dvh) | jcorgan | 2008-08-12 | 1 | -0/+5 |
* | set decim | jblum | 2008-08-06 | 2 | -1/+34 |
* | added cpuid for sse3,ssse3,sse4.1, and sse4.2 | jcoy | 2008-08-06 | 2 | -2/+35 |
* | Better fix for race in logpwrfft.py | jcorgan | 2008-08-03 | 1 | -1/+3 |
* | replaced tabs, added sample_rate, fixed average=True bug | jblum | 2008-08-01 | 2 | -110/+116 |
* | wrong sign | eb | 2008-07-31 | 1 | -1/+1 |
* | first cut at iq imbalance compensation | matt | 2008-07-24 | 4 | -0/+154 |
* | Add gr_costas_loop_cc setters and getters | jcorgan | 2008-07-22 | 3 | -1/+40 |
* | efficient moving average filters, should speed up OFDM significantly | matt | 2008-07-21 | 7 | -1/+193 |
* | Merged jcorgan/ptrfix -r8827:8843 into the trunk. | eb | 2008-07-09 | 14 | -26/+330 |
* | Add some getter methods | jcorgan | 2008-07-09 | 1 | -0/+12 |
* | fix for ticket:250 | eb | 2008-07-09 | 2 | -4/+4 |
* | Fix block names. | jcorgan | 2008-07-05 | 1 | -2/+2 |
* | Fix block name. | jcorgan | 2008-07-05 | 1 | -1/+1 |
* | Adds blks2.logpwrfft_c,f blocks. | jcorgan | 2008-07-05 | 2 | -0/+108 |
* | Adds blks2.stream_to_vector_decimator block. | jcorgan | 2008-07-05 | 2 | -0/+81 |
* | fixed broken link in filterbank comment | n4hy | 2008-07-04 | 1 | -2/+2 |
* | distcheck fix | eb | 2008-06-25 | 1 | -1/+3 |
* | removed is_running method from gr_top_block | eb | 2008-06-24 | 6 | -25/+16 |
* | Backed out [8669]. Better fix for removing cruft from opreport | eb | 2008-06-23 | 22 | -56/+56 |
* | in SIMD assmebler, changed .cleanup to a local symbol | eb | 2008-06-23 | 6 | -12/+12 |
* | Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was). | eb | 2008-06-23 | 3 | -3/+53 |
* | Renamed labels .loop1 and .loop2 to include name of file they're contained in. | eb | 2008-06-23 | 22 | -56/+56 |
* | merged refactoring of gr_top_block_impl into abstract base class | eb | 2008-06-23 | 6 | -117/+225 |
* | removed duplicate assignment | eb | 2008-06-23 | 1 | -1/+0 |
* | Fixes ticket:246 | jcorgan | 2008-06-10 | 2 | -4/+7 |
* | Applied patch from Dean Armstrong to fix gr_repeat (ticket:246). | eb | 2008-06-10 | 1 | -1/+1 |
* | Added rewind() and clear() to vector sources and sinks. This is useful | eb | 2008-05-26 | 4 | -0/+5 |
* | channel_model.py now allows to set the random seed for the noise | eb | 2008-05-26 | 1 | -2/+5 |
* | Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be su... | jcorgan | 2008-05-20 | 5 | -0/+22 |
* | Fix breakage introduced in r6228 (Josh Blum) | jcorgan | 2008-05-19 | 1 | -3/+3 |
* | better fix for ticket:243 | eb | 2008-05-08 | 1 | -0/+10 |
* | fix for ticket:243 | eb | 2008-05-08 | 1 | -3/+0 |
* | Applied patches from Don Ward. | eb | 2008-05-08 | 1 | -2/+3 |
* | Potentially invalid read deferred until it's valid (Dan Halperin) | eb | 2008-04-30 | 1 | -2/+3 |
* | Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>. | eb | 2008-04-30 | 66 | -12/+78 |
* | Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgra... | jcorgan | 2008-04-24 | 3 | -38/+95 |
* | Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU | eb | 2008-04-22 | 9 | -97/+350 |
* | Improved performance of the ML sync (with added computations). It uses the en... | trondeau | 2008-04-18 | 1 | -11/+25 |
* | Improved the pnac ofdm sync block. This is based on a VTC'99 paper by Tufvess... | trondeau | 2008-04-17 | 1 | -31/+43 |
* | to complete what I started, this makes the ofdm_sync_fixed block work again i... | trondeau | 2008-04-16 | 2 | -11/+15 |
* | The ofdm_sync_pnac method now works, though not that well. The frequency esti... | trondeau | 2008-04-16 | 2 | -50/+32 |
* | Fixed to pass distcheck, except QA test operates differently during distcheck... | jcorgan | 2008-04-15 | 2 | -2/+2 |
* | Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoder | jcorgan | 2008-04-15 | 18 | -4/+1177 |