diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-13 17:46:26 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-13 17:46:26 -0300 |
commit | 4079c1b22fdef05f84201453e11010662b7b5934 (patch) | |
tree | dc2b75851ce000aff688c01551d0379fdddd9d8c /log-fourier.hpp | |
parent | 98a04c095f2e91773f39b621c80cf7d205328de1 (diff) | |
download | code-4079c1b22fdef05f84201453e11010662b7b5934.tar.gz code-4079c1b22fdef05f84201453e11010662b7b5934.tar.bz2 code-4079c1b22fdef05f84201453e11010662b7b5934.zip |
ACtually fixed bug
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r-- | log-fourier.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp index 9c7c237..ee85775 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -20,8 +20,8 @@ private: Real τₛ; Real ωₛ; Real sₛ; - Real shift; public: + Real shift; LogarithmicFourierTransform(unsigned N, Real k, Real Δτ, unsigned pad = 4, Real shift = 0.5); ~LogarithmicFourierTransform(); Real τ(unsigned n) const; |