07-28-2005 03:26 AM
Hi Gerd,
I have another question in your program. Whats the purpose of adding iteration value(of while loop) to the signal, before the multification? Is it something to do with cordinating the for loop?
Thanks,
Ravi.
07-28-2005 03:33 AM
07-29-2005 10:12 PM
Hi GerdW,
I need one more help. If I have another counter called 'line counter' as in the diagram, and I want to save mean values to an 2-D array. Each row should be the mean values obtained when line counter is true. I want to save this to a file as a matrix. I tried to use case structure so that each row can be filled to the 2-d array when it is true. But I do not know how to build the array. Please help.
Thanks,
Ravi.
07-31-2005 05:30 PM
08-01-2005 02:49 AM
08-01-2005 03:45 AM
Hi,
First, try to give more details about what you want to do. Otherwise it is very difficult to help...
For example, you wrote "Each row should be the mean values obtained when line counter is true."
It means?
*Each row i filled with one value: the average computed when line counter is true => 15 values in your vi (when
*
08-01-2005 03:48 AM
08-01-2005 03:48 AM
08-01-2005 03:59 AM
08-01-2005 04:40 AM
Hi,
Sorry for my poor English.
What I am trying to do is, save values to the first row when line counter is true. That is when my 'other counter' is 0,1,2,3,4. So it is more than one average value for the first row. Then from 5 to 20, 'line counter' is false and no need to save anything. When 'other counter' resets, again values from 0 to 4, line counter becomes high. I want to save those to my second row and so on.
for example, I may get 15 average values for the first row, another 15 for the second row.
Please let me know if this is not clear, and I will try to explain it again.
Thanks,
Ravi.