How to perform an inverse laplace transform?
Ältere Kommentare anzeigen
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!!
Antworten (1)
Youssef Khmou
am 17 Sep. 2013
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 Kommentare
Mike Jaroszewicz
am 17 Sep. 2013
Youssef Khmou
am 17 Sep. 2013
yes the Inverse DFT or FFT.
Kategorien
Mehr zu Fast Fourier Transforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!