Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

the alogrithm to slove eigenvalues of matrix

Status
Not open for further replies.

tarkyss

Full Member level 6
Joined
Aug 1, 2005
Messages
340
Helped
26
Reputation
52
Reaction score
8
Trophy points
1,298
Location
China
Activity points
4,162
suit for vlsi implemention
who know ?
thanks
 

nobody know?
nobody has experence on it?
 

Re: the alogrithm to solve eigenvalues of matrix

tarkyss,

There are some methods mentioned on Wikipedia. I would select whichever of these is least complex, but still efficient for the size of the matrix you are working with. Once the algorithm is selected, you need to map into hardware. I would probably implement as a systolic array or data-flow processor, as it is easy to use them to map mathematical equations into hardware. There are many papers on how to do this.

What sort of things have you tried? Why were they unsuitable?

sph3r3
 

for example, if you use QL or QR algorithm to slove eigenvalue, you cannot determine the loop count before the loop finish, while it is bad for synthesis, and you cannot know how many cycles it will cost,
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top