how to find Windowed Fourier Transform of an image? If possible function script is needed.
2 次查看(过去 30 天)
显示 更早的评论
Windowed fourier transform of an image is required. Is it same as STFT? Script for that is required. Thank you.
0 个评论
采纳的回答
Spandan Tiwari
2014-2-8
STFT computation requires computing Fourier Transform of sub-blocks of the image. You can use fft2() to get Fourier Transform. For breaking the image in overlapping or non-overlapping blocks and processing each block, look at the function blockproc() in the Image Processing Toolboxs It can take care of dividing the image into sub-blocks and putting the output back together after computation.
2 个评论
Spandan Tiwari
2014-2-10
Ruchitesh,
From your question it sounds as if you are trying to find a Windowed FT around just one pixel ((10,10)? ). Is that correct? Or are you trying to find STFT for the entire image,going block-by-block? If its the former it is much easier.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!