Borrar filtros
Borrar filtros

About the generation of correlated random variables

4 visualizaciones (últimos 30 días)
ahmed abrous
ahmed abrous el 16 de Jun. de 2014
Editada: ahmed abrous el 17 de Jun. de 2014
Hi everyone,
I have a question to ask on this forum. I want to create random variables from the correlation matrix, found from the PSD function.
How can I proceed,
Thank you.
  2 comentarios
John D'Errico
John D'Errico el 16 de Jun. de 2014
Editada: John D'Errico el 16 de Jun. de 2014
Random variables from WHAT distribution? (Sort of a trick question. Anything but a normal distribution will be somewhat difficult.)
ahmed abrous
ahmed abrous el 17 de Jun. de 2014
Editada: ahmed abrous el 17 de Jun. de 2014
In fact, I have a PSD function (Power spectral density) and I want to create a Gaussian stationary random variables from that psd.

Iniciar sesión para comentar.

Respuestas (1)

Honglei Chen
Honglei Chen el 16 de Jun. de 2014
Here is an example
sigma = [1 0.2;0.2 1];
x = randn(1000,2)*chol(sigma);
corrcoef(x) % verify

Categorías

Más información sobre Parametric Spectral Estimation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by