shan14
Member level 3
- Joined
- Aug 18, 2014
- Messages
- 61
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 393
Hi
I am doing 2D fft in VHDL . My algorithm is
1) 1D fft then
2) transpose of the output of 1D fft
3)again 1D ft of those transpose output
4)again transpose the 1D fft
So in this, I am using following matrix transpose code .
My question is that,is this matrix transpose code correct for doing 2D fft???
I am doing 2D fft in VHDL . My algorithm is
1) 1D fft then
2) transpose of the output of 1D fft
3)again 1D ft of those transpose output
4)again transpose the 1D fft
So in this, I am using following matrix transpose code .
My question is that,is this matrix transpose code correct for doing 2D fft???