統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,955
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
What will the image look like?
A = abs(fftshift(fft2(A))); B = angle(fftshift(fft2(B))); C = A .* exp(i * B); D = abs(ifft2(ifftshift(C))); What ...
約12年 前 | 2 件の回答 | 0
2
回答質問
Fourier Domain of Binary image by binary mask
Hi Going over exam questions and was wondering if someone could guide me through this; I have a binary image B which is multipli...
約12年 前 | 1 件の回答 | 0
