필터 지우기
필터 지우기

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