Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Numerical on Random sequences generation in MATLAB

Program:

n=0:50;
x_n=cos(0.04*pi*n);
w_n=randn(size(n));
z_n=x_n+w_n;
stem(n,z_n);


No comments

Popular Posts