From 2653586bab4f9519e18be93caea2dea7f891a8e6 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sun, 18 May 2025 18:29:28 -0300 Subject: Neutral refactoring, edited .gitignore --- log-fourier.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'log-fourier.hpp') diff --git a/log-fourier.hpp b/log-fourier.hpp index 29717cd..5651ddb 100644 --- a/log-fourier.hpp +++ b/log-fourier.hpp @@ -42,13 +42,13 @@ public: std::string logFourierFile(std::string prefix, unsigned p, unsigned s, Real λ, Real τ₀, Real β, unsigned log2n, Real Δτ, Real shift); -void logFourierSave(const std::vector& C, const std::vector& R, const std::vector& Ct, const std::vector& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real β, unsigned log2n, Real Δτ, Real shift); +void logFourierSave(const std::vector& C, const std::vector& R, const std::vector& Ĉ, const std::vector& Ȓ, unsigned p, unsigned s, Real λ, Real τ₀, Real β, unsigned log2n, Real Δτ, Real shift); -bool logFourierLoad(std::vector& C, std::vector& R, std::vector& Ct, std::vector& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real β, unsigned log2n, Real Δτ, Real shift); +bool logFourierLoad(std::vector& C, std::vector& R, std::vector& Ĉ, std::vector& Ȓ, unsigned p, unsigned s, Real λ, Real τ₀, Real β, unsigned log2n, Real Δτ, Real shift); -std::tuple, std::vector> RddfCtdfCt(LogarithmicFourierTransform& fft, const std::vector& C, const std::vector& R, unsigned p, unsigned s, Real λ); +std::tuple, std::vector> ΣD(LogarithmicFourierTransform& fft, const std::vector& C, const std::vector& R, Real β, unsigned p, unsigned s, Real λ); -Real estimateZ(LogarithmicFourierTransform& fft, const std::vector& C, const std::vector& Ct, const std::vector& R, const std::vector& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real β); +Real estimateZ(LogarithmicFourierTransform& fft, const std::vector& C, const std::vector& Ĉ, const std::vector& Ȓ, const std::vector& Rt, unsigned p, unsigned s, Real λ, Real τ₀, Real β); Real energy(const LogarithmicFourierTransform& fft, const std::vector& C, const std::vector& R, unsigned p, unsigned s, Real λ, Real β); -- cgit v1.2.3-70-g09d2