How Can You Implement the Numerical Fourier Transform in MATLAB or FORTRAN?

Click For Summary
The discussion focuses on implementing numerical evaluation of integrals related to Fourier transforms in MATLAB or FORTRAN (g90). Key points include the need for numerical methods to evaluate the integral of the form ∫ f(x) exp(iux) dx and the inverse Fourier transform ∫ F(u) / ∫ g(x) exp(iux) dx. Due to the infinite domain and range of the complete Fourier transform, participants emphasize the necessity of using the Discrete Fourier Transform (DFT) as a practical solution. The goal is to develop a numerical tool for these evaluations to assist in solving the Wiener-Hopf equation.
zetafunction
Messages
371
Reaction score
0
hi, i would need some info on how can implement in MATLAB or FORTRAN (g90) the Numerical evaluation of the integral

\int_{-\infty}^{\infty}dxf(x)exp(iux)

and the evaluation of the ivnerse Fourier transform

\int_{-\infty}^{\infty}du\frac{F(u))}{\int_{-\infty}^{\infty}g(x)exp(iux)dx}

the idea is to implement some numerical tool to evaluate Fourier transform integral, in order to apply them to solve Wiener-Hopf equation.
 
Technology news on Phys.org
It's not possible to implement the complete Fourier transform numerically because it has infinite domain and range. You need to use the Discrete Fourier Transform instead.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
5
Views
2K
Replies
8
Views
2K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K