I am working on Principal Component analysis. I want to write a verilog code for finding eigen values and eigen vectors for a large dimensioned matrix (20x20 and likewise). Please guide me how to do this? Thank you.
PittyJ wrote: > What is an eigen value? It's a partial translation of "Eigenwert". See there: https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors Sukhmani K. wrote: > I want to write a verilog code for finding eigen values and eigen > vectors for a large dimensioned matrix (20x20 and likewise). > Please guide me how to do this? What data types do you use? Float or integer? Where do you store the data? How fast do you need the result? What target? Or is it just for simulation?
:
Edited by Moderator
hey ,How do I design an algorithm state machine for microwave oven controller using VHDL