summaryrefslogtreecommitdiff
path: root/gr-channels/lib/dynamic_channel_model_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-18/+18
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* clang-format: Ordering all the includesMarcus Müller2019-08-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-49/+49
|
* blocks/analog: includes for C++ templatesAndrej Rode2018-08-251-4/+4
| | | | | Previously public headers in the form $blockname_XX.h were generated. Now only $blockname.h needs to be included
* blocks: replace gengen with C++ templatesAndrej Rode2018-08-251-1/+1
|
* renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-181-1/+1
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
| | | | 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: setting up callbacks for most dynamic channel model parameters in GRCTim O'Shea2013-11-081-0/+21
|
* Adding models for sample rate and center frequency driftTim O'Shea2013-11-071-0/+76
Adding hier block "dynamic channel" model which combines these with AWGN and frequency selective fading