Fast Fourier transform to perform deconvolution with log time

21 views (last 30 days)
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?

Answers (1)

Wolfgang
Wolfgang on 2 Aug 2022
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 Comments
Wolfgang
Wolfgang on 8 Jan 2024
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 on 6 Sep 2024
How do you solve this problem? Could you give some other insight about this matrix W?

Sign in to comment.

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!