correlated Gaussian noise

版本 1.0.0.0 (975 字节) 作者: michaelB brost
independent samples of correlated Gaussian vector process
3.9K 次下载
更新时间 2008/8/21

无许可证

vector generalization of matlab standard function randn() with correlations.

inputs: Rpp - pXp correlation matrix
nSamp - number of samples

outputs: data matrix of size
[p rows X nSamp cols]
sample correlation matrix

example generate a vector of 1000 pairs which are correlated as
[1 -0.3]
[-0.3 1]

R=[1 -0.3; -0.3, 1];
n = 1000;
[x, sampR]=correlatedGaussianNoise(R,n);
disp(sampR)

引用格式

michaelB brost (2024). correlated Gaussian noise (https://www.mathworks.com/matlabcentral/fileexchange/21156-correlated-gaussian-noise), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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