summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/ofdm_sync_pnac.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: Remove deprecated OFDM blocksMartin Braun2020-01-161-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 python3Douglas Anderson2017-02-261-19/+12
|
* typos and deletion of never-evaluated codeMarcus Müller2014-11-221-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 Reynwar2013-04-021-8/+8
|
* digital: Enabling uninstalled python imports.Ben Reynwar2013-03-071-0/+135