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 | |
|\ | ||||||
| * | analog: updated AGC loops to have same interface; can init gain, max_gain ↵ | Tom Rondeau | 2013-05-23 | 1 | -9/+9 | |
| | | | | | | | | defaults to 2e16, reset using set_max_gain. | |||||
| * | analog: fixing agc3 for new 3.7 style/structure. Added QA. | Tom Rondeau | 2013-05-23 | 1 | -0/+37 | |
| | | ||||||
* | | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 19 | -134/+107 | |
|\| | ||||||
| * | blocks: removed plateau from gr-analog; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 1 | -47/+0 | |
| | | ||||||
| * | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 20 | -89/+108 | |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | |||||
| * | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 2 | -0/+47 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i | |||||
| | * | analog: minor cleanup for added block | Johnathan Corgan | 2013-03-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 2 | -0/+47 | |
| | | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | |||||
| * | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 1 | -25/+4 | |
| | | | | | | | | | | | | moved all refs to gr-blocks. | |||||
* | | | analog: Updating testing environment. | Ben Reynwar | 2013-03-11 | 19 | -47/+40 | |
| | | | ||||||
* | | | analog: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 30 | -1/+7 | |
|/ / | ||||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 3 | -3/+3 | |
| | | ||||||
* | | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | uhd: fixing incorrect module names for UHD examples. | Tom Rondeau | 2013-02-19 | 1 | -1/+2 | |
| | | ||||||
* | | analog: adding public header and QA code for fastnoise_source. | Tom Rondeau | 2013-02-06 | 1 | -0/+52 | |
| | | ||||||
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 4 | -22/+28 | |
| | | | | | | | | Also fixes up some other missing moves. | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 1 | -9/+9 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt | |||||
| * | analog: add analog dependencies to test | Josh Blum | 2012-11-14 | 1 | -1/+1 | |
| | | ||||||
| * | gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocks | Johnathan Corgan | 2012-11-14 | 1 | -9/+9 | |
| | | ||||||
* | | analog: moved lfsr from gr-analog to gr-digital where it is used. | Tom Rondeau | 2012-11-10 | 1 | -49/+0 | |
| | | ||||||
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 5 | -14/+14 | |
| | | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core. | |||||
* | | analog: Removing all squelch blocks from gnuradio-core. | Tom Rondeau | 2012-11-06 | 1 | -2/+2 | |
| | | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog. | |||||
* | | analog: fixing Python files to install and be usable as part of gr-analog. | Tom Rondeau | 2012-11-06 | 7 | -12/+44 | |
| | | ||||||
* | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵ | Tom Rondeau | 2012-11-01 | 12 | -0/+1152 | |
|/ | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest. | |||||
* | analog: adding quadrature_demod_cf to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 1 | -0/+63 | |
| | ||||||
* | analog: adding rail_ff block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 1 | -0/+79 | |
| | ||||||
* | analog: adding pwr_squelch blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 3 | -3/+130 | |
| | ||||||
* | analog: adding simple_squelch block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 1 | -0/+70 | |
| | ||||||
* | analog: adding sig_source to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 1 | -0/+160 | |
| | ||||||
* | analog: executable flag for python QA codes. | Tom Rondeau | 2012-10-30 | 6 | -0/+0 | |
| | ||||||
* | analog: export lfsr class to Python and adding QA code for it. | Tom Rondeau | 2012-10-30 | 1 | -0/+49 | |
| | ||||||
* | analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 1 | -0/+98 | |
| | ||||||
* | analog: added PLL blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 3 | -0/+475 | |
| | ||||||
* | analog: adding phase_modulator_fc to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 1 | -0/+58 | |
| | ||||||
* | analog: adding noise_source to gr-analog with GRC and QA. | Tom Rondeau | 2012-10-25 | 1 | -0/+52 | |
| | ||||||
* | analog: adding frequency_modulator_fc to gr-analog, with QA and GRC. | Tom Rondeau | 2012-10-25 | 1 | -0/+56 | |
| |