I am fairly new to LabVIEW and have never used a language like this. I am very experience in MATLAB and C programming, but need some assistance on this type of programming.
My issue is I need to capture the average of an array (mean) and place that constant into another array (see excel example). Once this is done, it will push the latest value down one index, and place the newest value in the index 0 position. I have tried many different methods and cannot seem to get any of them to work, or I may be using them all incorrectly.
Methods Used:
Decrementing
Auto-Indexing
Shift Registers
Any assistance will be of great help and if I need to clarify more, please feel free to ask. My looping structure may also be causing the problem, but I am not sure how that entirely works as well in LabVIEW.
Thanks in Advance