Recent content by ser23

  1. S

    MATLAB Finding an integer with matlab fft function

    Actually this is the solution my teacher gave us. He said that this is a cool way to calculate an integral, I still don't get it, hope this info helps someone, and thank you all foru your help and good intentions. >> N=1000; x=linspace(-10,10,N); dx=x(2)-x(1); y=x.^2.*exp(-x.^2); plot(x,y)...
  2. S

    MATLAB Finding an integer with matlab fft function

    hi, yes the integral I am sorry.
  3. S

    MATLAB Finding an integer with matlab fft function

    Sure, and thanks for your help Solve the following integer using the FFT in MATLAB: integer goes from[-infinite, infinite] and the function is: x^2*exp(-x^2)dx TIP: Check the Fourier transform definition. (the tip is from my teacher)...
  4. S

    MATLAB Solving an integer with FFT in matlab

    Homework Statement Hi, I hope someone could help me, I have been trying to solve this problem with FFT in matlab, why?, because my teacher gave it as homework. The problem is the following. Obtain the value of the following integer using FFT: Homework Equations the integer goes...
  5. S

    MATLAB Finding an integer with matlab fft function

    Hi, I hope someone could help me, I have been trying to solve this problem with FFT in matlab, why?, because my teacher gave it as homework. The problem is the following. Obtain the value of the following integer using FFT: the integer goes from [-infinte, infinite], and the function is...
Back
Top