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.

please help me in my project

Status
Not open for further replies.

mohammed.anpr

Newbie level 5
Joined
May 3, 2010
Messages
10
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
assa
Activity points
1,330
hi,can any one help me to generate non Gaussian noise with any distribution?
and if i have tow term Gaussian mixture model with probability distribution as
f=(1-epselon)N(0,v^2)+epsilon*N(0,k*V^2)
where
v > 0
0<epsilon<1
0<k
thank you for your attention
mohammed.anpr@yahoo.com
 

thank you joebazoka for your attention ........
i know that to simulate noise with guassin distribution with zero mean and unite variance i use randn matlab command to do this as
noise=randn(1,100);
and to change noise mean and var ,i use..
noise=new_mean+sqrt(new_var)*randn(1,100);
then how can i simulat mixture guassin noise if it have pdf as ....
f=(1-epselon)N(0,v^2)+epsilon*N(0,k*V^2)
where
v > 0
0<epsilon<1
0<k
i think to simulate it as
since the pdf have zero mean
noise=(1-epselon)*sqrt(v)*randn(1,100)+epsilon*sqrt(k*v)*randn(1,100);
is this ok or wrong
thanks again for you help
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top