-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added step- and pulse-response analysis functions
* added 2nd-order resonance filter * added apply[Symmetric]Filter(..) math function * added enum to declare if math operation is performed `ProcessMode::InPlace` or on a `ProcessMode::Copy` * added enum to declare if estimates are added as meta-info (`ProcessMode::None`) * improved recurring `gr::dataset::detail::checkIndexRange(..)` helper function * fixed some missing `(ds, minIndex, maxIndex, ..)` method signatures. * added `gr::cast<T>(..)` to suppress float-double compiler warnings in templating code that cannot be resolved programmatically * added `filter::applyMedian(..)` * added `filter::applyRms(..)` * added `filter::applyPeakToPeak(..)` Signed-off-by: Ralph J. Steinhagen <[email protected]>
- Loading branch information
1 parent
0f7e5a1
commit 83bcce7
Showing
10 changed files
with
1,208 additions
and
191 deletions.
There are no files selected for viewing
515 changes: 363 additions & 152 deletions
515
algorithm/include/gnuradio-4.0/algorithm/dataset/DataSetEstimators.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.