I want to compare two signals registered starting at the same time. The sampling frequency is 1 Hz for one signal and 200 Hz for the other one. It would be acceptable to average the signal at higher frequency to 1 Hz, so that a 1-to-1 link between signals over time may be established. To do so, I designed the following formula in Excel: =IF(MOD(B201;200)=0;AVERAGE(C2:C201);""), where B column contains a progressive count starting from 1 and and C the signal value. Unfortunately, the values sampled ad 200 Hz exceed Excel maximal row numbers. Is it possible to do the same using different programmes, such as MATLAB? Thank you in advance!

More Matteo Bradicich's questions See All
Similar questions and discussions