Highly oversample FFT2 in one direction for peak detection
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have a 2D image and the resulting FFT2 has high peak. Now I can find the maximum to get the resulting peak shift in each dimension. But, in one of the dimensions the resolution of the accuracy bin is 10^4 times worse than what I need for the peak estimation.
So instead of doing an FFT with N samples in that direction, I would require N*10^4 samples. This would require a total amount of samples in that direction of 2^27, which is obviously making me run out of memory.
Is there a smart way to do the FFT with the inital amount of samples in both directions and doing a local oversampling around the peak to get the frequency shift in the required accuracy?
Thanks!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!