Skip to main content

Questions tagged [fourier-analysis]

Questions on the discrete and continuous Fourier analysis functions of Mathematica, as well as the FourierSeries` package.

10 votes
2 answers
741 views

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 ...
swihart's user avatar
  • 243
2 votes
3 answers
309 views

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, ...
Boudewijn Verhaar's user avatar
1 vote
0 answers
127 views

I found one related question here, but I am looking for other possible solutions for this DiracDelta function in the Fourier transform. ...
Spin's user avatar
  • 125
1 vote
1 answer
215 views

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. ...
Athanasios Paraskevopoulos's user avatar
1 vote
0 answers
87 views

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-...
Ruth Murphy's user avatar
1 vote
0 answers
98 views

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 ...
SAC's user avatar
  • 1,343
2 votes
1 answer
195 views

I have measured this signal over time (where x is time in seconds and y is AC in D): ...
Zarabu's user avatar
  • 119
0 votes
1 answer
112 views

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 ...
Saeid 's user avatar
  • 801
5 votes
2 answers
426 views

The following code is taken from the manual ...
Anton's user avatar
  • 2,072
3 votes
1 answer
320 views

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-\...
rimbalzando9's user avatar
5 votes
1 answer
247 views

I need to compute the Fourier transform of a simple rational function times hyperbolic secant distribution ...
yarchik's user avatar
  • 25k
3 votes
2 answers
316 views

Fourier[Fourier[{1,2,3,4}]] gives {1,4,3,2} instead of a mirror image {4,3,2,1}. Is there a ...
Vsevolod A.'s user avatar
0 votes
0 answers
122 views

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 ...
crabtree's user avatar
  • 153
2 votes
2 answers
241 views

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, ...
jua ja's user avatar
  • 23
4 votes
2 answers
540 views

Here is code. ...
kile's user avatar
  • 2,032

15 30 50 per page
1
2 3 4 5
49