| Author |
Comment/Response |
K Vos
|
11/20/09 10:20am
Say I have a piecewise function like
Piecewise[{{Sin[x]/x, \[Pi] < Abs[x] < 3 \[Pi]},{0, Abs[x] > 3 \[Pi] || Abs[x] < \[Pi]}}]
That is, the sinc function on the intervals (-3pi,-pi),(pi,3pi) and zero everywhere else.
How would I go about plotting the FourierTransform of this function? I can generate the plot with the standard sinc function but when I try it with this function Mathematica doesn't seem to stop evaluating.
URL: , |
|