Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gr-analog: FM emphasis filters use "newstyle" taps | Andy Walls | 2016-03-30 | 1 | -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 filter | Andy Walls | 2016-03-29 | 3 | -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 transmitter | Tom Rondeau | 2016-01-06 | 2 | -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_source | Johannes Demel | 2015-11-12 | 1 | -1/+15 | |
| | ||||||
* | analog: fix failing QA test from incorrect import | Johnathan Corgan | 2015-10-07 | 1 | -8/+7 | |
| | ||||||
* | random-analog: added new uniform integer distribution source | Johannes Demel | 2015-09-28 | 1 | -0/+90 | |
| | ||||||
* | Corrected the fast_atan2f function. Recalculated the table and corrected ↵ | Philipp Aigner | 2014-11-13 | 3 | -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 Rondeau | 2014-07-07 | 10 | -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_demod | Sebastian Koslowski | 2014-01-04 | 1 | -2/+2 | |
| | ||||||
* | analog: white-space fixes | Sebastian Koslowski | 2014-01-04 | 2 | -39/+44 | |
| | ||||||
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -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 Reynwar | 2013-06-06 | 1 | -1/+0 | |
| | ||||||
* | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 | |
| | ||||||
* | Merged in master. | Ben Reynwar | 2013-06-03 | 1 | -9/+46 | |
| | ||||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 19 | -134/+107 | |
| | ||||||
* | analog: Updating testing environment. | Ben Reynwar | 2013-03-11 | 19 | -47/+40 | |
| | ||||||
* | analog: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 30 | -0/+3394 | |