summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-14Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan
versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-12Refactored unique vector functionality into template.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9253 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-12Make gr_basic_block sort deterministic (Martin Dvh)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9251 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06set decimjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9194 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06added cpuid for sse3,ssse3,sse4.1, and sse4.2jcoy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9176 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06dial_tone c++ example top block pointer fixjcoy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9175 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-03Better fix for race in logpwrfft.pyjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9160 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-01replaced tabs, added sample_rate, fixed average=True bugjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9132 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-31wrong signeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9079 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-31removed FIXMEeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9078 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-27Move libgruel configuration checks into config directoryjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9030 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-27Merged gr-msdd6000 portability fix to trunk (eb/msdd -r8940:9027)eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9028 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-25Fix ignores.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9010 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-25Adds alternative integrate and dump decimator to gr-gpio.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9009 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-24Allow odd decimation if halfband filter is disabled. Thanks Firas!eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8996 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-24first cut at iq imbalance compensationmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8993 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-22Add gr_costas_loop_cc setters and gettersjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8966 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-21efficient moving average filters, should speed up OFDM significantlymatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8965 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-18disabled gr-msdd6000 until ticket:252 is resolvedeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8941 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-13Clean up of comments and removal of a broken piece of test code that no ↵n4hy
longer works with the new firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8881 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-10Add lookup by serial number.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8858 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-10Adds lsusrp to gr-utils, obsoletes usrp_print_db.pyjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8857 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-09Merged jcorgan/ptrfix -r8827:8843 into the trunk.eb
Fix that allows C++ classes derived from gr_hier_block2 to use the new self() method to get a magic object that can be passed to connect or disconnect to refer to their own inputs and outputs. Note that the constructor wrapper of all classes derived from gr_hier_block2 (and thus gr_top_block too) MUST USE the new gnuradio::get_initial_sptr function to get the initial shared pointer. gnuradio::get_initial_sptr works on all block types, and should be used in all new code. See qa_gr_hier_block2_derived.{h,cc} for an example. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8844 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-09Add some getter methodsjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8836 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-09fix for ticket:250eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8835 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-05Fix block names.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8803 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-05Fix block name.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8802 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-05Adds blks2.logpwrfft_c,f blocks.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8801 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-05Adds blks2.stream_to_vector_decimator block.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8799 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04fixed broken link in filterbank commentn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8789 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04Fixed distcheck failure and cleaned up ignores.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8787 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04This completes the msdd6000 update with all example code and other utilitiesn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8786 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04Disable gr-msdd6000 component until it passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8785 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04lots of example and other useful code for use with the softronics msdd6000n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8784 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04forgot msdd.in4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8783 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04msdd6000 source upgraded and enabledn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8782 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04temporary disabling of msdd6000 while under reconstructionn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8780 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-04cleaning up and putting much better code in. Step 1 of 2n4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8778 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-26Fixed spelling error: s/writeable/writable/geb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8727 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-25distcheck fixeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8708 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-25Reverted changeset r8180, r8181, and r8184 on trunk.jcorgan
To achieve equivalent functionality, just configure port-audio as the default audio library in the audio configuration. ~/.gnuradio/config.conf: [audio] verbose = True audio_module = audio_portaudio #audio_module = audio_oss #audio_module = audio_alsa git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8698 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-24removed is_running method from gr_top_blockeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8689 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-24match the actual filename usedmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8688 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-24new experimental daughterboards with other tunersmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8687 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23Backed out [8669]. Better fix for removing cruft from opreporteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8685 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23in SIMD assmebler, changed .cleanup to a local symboleb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8684 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23Renamed benchmark_dotprod to benchmark_dotprod_fff (which it really was).eb
Added new script, benchmark_dotprod, which runs all dotprods. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8674 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23Renamed labels .loop1 and .loop2 to include name of file they're contained in.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8669 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23added a few examples for benchmarking multithreaded schedulereb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8666 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-23merged refactoring of gr_top_block_impl into abstract base classeb
gr_top_block_impl and concrete class gr_top_block_impl_sts from eb/mp-sched r8447:8660. No change in functionality or behavior. Paves the way for development of multiprocessor aware scheduler. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8665 221aa14e-8319-0410-a670-987f0aec2ac5