Reduce array "resolution" in LabView -
really simple question, can't around visual programming. have array of size 600. want reduce size of 10 grabbing number every 60 index of array. know how in normal programming language, can't figure out labview. can have pity , me out? i've attached i'm @ far, it's sad.
what have way if needed fixed sized array. important if running on fpga or need reduce jitter on rt target.
what have not easiest way this. easier way accumulate new array shift register so:
as can see- if index multiple of 60 element appended array. otherwise, in false case, array passed through unmodified.
you should know that, although method easier use, cause memory allocations increase size of array being accumulated. isn't problem.
Comments
Post a Comment