From 61a2a8aaf7a4c02f75ac85e42841285aba7ef5a1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 4 Apr 2025 16:31:11 -0300 Subject: Adopted new scaling of Γ₀ to keep z and y moderate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fourier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fourier.hpp') diff --git a/fourier.hpp b/fourier.hpp index 086660a..c4c1cf2 100644 --- a/fourier.hpp +++ b/fourier.hpp @@ -31,4 +31,4 @@ public: std::string fourierFile(std::string prefix, unsigned p, unsigned s, Real λ, Real τ₀, Real y, unsigned log2n, Real τₘₐₓ); Real energy(const std::vector& C, const std::vector& R, unsigned p, unsigned s, Real λ, Real y, Real Δτ); std::tuple, std::vector> RddfCtdfCt(FourierTransform& fft, const std::vector& C, const std::vector& R, unsigned p, unsigned s, Real λ); -Real estimateZ(FourierTransform& fft, const std::vector& C, const std::vector& Ct, const std::vector& R, const std::vector& Rt, unsigned p, unsigned s, Real λ, Real y); +Real estimateZ(FourierTransform& fft, const std::vector& C, const std::vector& Ct, const std::vector& R, const std::vector& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real y); -- cgit v1.2.3-70-g09d2