summaryrefslogtreecommitdiff
path: root/fourier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'fourier.hpp')
-rw-r--r--fourier.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fourier.hpp b/fourier.hpp
index 9451f69..791953b 100644
--- a/fourier.hpp
+++ b/fourier.hpp
@@ -33,6 +33,7 @@ public:
std::vector<Complex> fourier();
std::vector<Real> inverse(const std::vector<Complex>& ĉ);
void writeToA(unsigned i, Real ai);
+ std::vector<Real> convolve(const std::vector<Real>& Γh, const std::vector<Real>& R);
};
std::string fourierFile(std::string prefix, unsigned p, unsigned s, Real λ, Real τ₀, Real y, unsigned log2n, Real τₘₐₓ);