Adding noise to a sine wave | MATLAB
close all,
clc,
t=0:0.01:2*pi;
x=sin(t);
y=rand(1,length(t));
x=x+y;
plot(t,x)
Please follow us:
https://www.facebook.com/matlabcodes
Join us on Telegram:
https://t.me/matlabirawen
Join us on Facebook Group:
https://www.facebook.com/groups/matlabcodes
No comments