03-22-2015 05:06 AM
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
03-22-2015 08:45 AM - edited 03-22-2015 08:46 AM
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?
04-03-2015 05:45 AM
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!