ex10 L = 50; zgomot = rand(1, L); n = 0:L-1; semnal = 25*cos(2*pi*0.05*n); x = semnal + zgomot; figure, stem(n, x);