Skip to content

Latest commit

 

History

History

decim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fast data decimation

decim.m

This simple function resamples a vector or matrix for decimation using a fast, fully vectorized processing, and proposes different methods to compute the resulting samples from original data: mean value (default), median, sum (useful for cumulative data), min or max.

Author

François Beauducel, IPGP, beaudu, [email protected]

Documentation

Type 'doc decim' for help and syntax.