summaryrefslogtreecommitdiff
path: root/gr-channels/lib/fading_model_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-301-1/+1
| | | | | | | | | | | | | | 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
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* channels: models' random facilities use C++11 (minus boost)Marcus Müller2020-01-021-2/+2
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-79/+99
|
* channels: generate fading taps in blocks for minor speedupTim O'Shea2016-06-041-1/+4
|
* channels: delete obsolete includes and definitionsBastian Bloessl2016-02-101-11/+0
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | 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).
* channels: new frequency selective fading blockTim O'Shea2013-06-061-81/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-10/+10
|
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-181-6/+6
| | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt
* channels: fix for duplicate exportTim O'Shea2013-03-131-15/+0
|
* blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-081-6/+6
| | | | Moved the nco/vco tests to gr-blocks/test and enabled them.
* ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-201-8/+8
| | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option.
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-171-0/+14
|\ | | | | | | | | Conflicts: gr-channels/lib/fading_model_impl.cc
| * channels: fix for phase imbalance/alias in the specular component for Rician ↵Tim O'Shea2013-02-151-5/+19
| | | | | | | | channels, switch phase accumulator to double precision, exporting step size to grcp
* | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-171-6/+6
| | | | | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode.
* | channels: fix for phase imbalance/alias in the specular component for Rician ↵Tim O'Shea2013-02-171-5/+19
|/ | | | channels, switch phase accumulator to double precision, exporting step size to grcp
* channels: updating copyright year.Tom Rondeau2013-02-141-1/+1
|
* channels: adding Rayliegh/Rician fading modelTim O'Shea2013-02-141-0/+193