![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Decimation by averaging.
Definition in file decim.m.
Go to the source code of this file.
Functions | |
| function | decim (in X, in r) |
| Decimation occurs by averaging every r columns of X. More... | |
| function decim | ( | in | X, |
| in | r | ||
| ) |
Decimation occurs by averaging every r columns of X.
| X | [no][nf] matrix |
| r | Decimation factor. After decimation, size(Y, 2) = floor(size(X, 2)/r) |