summaryrefslogtreecommitdiff
path: root/gr-analog/lib/agc3_cc_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-13/+13
|
* Add `override` for common virtual function overridesThomas Habets2020-11-031-1/+1
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-30/+33
|
* new volk inverse square root kernel and agc3 speedupsTim O'Shea2013-09-051-1/+2
|
* analog: updated AGC loops to have same interface; can init gain, max_gain ↵Tom Rondeau2013-05-231-1/+4
| | | | defaults to 2e16, reset using set_max_gain.
* analog: fixing agc3 for new 3.7 style/structure. Added QA.Tom Rondeau2013-05-231-1/+1
|
* analog: adding grc def for fastnoise source, adding agc3_ccTim O'Shea2013-05-231-0/+63