Guassian white noise

some notes

%%guassian white noise with mean 0 and variance 1
clear;clc;
sim_1 = randn(1,1000);

%GWN with mean 5 and std 0.1
sim_2 = 5+0.1*randn(1,1000);

plot(sim_1);
figure
plot(sim_2);

results matching ""

    No results matching ""