How to perform an inverse laplace transform?

Hello,
Is it possible to perform an inverse laplace transform on what is essential a matrix of data points. There are 2 columns and 2048 rows. The first column is a list of frequencies and the second column is a list of intensities. If it is possible to perform an ILT on this data set how would i go about doing it?
Thank you so very much!!

답변 (1개)

Youssef  Khmou
Youssef Khmou 2013년 9월 17일

0 개 추천

Mike,laplace function is working on symbolic variables, try to use ifft instead , as long as there is no alternative .
>>Y=ifft(M((:,2))); % the second column of frequency magnitudes .

댓글 수: 2

Thank you for your response. does ifft abbreviate inverse fast fourier transform. So what i want to do is extract the rate of decay of a set of frequencies. i know that the ILT is the transform i need to do this.
Thanks.

댓글을 달려면 로그인하십시오.

카테고리

질문:

2013년 9월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by