Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to add noise to the below mentioned programme in MATLAB

Status
Not open for further replies.

miriyala

Newbie level 1
Joined
Apr 14, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
how to add noise to image matlab

N=200;
T=0.05;
t=(0:N-1)*T;
s=sin(2*pi*120*t);
subplot(3,1,1),plot(t,s);
fft_s=fft(s);
subplot(3,1,2),plot(t,real(fft_s));
subplot(3,1,3),plot(t,imag(fft_s));
this programme relates to bearings, so how to add noise to this programme. noise should relate to the faulty bearings from the machine.

Thanks.....
 

Re: how to add noise to the below mentioned programme in MAT

miriyala said:
N=200;
T=0.05;
t=(0:N-1)*T;
s=sin(2*pi*120*t);
subplot(3,1,1),plot(t,s);
fft_s=fft(s);
subplot(3,1,2),plot(t,real(fft_s));
subplot(3,1,3),plot(t,imag(fft_s));
this programme relates to bearings, so how to add noise to this programme. noise should relate to the faulty bearings from the machine.

Thanks.....

@ miriyala

If you have questions for the same post, please ask them in the same post. If you keep on creating new posts for similar questions, people would get fed up and no one would help. Maybe you are new to this forum. But be advised.

Secondly, for the type of questions you are asking, open Matlab, go to help for Communication Tool boxt. There are tutorials for beginners.


----------------------------------------------------------------------------------------------

groups.yahoo.com/group/telecom_research
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top