LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract 10 samples from an array with 100 samples

Hi,

 

I have a 2d array that contains voltage and current values. with index array separated current and voltage values.

 

The voltage I used to get is alternating DC,

 

now my prob is for every 10 samples I have to take average value and again store it an array.

 

can anyone give me a suggestion?

 

attached vi.

0 Kudos
Message 1 of 2
(2,021 Views)

Sounds a bit like homework so I'll just point to ideas to explore-

 

Take a look at Mean.vi on the mathmatics>probability and statistics function pallate.

 

Look into Shift Registers and the build array primitive (there should even be good examples that ship with LabVIEW)


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(2,010 Views)