summaryrefslogtreecommitdiff
path: root/gr-analog/examples
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix packaging categories to use runtime vs. coreJohnathan Corgan2013-04-031-1/+1
|
* cleaning up, converting examples, etc.Tom Rondeau2013-03-171-1/+2
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-172-6/+6
| | | | copy, head, skiphead, vector_map, and annotator blocks to use 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-061-1/+1
|
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-1/+1
|
* grc: updating GRC exmaples for new component changes.Tom Rondeau2012-12-271-1/+1
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-212-6/+8
| | | | Also fixes up some other missing moves.
* Merge branch 'master' into nextTom Rondeau2012-12-101-1/+0
|\ | | | | | | | | Conflicts: gr-analog/examples/tags/CMakeLists.txt
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-062-0/+28
| | | | | | | | | | | | | | | | 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-062-0/+343
|/ | | | Also updating some Python blocks and examples to properly pull from filter and analog.
* analog: adding gr-analog component with.Tom Rondeau2012-09-231-0/+26