Data filtering one-second averages
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chad Wiggins
el 28 de Mzo. de 2016
Comentada: Chad Wiggins
el 30 de Mzo. de 2016
I have a data set that is collected at about 6.5hz. In the processing of the data, I put the data into Excel and just do a 3 second running average for the entire data set to smooth out the data. Next I would like for a Matlab program to just pick one point per second. I was thinking it could be the first data point each second. For example, if the times for the first second are 1.088, 1.242. 1.398, 1.553, 1.706, and 1.863, I would just want to pull the row of data at 1.088 and output it into a new a variable.
What would be the best way to go about doing this. If there's code to automate the 3 second running average (about 20 lines in excel), that'd be awesome too. Thanks!
3 comentarios
Azzi Abdelmalek
el 28 de Mzo. de 2016
The question is not clear, can you illustrate with an example?
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Multirate Signal Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
