summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2631-3004/+0
|
* core: and fixing again after merging up...Tom Rondeau2013-03-261-2/+2
|
* Merge branch 'master' into nextTom Rondeau2013-03-261-2/+2
|\
| * core: fixed block names conflict from next.Tom Rondeau2013-03-261-2/+2
| |
* | core: fixed affinity example block names changes.Tom Rondeau2013-03-261-2/+2
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-261-6/+3
|\|
| * affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵Tom Rondeau2013-03-261-6/+3
| | | | | | | | processor affinity.
* | cleaning up, converting examples, etc.Tom Rondeau2013-03-172-3/+3
| |
* | blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core.Tom Rondeau2013-03-175-1938/+0
| |
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-176-28/+31
| | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* | ctrlport: updating examples.Tom Rondeau2013-03-152-229/+229
| |
* | ctrlport: updated examples for controlport use.Tom Rondeau2013-03-142-244/+667
| |
* | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks.Tom Rondeau2013-03-136-19/+14
| |
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-104-8/+9
| | | | | | | | moved all refs to gr-blocks.
* | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵Tom Rondeau2013-03-091-1/+1
| | | | | | | | in gr-blocks.
* | filter: imporint firdes from gr-filter; no longer in gnuradio-core.Tom Rondeau2013-03-071-1/+1
| |
* | blocks: removing burst_tagger from core; now in gr-blocks.Tom Rondeau2013-03-063-84/+0
| |
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-5/+5
| |
* | blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-065-766/+0
| | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* | ctrlport: fixed example's use of blocks.throttle.Tom Rondeau2013-02-261-32/+32
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-245-13/+16
| |
* | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-212-173/+177
| | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* | qtgui: fixing time raster axis and picker labels.Tom Rondeau2013-02-141-71/+112
| |
* | core: fixed some typos in the PDU tag/stream and example.Tom Rondeau2013-02-121-1/+1
| |
* | Merge branch 'master' into nextTom Rondeau2013-02-072-0/+74
|\|
| * core: thread affinity example core set changed.Tom Rondeau2013-02-071-1/+1
| | | | | | | | The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine.
| * core: working thread affinity concept into gr_blocks.Tom Rondeau2013-02-062-0/+74
| | | | | | | | | | | | Example in gnuradio-core/src/examples/mp-sched/affinity_set.py Documentation describing API in docs/doxygen/other/thread_affinity.dox
| * blocks: moving file metadata sink/source to gr-blocks.Tom Rondeau2012-12-146-1883/+0
| |
| * core: adding itemsize key to metadata header to allow for vectorized items.Tom Rondeau2012-12-142-0/+557
| | | | | | | | | | | | This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer. Also adds an example using vector items.
| * core: added examples to use metadata source and sink.Tom Rondeau2012-12-134-0/+1326
| |
* | ctrlport: updated ControlPort examples for new monitor name.Tom Rondeau2013-02-062-67/+30
| |
* | pmt: fixing a few files with older pmt naming style.Tom Rondeau2013-01-133-6/+6
| |
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-214-36/+35
| | | | | | | | Also fixes up some other missing moves.
* | Merge branch 'master' into nextTom Rondeau2012-12-122-0/+472
|\|
| * 1. msg passing logic fix for fan-in to hier block outputs and fan-out from ↵Tim O'Shea2012-12-122-0/+472
| | | | | | | | | | | | hier block inputs 2. adding hier msg passing example
* | Merge branch 'master' into nextTom Rondeau2012-12-101-1/+2
|\| | | | | | | | | Conflicts: gr-analog/examples/tags/CMakeLists.txt
| * core: Fixed install rules for GRC files in these examples.Tom Rondeau2012-12-102-2/+8
| |
* | Merge branch 'master' into nextTom Rondeau2012-12-103-1/+294
|\| | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/hier_block2.py
| * core: adding a message passing example.Tom Rondeau2012-12-103-0/+293
| |
* | ctrlport: fixing up controlport integration into gnuradio-core for merge ↵Tom Rondeau2012-12-031-1/+6
| | | | | | | | with next.
* | Merging ctrlport2 into next branch.Tom Rondeau2012-12-033-0/+1502
| |
* | analog: fixing up GRC and other examples to use gr-analog for sig and noise ↵Tom Rondeau2012-11-101-2/+8
| | | | | | | | sources.
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-1/+0
| | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* | analog: Removing all squelch blocks from gnuradio-core.Tom Rondeau2012-11-061-116/+0
| | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog.
* | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-2312-2123/+0
|/ | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1332-267/+267
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0344-0/+5250
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.