Data Processing
Smooth data by taking a moving average:
Out[1]=
|
|
Out[2]=
|
|
Accumulate values to get running totals:
Out[1]=
|
|
Out[2]=
|
|
Find averages for blocks of values:
Out[1]=
|
|
Rescale every value in each time series:
Out[1]=
|
|
Rescale
Normalize
Standardize
Threshold
Clip
Apply a function to values in a particular time series:
Out[2]=
|
|
Get pure lists of values, without timestamps:
Out[1]=
|
|
Out[2]=
|
|
Differences
LowpassFilter
MaxFilter
Fourier
PowerSpectralDensity
QUICK REFERENCE: Linear and Nonlinear Filters »