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!