summaryrefslogtreecommitdiff
path: root/gr-atsc/src/python/interp.py
Commit message (Collapse)AuthorAgeFilesLines
* atsc: adjustments to atsc to start to conform to v3.7 structure.Tom Rondeau2013-03-151-66/+0
| | | | Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-2/+3
| | | | moved all refs to gr-blocks.
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-061-11/+12
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-6/+6
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-2/+1
| | | | Also removes related M4 and dependency requirements for USRP-related libs.
* Added interp_fir_filter in place of zero sources, interleaver, filtercswiger2008-05-131-11/+2
| | | | | | | scheme. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8417 221aa14e-8319-0410-a670-987f0aec2ac5
* Implemented ticket:205.jcorgan2007-11-271-8/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7040 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixed atsc_field_sync_demux to consume input even when not creatingcswiger2007-04-231-0/+74
output. Added python files to make a complete 2.x atsc receiver, but it is not fully working. It will happily produce the exact same amount of transport stream output as a working system but has errors in the data. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5081 221aa14e-8319-0410-a670-987f0aec2ac5