diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-08 18:11:35 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-08 18:11:35 -0300 |
commit | 73f4eaba3a08a5e1b85512868c3916c7fd4e4571 (patch) | |
tree | 999ceaa31419e37590309e3ccb4a8e9ec0a9c536 /log-fourier.hpp | |
parent | 21a99431f02e799de9a811f9f02ad006fe27df6d (diff) | |
download | code-73f4eaba3a08a5e1b85512868c3916c7fd4e4571.tar.gz code-73f4eaba3a08a5e1b85512868c3916c7fd4e4571.tar.bz2 code-73f4eaba3a08a5e1b85512868c3916c7fd4e4571.zip |
Updated to work with shift
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 f0b53ef..b1e4bd1 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -21,7 +21,7 @@ private: Real ωₛ; Real sₛ; public: - LogarithmicFourierTransform(unsigned N, Real k, Real Δτ, unsigned pad = 4); + LogarithmicFourierTransform(unsigned N, Real k, Real Δτ, unsigned pad = 4, Real shift = 0.5); ~LogarithmicFourierTransform(); Real τ(unsigned n) const; Real ω(unsigned n) const; |