フィルターのクリア

Inverse Fourier transform of unilateral exponential function - ifourier MATLAB

2 ビュー (過去 30 日間)
Gennaro Arguzzi
Gennaro Arguzzi 2017 年 7 月 3 日
編集済み: Gennaro Arguzzi 2017 年 7 月 3 日
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 Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by