Hello everyone:)
Just as the title,I want to know how to decimate a 1D array.But the difference is,I want to choose the array count of answer.
I n fact,this I D array is the datas that fetched from the hardware buffer which may contains few channals datas,so if the channal count is 4,I need decimate it to four arrays,then if it is 5,I need five answers.Decimate 1D Array.vi can do the similar work,but how can I control the count of the answer?For example,use a numeric control to input the count and then output the needed arrays.