LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create vector X(n) = [x(n) x(n-1) x(n-2).........x(n-N+1) in labview

i want to create an input signal vector X(n)  = [x(n) x(n-1) x(n-2).........x(n-N+1)

0 Kudos
Message 1 of 5
(3,487 Views)

Hi Rashi,

 

I think you need to read LabVIEW Basic -1. First read this all these issues will get resolved automatically.

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 2 of 5
(3,481 Views)

@rashi wrote:

i want to create an input signal vector X(n)  = [x(n) x(n-1) x(n-2).........x(n-N+1)


This question is quite ambiguous, because you don't really define anything, but you could try "array subset" and "reverse array".

 

Can you give an actual example of an input array and desired output?

0 Kudos
Message 3 of 5
(3,467 Views)

i am implementing variable step size least mean square filter equation in labview

output error  equatyion e(n) = d(n)-X'(n)W(n) where X(n) is input signal vector X(n) = x(n) x(n-1) ...............x(n-N+1), ' denotes transpose. 

0 Kudos
Message 4 of 5
(3,447 Views)

@rashi wrote:

i am implementing variable step size least mean square filter equation in labview


Check this document for LMS Filter algorithm
---
Silver_Shaper | CLD
0 Kudos
Message 5 of 5
(3,443 Views)