LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it better to implement least square algorithm using Labview or VB.

I wanted to implement a recursive least algorithm using data sample from the DAQ card. But I was deciding if it is better to implement it using Visual Basic or Labview. Since it is easilier to do multiplication of matrix and vector in Visual Basic, I was wondering if it is true that implementing such algorithm in Visual Basics is easilier and more convenient.
0 Kudos
Message 1 of 3
(2,904 Views)

@hlseck wrote:
Since it is easilier to do multiplication of matrix and vector in Visual Basic...

 

Why do you say that? There are all types of linear algebra functions in LabVIEW.
Go to your function palette, then look under:
Mathmatics >> Linear Algebra

 

Cory K
Message 2 of 3
(2,900 Views)

I agree with Cory that LabVIEW can do any linear algebra you possibly need.

 

Are you sufficiently familiar with both programming environments?

 

Don't forget that the adaptive filter toolkit already contains RLS Algorithms (help page), that (at a cost) will save you a lot of programming. Might be worth it. 😉

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