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!