Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: Remove deprecated OFDM blocks | Martin Braun | 2020-01-16 | 1 | -126/+0 |
| | | | | | | | | | | | | | | | These blocks have been marked deprecated for a while and had been slated for removal. They are now being removed. This includes the following blocks: - ofdm_frame_acquisition - ofdm_frame_sink - ofdm_insert_preamble - ofdm_sync_fixed - ofdm_sync_pn - ofdm_sync_pnac - ofdm_sync_ml - ofdm_receiver | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -19/+12 |
| | |||||
* | typos and deletion of never-evaluated code | Marcus Müller | 2014-11-22 | 1 | -10/+8 |
| | | | | | | | | | | | | | fixed a few typos in explanatory comments. Also deleted code in if 1: ... else: ... clauses. Also changed a few [1.0 for i in range(...)] to in-line [1.0] * (fft_length // 2) for superior readability. | ||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -8/+8 |
| | |||||
* | digital: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 1 | -0/+135 |