Code for solving 2 b) in MATLAB

1 visualización (últimos 30 días)
Somdyuti Das Adhikary
Somdyuti Das Adhikary el 13 de Sept. de 2019
Comentada: Walter Roberson el 13 de Sept. de 2019
2019-09-13 (2).png

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 13 de Sept. de 2019
Editada: KALYAN ACHARJYA el 13 de Sept. de 2019
ifourier Have you looked here ?
  2 comentarios
Somdyuti Das Adhikary
Somdyuti Das Adhikary el 13 de Sept. de 2019
I tried using piecewise to define the function. But then, I am not able to use either ifourier or ifft to find the inverse Fourier Transform
Walter Roberson
Walter Roberson el 13 de Sept. de 2019
piecewise() is part of the Symbolic Toolbox, which uses fourier() and ifourier()
However, ifourier() is unable to handle this particular case if you write it in piecewise(). It can, however, handle if if you write the expression in terms of heaviside() -- but you do have to be careful about the boundary conditions: check out sympref('heavisideatorigin')

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by