Inverse Fourier transform of unilateral exponential function - ifourier MATLAB

2 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by