Double definite integral (Fourier transform)

AI Thread Summary
The discussion centers on finding the function f(x,y) through the backward Fourier integral from F(ω_x, ω_y). Two main questions are raised: the availability of Fortran code for evaluating the numerical Fourier integral and the challenge of determining the location of poles in a polynomial's denominator when performing a double integral. Recommendations for Fourier transform libraries include FFTW, which is widely used, and GSL, which also offers FFT routines. Additionally, Ooura's FFT implementation is suggested as a user-friendly alternative, particularly for those working in Fortran.
secret2
Messages
37
Reaction score
0
I don't know if this question should be posted here, but I'll give it a shot anyways.

I am trying to find f(x,y), which can be obtain by doing the backward Fourier integral to F(\omega_x, \omega_y). I have 2 questions.

1. Is there any Fortran code that could evaluate the (numerical) Fourier integral?

2. Since the function f(x,y) is 2-dimensional, we have to do a double integral. Suppose that we evaluate first the x-integral. I have a polynimial in the denominator, but the roots of the polynomial will be functions of y. Then, how can I tell if the (simple) poles are in the upper half plane or not?
 
Technology news on Phys.org
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
5
Views
1K
Replies
7
Views
4K
Replies
2
Views
3K
Replies
2
Views
409
Replies
6
Views
3K
Replies
4
Views
3K
Back
Top