12-07-2006 04:16 AM
12-07-2006 04:47 AM
12-07-2006 09:16 AM
12-07-2006 09:33 AM
12-07-2006 09:52 AM
12-07-2006 10:00 AM
04-12-2007 04:19 AM
Hi GerdW..
I am also stuck similar average problem that u suggest some solution here. I tried modify ur solution in order to apply my problem but i couldnt. Could you please advise me some solution. I am completely stuck, and without this averaging i can not measure reliable data
thanks..
P.S: using LV7.0
04-12-2007 04:25 AM - edited 04-12-2007 04:25 AM
04-12-2007 04:34 AM
i (iteration) Current value corresponding multimeter value(y) array of x array of y
0 0 y0 [0] [y0]
1 1 y1 [1,0] [y1,y0]
2 2 y2 [2,1,0] [y2,y1,y0]
: : : : :
12(new sweep) 0 y12 [0,-1,-2...0...2..0] [y12,y11.....y0]
13 1 y13 [1,0,-1,2..0...2..0] [y13,y12,y11...y0]
: : : : :
now what i dont understand is that how to command vi so that it will add y13 with y0 ,y14 with y1 and so on giving averaged array with each corresponding element. My iteration keeps going continously till I see that averaged spectrum seems ok. So i can not set at the beginning how many iteartion will be performed. Besides, I might change the sweeping rate and the limits are not fixed that might be changed for each measurement. Regarding those conditions how i can set the index number performing the average process above?
04-12-2007 05:13 AM