LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LMS on FPGA

Hi,

 

I found one example of LMS code for RT. Now I am trying to redo this codding for FPGA. I quite not understand how to use dot product inside the FPGA.

 

Anyone, please look at this coddings and give suggestions.

 

Thank you!

 

absias

 

PS: lms1.vi  is for RT 

Download All
0 Kudos
Message 1 of 3
(3,036 Views)

Hi absias,

 

you really should go through all those tutorials about FPGA programming with LabVIEW…

 

- I don't think you can use InitArray on your FPGA to recreate PtByPtDataQueue for FPGA!

- The function you named surely has an online help entry. Did you read it?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(3,017 Views)

Hi GerdW,

 

I understood that I cannot use PtByPtDataQueue, so I just used Dot Product from FPGA, and set size of all arrays to fixed. I couldn't use graph so I changed it to indicator. Now there is no error occur, but when I run the result is 0.  Can you please look at the coding and tell where is mistake? 

 

Thank you!

0 Kudos
Message 3 of 3
(2,924 Views)