summaryrefslogtreecommitdiff
path: root/gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-2/+2
| | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files
* runtime/math: unclutter GR_M_ math constant definesMarcus Müller2020-02-141-2/+2
| | | | | | * no speed advantage of GR_M_TWOPI: every compiler pre-computes constants, so that (2 * GR_M_PI) is just as fast * rest of constants not even used
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-132/+128
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-7/+6
|\
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-7/+6
| |
* | Convert set_relative_rate(double) to the new integer or receiprocal callAndy Walls2018-08-231-1/+1
|/ | | | | | | | This is a mass conversion of existing set_relative_rate(double) calls to either the set_relative_rate(uint64_t, uint64_t) or set_inverse_relative_rate(double) calls, where ever easily possible and appropriate, to improve tag propagation precision for fixed relative rates.
* remove and/or/xor keywords.lazydodo2015-05-111-1/+1
|
* digital: Removed all references to remove_item_tag()Martin Braun2014-09-211-27/+39
|
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-131-8/+70
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig0.i gr-digital/lib/ofdm_chanest_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.cc gr-digital/lib/ofdm_frame_equalizer_vcvc_impl.h gr-digital/lib/ofdm_sync_sc_cfb_impl.cc gr-digital/lib/packet_header_default.cc gr-digital/lib/packet_headerparser_b_impl.cc
| * Merge branch 'master-ofdm', fixed conflictsMartin Braun2013-05-121-8/+70
| |\
| | * digital: OFDM passes all testsMartin Braun2013-05-111-10/+71
| | |
* | | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-5/+5
|/ /
* | digital: merge from masterMartin Braun2013-04-081-8/+32
|\|
| * digital: OFDM frame equalizer now as an option to work w/o len tagMartin Braun2013-04-081-8/+36
| |
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-161-0/+89
| | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
* digital: pimplified old blocksMartin Braun2013-03-171-3/+7
|
* Merge branch 'ofdm-master' into ofdm-nextJohnathan Corgan2013-03-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-151-0/+89
Conflicts: gr-blocks/include/blocks/CMakeLists.txt