Fast Fourier transform to perform deconvolution with log time

5 Ansichten (letzte 30 Tage)
larry liu
larry liu am 12 Mär. 2022
Kommentiert: Wolfgang am 8 Jan. 2024
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?

Antworten (1)

Wolfgang
Wolfgang am 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?
  5 Kommentare
高飞 支
高飞 支 am 18 Dez. 2023
hello Savas
How did you handle the response function W? How did you transform the function w into a matrix? I found a Bayesian iteration formula, but it involves a matrix W, not the function w.
Wolfgang
Wolfgang am 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by