FiltFilt with variable steps
显示 更早的评论
Hi,
I use Filtfilt function in order to filter a serie of images in the temporal dimension. How ever the real temporal step beteween images is not uniform. The step between image 1 and image 2 is different from the one between image 2 and image 3, and the time step between image 3and image 4 is identical to the one between image 1 and image2.
I would like to know if it is possible to change the code in order to take into account the variability and if yes how to do so.
Thank you
1 个评论
Star Strider
2020-11-5
For most signal processing applications to work (with the exception of nufft and nufftn), the signals must be regularly-sampled. Normally, I would tell youi to use resample to correct for non-uniform samplilng, however I have no idea how it would work (or if it would work) on images, even in a loop resampling pixel-by-pixel, even on a set of 2D grayscale images.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Digital Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!