summaryrefslogtreecommitdiff
path: root/gr-channels/lib/selective_fading_model_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* channels: Remove manual memory managementThomas Habets2020-08-141-12/+6
|
* 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
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* channels: selective_fading_model include cleanupMarcus Müller2020-01-021-6/+0
|
* 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-109/+153
|
* Issue #1974 Reduce the history from ntaps+1 to ntapsJosh Morman2019-05-231-1/+1
| | | | Also, add () around the default list parameters in the yml files
* includes: use quotes for local includesAndrej Rode2019-01-071-1/+1
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-6/+16
|\
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-5/+7
| |
| * channels: generate fading taps in blocks for minor speedupTim O'Shea2016-06-041-1/+9
| |
* | channels: interpolate `dist` with `M_PI`, not `2*M_PI`jan-safar2018-03-301-1/+1
|/ | | | | | | | The multiplication by 2 in the sinc() function argument appears to be a mistake. It, for example, results in signal paths with a delay of 0.5 sample time being completely ignored. https://en.wikipedia.org/wiki/Sinc_function
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-6/+6
| | | | 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: selective fading model cleanupTim O'Shea2013-06-061-2/+2
|
* channels: new frequency selective fading blockTim O'Shea2013-06-061-0/+169