Jitter

版本 1.0.0.0 (2.8 KB) 作者: Richie Cotton
Adds a small amount of noise to an array. Ideal for signal processing or chaos theory.
4.5K 次下载
更新时间 2006/3/22

查看许可证

Jitter adds a small amount of gaussian (white) or uniform noise to a vector, matrix or N-D array.

This function is ideal for adding noise to a signal for processing, or generating starting conditions for chaotic functions.

The magnitude of the noise is given as either a fraction of the smallest difference between values of the input array, or as a fraction of the range of values of this input array.

See picture for an example.

This file is based upon the R function 'jitter' by written by Werner Stahel and Martin Maechler, ETH Zurich.
See http://stat.ethz.ch/R-manual/R-patched/library/base/html/jitter.html
for details of the original.

I've added support for imaginary inputs and gaussian noise, which weren't in the original.

引用格式

Richie Cotton (2024). Jitter (https://www.mathworks.com/matlabcentral/fileexchange/10425-jitter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geology 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Corrected problems with help; removed call to range so that the stats toolbox is no longer required; given user control over imaginary noise.