07-19-2013 02:05 AM
Hello every body,
I want to take one trigger pulse data only my trigger pulse is in square wave form. For this I am trying to take array min and max indexs. When I use this pellate, it is not giving array min index correctly, it is giving worng number. Could you please see the attached Vi and data, check the minimum index value and suggest me how to get exact array minimum index?.
Solved! Go to Solution.
07-19-2013 04:30 AM
Is there a reason you need 2-D array, since the samples are only in one column? Attached what one possible solution could look like in 1-D
07-19-2013 06:11 AM - edited 07-19-2013 06:12 AM
Your problem is the 2D array. The simple solution is to just simply Index the first column. There is only one column, so that shouldn't be big deal. It runs just fine once you clear that up.
07-19-2013 06:41 AM
Thank you it is working fine. There is no need to keep in 2d array.
07-19-2013 06:42 AM
Thanks for your reply. I understood.