summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/python/fm_tx4.py
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: removedJohnathan Corgan2016-09-081-211/+0
|
* gr-analog: Add safety and default for FM preemphasis filterAndy Walls2016-03-301-2/+2
| | | | | | | | | | | | | The FM preemphasis filter design now precludes the user from inducing a pole on the unit circle at z = -1.0 and z = 1.0. A pole at either of these locations makes the filter unstable and useless: feeding back "+/-inf" into an IIR filter has no good recovery. Also provide a reasonable, maximally safe default of 0.925*fs/2.0 for the high frequency corner, fh. This keeps the slope of the preemphasis filter looking reasonable sane in the whole band; at least for tau=75e-6 and fs=48000.
* gr-analog: Fix FM preemphasis filter and rework deemphasis filterAndy Walls2016-03-291-1/+2
| | | | | | | Add working filters designs for the FM preemphasis Tx filter. Rework the FM deemphasis Rx filter as it was easier to rederive the transfer function, than to determine if the one in use was correct.
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-1/+1
| | | | moved all refs to gr-blocks.
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-3/+4
| | | | Also fixes up some other missing moves.
* all: Python, GRC, and examples to properly pull blocks from filter and analog.Tom Rondeau2012-11-061-12/+12
|
* docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-141-1/+2
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-10/+10
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-0/+208
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.