Vazhipokkan
Newbie level 1

As a part of my project, I have to evaluate the following expression to get my final answer.
X = [H'*H]-1*H'*C
where H' means transpose of matrix H. Here H is a 3*2 matrix and C a 3*1 matrix. All entries to the matrices are 8-bit binary numbers. Please help me by suggesting an algorithm/ posting a vhdl code to do this. (Code has to be a synthesizable one)
X = [H'*H]-1*H'*C
where H' means transpose of matrix H. Here H is a 3*2 matrix and C a 3*1 matrix. All entries to the matrices are 8-bit binary numbers. Please help me by suggesting an algorithm/ posting a vhdl code to do this. (Code has to be a synthesizable one)