Altera_Forum
Honored Contributor
9 years agoMatrix in vhdl
I want to store the output of FFT in a matrix using vhdl, How to do that.
Where the output FFT is of 16 lines each of 8 bits.I want to store the output of FFT in a matrix using vhdl, How to do that.
Where the output FFT is of 16 lines each of 8 bits.you can build a matrix using arrays in VHDL.