smoothing unevenly spaced data
Mostrar comentarios más antiguos
Hi guys,
I have two datasets. The first dataset is a time series that spans 10,000 years and it is evenly spaced in 20-year intervals. To remove some of the noise, I applied a 200-year running mean; pretty straightforward.
My second dataset is another time series that spans the same 10,000 years, however, these data are unevenly spaced. Ideally I would like to also apply a 200-year running mean to this dataset. I am at a complete loss on how to make this happen with an unevenly spaced dataset.
Any suggestions?
I'm also a pretty new Matlab user.
Thanks for your help.
Respuestas (1)
Shashank Prasanna
el 28 de Feb. de 2013
0 votos
when you say unevenly spaced, do you have the time information?
You can try resample them using some interpolation method:
Categorías
Más información sobre Interpolation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!