summaryrefslogtreecommitdiff
path: root/docs/exploring-gnuradio/fm_tx.grc
Commit message (Collapse)AuthorAgeFilesLines
* examples: move fm examples to analog, rm dupe dial_tonedevnulling2020-01-211-1016/+0
|
* gr-analog: Add safety and default for FM preemphasis filterAndy Walls2016-03-301-1/+1
| | | | | | | | | | | | | 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-0/+4
| | | | | | | 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.
* qtgui: changed all examples to start wtih empty name fields.Tom Rondeau2014-07-021-4/+4
| | | | Don't want to have QT GUI Plot show up for every plot now.
* docs: fixed exploring-gnuradio examples and added to doxygen manual.Tom Rondeau2013-11-231-0/+1012