Inverse Fourier transform of unilateral exponential function - ifourier MATLAB
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone. How can I get the inverse Fourier tranform of unilateral exponential? I tried with the following code:
close all
clear all
syms t f
a=sym('a','positive');
y=ifourier(1/(a + pi*f*2i),t)
the result is Y=(exp(-(a*t)/(2*pi))*(sign(t) + 1))/(4*pi). Instead I'd like to get Y=exp(-a*t)*heaviside(t).
Thank you for your time.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Calculus dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!