summaryrefslogtreecommitdiff
path: root/log-fourier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier.hpp')
-rw-r--r--log-fourier.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/log-fourier.hpp b/log-fourier.hpp
index ee85775..730639c 100644
--- a/log-fourier.hpp
+++ b/log-fourier.hpp
@@ -20,6 +20,9 @@ private:
Real τₛ;
Real ωₛ;
Real sₛ;
+ std::vector<Real> ts;
+ std::vector<Real> νs;
+ std::vector<Complex> Γs;
public:
Real shift;
LogarithmicFourierTransform(unsigned N, Real k, Real Δτ, unsigned pad = 4, Real shift = 0.5);