Fast Fourier transform to perform deconvolution with log time

21 visualizaciones (últimos 30 días)
larry liu
larry liu el 12 de Mzo. de 2022
Comentada: yicong el 6 de Sept. de 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?

Respuestas (1)

Wolfgang
Wolfgang el 2 de Ag. de 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 comentarios
Wolfgang
Wolfgang el 8 de En. de 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 el 6 de Sept. de 2024
How do you solve this problem? Could you give some other insight about this matrix W?

Iniciar sesión para comentar.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by