1 / 12

Systolic 4x4 Matrix QR Decomposition

Systolic 4x4 Matrix QR Decomposition. Xiangfeng Wang Mark Chen. Matrix Triangularization. Given matrix A ij To triangularize A, we find a square orthogonal matrix Q and left multiply it with A. Matrix Triangularization. For example, given Q 23

constance
Download Presentation

Systolic 4x4 Matrix QR Decomposition

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Systolic 4x4 Matrix QR Decomposition Xiangfeng Wang Mark Chen

  2. Matrix Triangularization • Given matrix Aij • To triangularize A, we find a square orthogonal matrix Q and left multiply it with A.

  3. Matrix Triangularization • For example, given Q23 • Left multiplying Q23 with A will zero the A32 value.

  4. Matrix Triangularization • Using this principle, by setting up our Q correctly • Left multiplying this Q with A will eliminate all value below the main diagonal of A.

  5. QR Decomposition

  6. QR Decomposition • The circular cell simply “reflects” or changes the direction of the data flow • The square cell performs two functions. For token values (marked with a *), it will perform the sine and cosine values and store it. For all other values it will apply the sine and cosine values and then pass it along its respective path.

  7. QR Decomposition

  8. Generating the Sine and Cosine y’ = x*c + y*s x’ = y*c – x*s y Cosine Sine x Y’ X’

  9. x=1, y=2,  = actan(1/2) = 0.4636, sin  = 0.4472, cos  = 0.8944 y’= 2.2361, x’ = 1.0646e-004, time for the calculation ~25 cycles sine cosine Y’ X’

  10. Generating and Applying the Rotation

  11. Simulation

  12. We finished one computational unit. We will build the whole System and figure out the right timing…

More Related