Gaussian with non unit variance
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hi , how can I define a zero-mean gaussian noise with non-unit variance? I know that this command: x= randn(1,100); gives me the normal distribution(zero mean and unit variance), but how to define it for variance equal to f.ex 0.36 ??
tnx a lot...
0 comentarios
Respuesta aceptada
  Jos (10584)
      
      
 el 1 de Abr. de 2011
        Multiply the noise by the square root of the desired variance:
sqrt(MyVar) * randn(...)
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Time Series 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!

