Fourier Transform In matlab
2 ビュー (過去 30 日間)
古いコメントを表示
Hello every one..
I am confused on a one question of my assignment which is on fourier transformation.Can anyone help me plz?The question is
1) Use lena image (f(i,j)). Calculate F(u-N/2,v-N/2). Plot|F(u-N/2,v-N/2)|. Reverse the magnitude of FT properly so that the resultant image is not too dark.
I am waiting for this answer. Can any one here o help me with a complete code? Thanks
2 件のコメント
Wayne King
2012 年 9 月 19 日
In addition to just telling you to look at the help fft2()? You want somebody to "help" you by writing the complete answer to your assignment?
採用された回答
Rick Rosson
2012 年 9 月 23 日
>> doc fftshift
3 件のコメント
Rick Rosson
2012 年 9 月 23 日
If you already know what fftshift does, and you already know how to use fft2, then what else do you need to know?
If you don't know what the doc command does, why don't you just try it?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!