Hey guys,
So I have this program that does a set of calculations on a pulse signal which is gathered from one channel of code. Now I need this program to do the same thing, only on up to 4 channels simultaneously. I am not sure of how to do this efficiently because I would imagine just copying and pasting the code 4 times would not be the most efficient way.
Each channel has its own set of means, averages, values, etc. And all of the points will be averaged for each graph as included in the code. Any advice on how to go about this efficiently?