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.

Recent content by sffong2

  1. S

    writing nxn matrix inversion by verilog code

    Hi, I am using Altera quartus ii version 9.1 to doing this project. The point 1 that I mentioned is ,for example ,determinant for a 2x2 matrix, det= (a11*a22 - a12*a21 ) however, in matrix 3x3 det= a11 (a22*a33-a23*a32) - a12 (a21*a33-a23*a31) + a13 (a21*a32-a22*a31). the number of input and...
  2. S

    writing nxn matrix inversion by verilog code

    Hi, I have a project on writing a n*n matrix inversion by using verilog code. I hope can doing this by using QR decomposition. Can anyone give me some clue on: 1) how can making the code is suitable for n*n matrix by just changing the parameter ? 2) a module that can do floating point division.

Part and Inventory Search

Back
Top