필터 지우기
필터 지우기

Laplace and fourier symbolic transform relationship

조회 수: 1 (최근 30일)
Alon
Alon 2014년 1월 28일
Hello, I wrote a code that transforms a function f(t) to F(s) and F(w):
syms f(t) F1(s) F2(w)
f(t)=1;%1 is only example
F1(s)=laplace(f);
F2(w)=(1/(2*pi))*fourier(f);
Now, I have to write a code that checks that the relationship between the 2 transforms exists but I can't find a way to do that. I think that s=j*w but it doesn't help me to see the relationship. Need help, thanks

답변 (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