summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.ineb2008-08-201-2/+2
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-1952-518/+2393
* New taps computation based on requested transition bandwidth and stopband att...n4hy2008-08-184-12/+587
* Trial fix for ticket:258 / integer overflow undefined / phaseeb2008-08-151-1/+1
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versi...jcorgan2008-08-141-0/+7
* Refactored unique vector functionality into template.jcorgan2008-08-121-31/+24
* Make gr_basic_block sort deterministic (Martin Dvh)jcorgan2008-08-121-0/+5
* set decimjblum2008-08-062-1/+34
* added cpuid for sse3,ssse3,sse4.1, and sse4.2jcoy2008-08-062-2/+35
* Better fix for race in logpwrfft.pyjcorgan2008-08-031-1/+3
* replaced tabs, added sample_rate, fixed average=True bugjblum2008-08-012-110/+116
* wrong signeb2008-07-311-1/+1
* first cut at iq imbalance compensationmatt2008-07-244-0/+154
* Add gr_costas_loop_cc setters and gettersjcorgan2008-07-223-1/+40
* efficient moving average filters, should speed up OFDM significantlymatt2008-07-217-1/+193
* Merged jcorgan/ptrfix -r8827:8843 into the trunk.eb2008-07-0914-26/+330
* Add some getter methodsjcorgan2008-07-091-0/+12
* fix for ticket:250eb2008-07-092-4/+4
* Fix block names.jcorgan2008-07-051-2/+2
* Fix block name.jcorgan2008-07-051-1/+1
* Adds blks2.logpwrfft_c,f blocks.jcorgan2008-07-052-0/+108
* Adds blks2.stream_to_vector_decimator block.jcorgan2008-07-052-0/+81
* fixed broken link in filterbank commentn4hy2008-07-041-2/+2
* distcheck fixeb2008-06-251-1/+3
* removed is_running method from gr_top_blockeb2008-06-246-25/+16
* Backed out [8669]. Better fix for removing cruft from opreporteb2008-06-2322-56/+56
* in SIMD assmebler, changed .cleanup to a local symboleb2008-06-236-12/+12
* Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).eb2008-06-233-3/+53
* Renamed labels .loop1 and .loop2 to include name of file they're contained in.eb2008-06-2322-56/+56
* merged refactoring of gr_top_block_impl into abstract base classeb2008-06-236-117/+225
* removed duplicate assignmenteb2008-06-231-1/+0
* Fixes ticket:246jcorgan2008-06-102-4/+7
* Applied patch from Dean Armstrong to fix gr_repeat (ticket:246). eb2008-06-101-1/+1
* Added rewind() and clear() to vector sources and sinks. This is usefuleb2008-05-264-0/+5
* channel_model.py now allows to set the random seed for the noiseeb2008-05-261-2/+5
* Expose flowgraph debugging dump as gr.top_block.dump(). May or may not be su...jcorgan2008-05-205-0/+22
* Fix breakage introduced in r6228 (Josh Blum)jcorgan2008-05-191-3/+3
* better fix for ticket:243eb2008-05-081-0/+10
* fix for ticket:243eb2008-05-081-3/+0
* Applied patches from Don Ward.eb2008-05-081-2/+3
* Potentially invalid read deferred until it's valid (Dan Halperin)eb2008-04-301-2/+3
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-3066-12/+78
* Merged changeset r8231:8270 from jcorgan/merge-fix into trunk. Fixes flowgra...jcorgan2008-04-243-38/+95
* Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNUeb2008-04-229-97/+350
* Improved performance of the ML sync (with added computations). It uses the en...trondeau2008-04-181-11/+25
* Improved the pnac ofdm sync block. This is based on a VTC'99 paper by Tufvess...trondeau2008-04-171-31/+43
* to complete what I started, this makes the ofdm_sync_fixed block work again i...trondeau2008-04-162-11/+15
* The ofdm_sync_pnac method now works, though not that well. The frequency esti...trondeau2008-04-162-50/+32
* Fixed to pass distcheck, except QA test operates differently during distcheck...jcorgan2008-04-152-2/+2
* Merged r8195:8205 from jcorgan/ecc into trunk. Adds convolutional encoderjcorgan2008-04-1518-4/+1177