From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed-point data type matrix operation

Hello,

 

I am simulating an FPGA with the regular labview (NOT LabVIEW FPGA) by using fixed-point data types. The problem is I am supposed to do many matrix operations, but matrix operations (especially multiplication) in LabVIEW do not support the fixed-point data type and I have to use arrays instead of matrices. So, I had to make some subVIs that can perform matrix operations with arrays; however what I have made are super slow. 

 

Does anybody have experience with this sort of situation? Thank you in advance.

0 Kudos
Message 1 of 2
(1,941 Views)
0 Kudos
Message 2 of 2
(1,924 Views)