summaryrefslogtreecommitdiff
path: root/log-fourier.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-05-08 18:11:35 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-05-08 18:11:35 -0300
commit73f4eaba3a08a5e1b85512868c3916c7fd4e4571 (patch)
tree999ceaa31419e37590309e3ccb4a8e9ec0a9c536 /log-fourier.hpp
parent21a99431f02e799de9a811f9f02ad006fe27df6d (diff)
downloadcode-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.hpp2
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;