0
8.5kviews
Find DFT of the image
1 Answer
written 8.3 years ago by | modified 2.8 years ago by |
Step1: Perform Row-wise Transform using FFT Flowgraph
For row1 = [0, 1, 2, 1]
For row2 =row4= [1, 2, 3, 2]
For row3 = [2, 3, 4, 3]
Result of row-wise transform is,
R=[4−20−28−20−212−20−28−20−2]
Step2: Perform Column-wise Transform using FFT Flowgraph
For column1 = …