im making a matlab code for average of 10 secs. in this code there are n instances in between 10 secs. i dont know how to do repeted calculation for full length of signal.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sampling rate is 250hz i want a code which calculates average of instances in first 10 secs. and then for next 10 secs. and so on.. this process continues for full length of signal
0 Kommentare
Antworten (1)
Azy Craze
am 5 Dez. 2012
You can calculate time by
time = 0:1/fs:(length(signal)-1)*1/fs;
0 Kommentare
Siehe auch
Kategorien
Mehr zu Clocks and Timers finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!