summaryrefslogtreecommitdiff
path: root/gr-digital/examples/demod/gmsk_loopback.grc
Commit message (Collapse)AuthorAgeFilesLines
* gr-blocks: removed blks2 namespace blocksJohnathan Corgan2016-10-231-590/+0
| | | | | | * This also removes blks2 from gr-digital; however, the old style OFDM code still uses this and are broken until they are removed.
* qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-021-2/+2
| | | | Don't want to have QT GUI Plot show up for every plot now.
* blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-4/+4
|
* analog: removing frequency mod, phase mod, quad demod, and rail from ↵Tom Rondeau2012-11-061-154/+170
| | | | gnuradio-core.
* digital: fixed up digital blocks to make examples work again.Tom Rondeau2012-08-201-0/+574
Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx.