matlab block averaging time series data -


q:matlab related: can me matlab code block averaging of time series dataset? how determine optimal number of blocks

background:i have large time series dataset (position versus time) break 20 smaller blocks. need find variance of position each block. since there possibility there autocorrelation of data, normal averaging doesn't work me, , need perform block averaging.

check out reshape command followed mean and/or var (for average or variance)

at matlab terminal, type:

help reshape 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -