diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-14 22:52:14 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-14 22:52:14 -0300 |
commit | 4c045af4a3d3a12b1e4e73bc9ab1789ceb7b4d7e (patch) | |
tree | 98ecbd90a29fb8a56270dcc4b5f959681b297d77 /log-fourier.hpp | |
parent | 800a3a73161af1ceb58feefc6e6808cbcfaf0c9a (diff) | |
download | code-4c045af4a3d3a12b1e4e73bc9ab1789ceb7b4d7e.tar.gz code-4c045af4a3d3a12b1e4e73bc9ab1789ceb7b4d7e.tar.bz2 code-4c045af4a3d3a12b1e4e73bc9ab1789ceb7b4d7e.zip |
Reintroduced smoothing
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index 3abc379..29717cd 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -53,3 +53,5 @@ Real estimateZ(LogarithmicFourierTransform& fft, const std::vector<Real>& C, con Real energy(const LogarithmicFourierTransform& fft, const std::vector<Real>& C, const std::vector<Real>& R, unsigned p, unsigned s, Real λ, Real β); Real C0(const LogarithmicFourierTransform& fft, const std::vector<Complex>& Ĉ); + +void smooth(std::vector<Real>& C, Real ε); |