Fast Fourier transform to perform deconvolution with log time

조회 수: 21 (최근 30일)
larry liu
larry liu 2022년 3월 12일
댓글: yicong 2024년 9월 6일
I have two 1-D data with x-axis is log(t) but not t below with my data,
I have trouble using fft to perform R(z) = da(z)/dz ⊗−1 (deconvolution) w(z). to get R(z)
I tried a=fft(da/dz) and w=fft(wz) and R=a./w and using ifft(R) to get R(z) , but result is quite strange
below is the result R(z) I shold get.
can anyone told me how to got R(z) by deconvolution using fft and ifft?

답변 (1개)

Wolfgang
Wolfgang 2022년 8월 2일
Hello larry liu,
it seems like I have exactly the same problem. I'm trying to do the deconvolution of a thermal impedance curve and I'm stuck with the deconvolution part.
Top left is the testcurve generated from discrete R and C values
Top right are the time constants of these RC-values, therefore I expect some curve at the output that looks at least somehow similar to these stems.
The bottom plots show the two curves which need to be devonvolved with each other.
This is the result I get. It makes absolutely no sense:
Did you find a solution?
  댓글 수: 6
Wolfgang
Wolfgang 2024년 1월 8일
Hello Savas,
sadly I have to admit that I did not further investigate on the problem as I got distracted on other topics.
Nevertheless I'm still looking for a solution to get it working.
yicong
yicong 2024년 9월 6일
How do you solve this problem? Could you give some other insight about this matrix W?

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

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by