Questions tagged [fourier-analysis]
Questions on the discrete and continuous Fourier analysis functions of Mathematica, as well as the FourierSeries` package.
729 questions
10
votes
2
answers
741
views
Reproducing a known Fourier transform
I am trying to reproduce a well known Fourier transform result from a paper, and the paper cites the result from a table of integrals in a big book that lists known results.
This is how the paper ...
2
votes
3
answers
309
views
Simplification of terms C Exp[a+b x] to C Exp[a]Exp[bx]
I have an expression of the form
C1 Exp[a1+b1 x] + C2 Exp[a2+b2 x] + C3 Exp[a3+b3 x] + ...
Where variables C, ...
1
vote
0
answers
127
views
What are possible ways to avoid DiracDelta[ω] in Fourier transforms? [closed]
I found one related question here, but I am looking for other possible solutions for this DiracDelta function in the Fourier transform.
...
1
vote
1
answer
215
views
Plotting Fourier Transforms: Wave Equation (1D)
I tried to solve the following wave equation on Mathematica, and the code worked well so far, but when I tried to plot the results, Mathematica froze and I do not know why.
...
1
vote
0
answers
87
views
Numerical inverse Fourier Transform of a singular function
I'm working on computing the inverse Fourier transform of a function derived from a matrix construction involving a Poisson-weighted system. Here's the relevant setup.The main object is a matrix-...
1
vote
0
answers
98
views
How can I compute the spatial autocorrelation function from a PDE simulation?
I have a system of PDEs defined over a square domain. The dependent variables are $a(t,x,y),b(t,x,y),c(t,x,y)$, and the system uses Dirichlet boundary conditions with initial conditions defined as ...
2
votes
1
answer
195
views
How can I get the power spectrum and mean power of my signal?
I have measured this signal over time (where x is time in seconds and y is AC in D):
...
0
votes
1
answer
112
views
Trouble in taking the Fourier transform and drawing a plot
I have experimented in the lab and recorded data in an Excel file. The first column of the file is "time", and the rest are "amplitude". I want to take the Fourier transform of ...
5
votes
2
answers
426
views
Frequency identification via Fourier when wave period is larger than dataset length
The following code is taken from the manual
...
3
votes
1
answer
320
views
Difficult inverse Fourier transform computation
I need the expression of the function $G(x)$ for which I have only the Fourier transform:
\begin{equation}
G(x)= \int_{-\infty}^{\infty} \frac{ dp}{2 \pi}e^{i p x} \frac { \sinh\left( \frac{ \pi p(1-\...
5
votes
1
answer
247
views
Difficult Fourier transform
I need to compute the Fourier transform of a simple rational function times hyperbolic secant distribution
...
3
votes
2
answers
316
views
Can I make double discrete Fourier transform produce the reverse of data?
Fourier[Fourier[{1,2,3,4}]] gives {1,4,3,2} instead of a mirror image {4,3,2,1}. Is there a ...
0
votes
0
answers
122
views
Help with Fourier[] [duplicate]
When I create a list of discrete measurements of a sine wave and then use Fourier[] to transform it, I get a peak on the frequency axis that is characteristically less than the measured frequency and ...
2
votes
2
answers
241
views
When trying to graph a 2D Fourier transform - cannot evaluate numerically
I am trying to graph the 2D Fourier transform of the function:
(x + I y) BesselJ[1, Sqrt[x^2 + y^2]].
However, I noticed that upon trying to evaluate this function, ...
4
votes
2
answers
540
views
This Fourier series periodic function will generate zero, what's wrong?
Here is code.
...