Mejdi_tn
Junior Member level 3

Hi
how to programm a Matrix 5*5 in VHDL
exemple for Martix in C
double Mat33[NBROWS][NBCOLS]=
{
{ 6*sqrt(2), 3*sqrt(5), 6 , 3*sqrt(5), 6*sqrt(2) } , // row no 0
{ 3*sqrt(5), 3*sqrt(2), 3 , 3*sqrt(2), 3*sqrt(5) } , // row no 1
{ 6 , 3 , 1 , 3 , 6 } , // row no 2
{ 3*sqrt(5), 3*sqrt(2), 3 , 3*sqrt(2), 3*sqrt(5) } , // row no 3
{ 6*sqrt(2), 3*sqrt(5), 6 , 3*sqrt(5), 6*sqrt(2) } // row no 4
};
thing you
how to programm a Matrix 5*5 in VHDL
exemple for Martix in C
double Mat33[NBROWS][NBCOLS]=
{
{ 6*sqrt(2), 3*sqrt(5), 6 , 3*sqrt(5), 6*sqrt(2) } , // row no 0
{ 3*sqrt(5), 3*sqrt(2), 3 , 3*sqrt(2), 3*sqrt(5) } , // row no 1
{ 6 , 3 , 1 , 3 , 6 } , // row no 2
{ 3*sqrt(5), 3*sqrt(2), 3 , 3*sqrt(2), 3*sqrt(5) } , // row no 3
{ 6*sqrt(2), 3*sqrt(5), 6 , 3*sqrt(5), 6*sqrt(2) } // row no 4
};
thing you