summaryrefslogtreecommitdiff
path: root/gr-analog/python/analog
Commit message (Collapse)AuthorAgeFilesLines
...
* gr-analog: FM emphasis filters use "newstyle" tapsAndy Walls2016-03-301-2/+2
| | | | | | | | In redesign of the FM emphasis filters, I fell into the gr-filter implementation trap of the default "oldstyle=True" taps. This caused the pole of the IIR filter to be reflected about the z = j w axis, resulting in an incorrect filter. Set the filters to use newstyle taps.
* gr-analog: Fix FM preemphasis filter and rework deemphasis filterAndy Walls2016-03-293-50/+227
| | | | | | | 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.
* analog: enable setting max dev. during runtime for NBFM transmitterTom Rondeau2016-01-062-4/+13
| | | | | | | and receiver hier_blocks. Also fixes up the XML files to allow for the callback along with indent formatting.
* analog: added freq msg port to sig_sourceJohannes Demel2015-11-121-1/+15
|
* analog: fix failing QA test from incorrect importJohnathan Corgan2015-10-071-8/+7
|
* random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-281-0/+90
|
* Corrected the fast_atan2f function. Recalculated the table and corrected ↵Philipp Aigner2014-11-133-298/+298
| | | | | | | | some errors in the code. Error before correction: <0.111 degrees. Error after correction: <8.20E-5 degrees Some QA tests failed after correcting fast_atan2f function. The tests were also fixed.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-0710-17/+17
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* analog: disable deemph for tau=0.0 in fm_demodSebastian Koslowski2014-01-041-2/+2
|
* analog: white-space fixesSebastian Koslowski2014-01-042-39/+44
|
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵Philip Balister2013-12-051-1/+1
| | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org>
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0
|
* uninstalled imports: Fixing up after merge with master.Ben Reynwar2013-06-031-1/+1
|
* Merged in master.Ben Reynwar2013-06-031-9/+46
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-0219-134/+107
|
* analog: Updating testing environment.Ben Reynwar2013-03-1119-47/+40
|
* analog: Enabling uninstalled python imports.Ben Reynwar2013-03-0730-0/+3394