correlated Gaussian noise

independent samples of correlated Gaussian vector process
3,9K download
Aggiornato 21 ago 2008

Nessuna licenza

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)

Cita come

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

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0