decimate
Signal Processing
Downsample signal by integer factor r.
Syntax
decimate(x, r)
Examples
decimate([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 2)▶ Run
Limitations
Uses block averaging instead of MATLAB anti-aliasing Chebyshev filter. May introduce aliasing artifacts.
See Also
Try SimLab — Free MATLAB® Alternative
466 functions. Runs in your browser. No install.
Open SimLab