LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you multiply a 2D array with a uniform window?

Hello
 
i have a vi that has as an output a 2D array and i want to multiply each 1D array of it (each row) with a uniform windowing function but the window accepts only 1D arrays as input right? How can i do this?
 
Thank you
0 Kudos
Message 1 of 3
(2,751 Views)
Just place a FOR loop around the windowing function. Autoindexing will take care of the rest. 🙂

Message Edited by altenbach on 03-19-2007 06:16 PM

Message 2 of 3
(2,747 Views)
Thank you again AltenbachSmiley Happy....
 
By the way...can you or anybody else give me any pointers about crossfading (fade in/out) windowed segments?
 
 
0 Kudos
Message 3 of 3
(2,738 Views)