07-10-2012 11:17 PM
i want to create an input signal vector X(n) = [x(n) x(n-1) x(n-2).........x(n-N+1)
07-10-2012 11:43 PM
Hi Rashi,
I think you need to read LabVIEW Basic -1. First read this all these issues will get resolved automatically.
07-11-2012 02:21 AM
@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?
07-11-2012 11:13 PM
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.
07-11-2012 11:32 PM
@rashi wrote:
i am implementing variable step size least mean square filter equation in labview
Check this document for LMS Filter algorithm