Community Profile

photo

mutah


Last seen: etwa 4 Jahre vor Aktiv seit 2013

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


what called this method of generation random sample
Hi all is the code below represent inverse cdf method? y is pdf of any distribution cdf_y = cumsum(y); sum_y = sum...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Multihop wireless communication systems
Hi all I want to ask you about this : (( increasing the number of hops make outage probability and bit error rate worst))...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


help on serial to parallel block in simulink
<</matlabcentral/answers/uploaded_files/12972/ww.jpg>> I was wondering if anyone could help me with this. Tried to construct ...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
from workspace to scope plot
I need some help in other problem please How i can generonate pulse one between 19 and 20 then zeros until 29-30 pulse one a...

fast 10 Jahre vor | 0

Frage


help in pulses matlab simulink
Hello all I need some help in my problem How i can generonate pulse one between 19 and 20 then zeros until 29-30 pulse on...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Numerical Integration matlab Help
Hi dears this is my code please help me and check it close ; clear ; clc; g=4.6; k=0.0000000000001; m=1;n=1...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


from workspace to scope plot
Hi all I want to show matlab graph in scope how can i do this ? please give me answer

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Simulate outage probability or CDF
Hi all I have the CDF (cumulative distribution function) for my function I want to make simulation for this CDF ? not p...

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


NAN when we integrate
Hi I have this code b=1;mu=1; f = @(t) (t.^(2*mu)).*exp(-t.^2).*besseli(mu-0.5,a.*t.^2) Q = integral(f,b,Inf) ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Question about PDF(probability density function)
what the difference between *probability distribution function* and *probability density function* ?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help on BER plot
Hi all I've one million samples generated from fading channel,and I want use this samples to plot BER for this fading channe...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


lauricella's hypergeometric function
I have this code but still found errors function FA = Lauricella(a,b1,b2,b3,c1,x,y,z) mu=0.5; eta(1)=0.6; h1=(2+e...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


BER by using gmdistribution.fit
Hi All I can't use the gmdistribution.fit to plot BER bpsk any one have idea ?

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


help In NAN problem
Hi MY code generate 1000000 samples and when i want to sum this samples it give me NAN what the problem ??

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab code for mixture help
I have this code mixtrue.dist='Exponential'; mixtrue.K=2; mixtrue.weight=[0.1 0.9]; mixtrue.par=[1 10]; da...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


help on matlab code error
function varargout=mixtureplot(mix,varargin) mix.dist(1:6)=='Expone' % define the grid on the x-axis ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help on gmdistributionfit toolbox
Hi when I plot X=0.0001:0.03:3; y = pdf(obj,X') the x-axis from 0 to 100 but i put X 0:3 ?? what the proble...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Rayleigh fading from finite mixture exponential
Hi all I want to plot Rayleigh fading by finite mixture exponential can any one give me help in how i can do this by matlab ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


help on this code error
Hi all I have this code but it still has error can any one solve it ? clear mixture; mixtrue.dist='Exponential'...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Mixtures on matlab By EM algorithm
Hi all I would like to fit a mixture of exponential and mixture of gamma distributions to estimate the mixing probabilities an...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I simulate finite mixture of exponential distribution in matlab ?
please anyone know this

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


randsrc problem in my mtlab 2012b
Hi dears In matlab 2012b I can't find the randsrc also i haven't the communication system toolbox how can i add this toolb...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help on gmdistributionfit toolbox
can any one explain to me in this expression ? gmdistribution.fit(x,k) what the difference between x and k ? i have mixed

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


The inverse of the Marcum-Q function
can any one help me on my problem which is how to get the inverse of marcum Q function

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Generate samples from kappa-mu pdf
Hi dears I want to ask you about this problem how to Genearation samples from PDFof Kappa-mu i need code to excution th...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I have problem with this code
_italic_ rho=0.000001:0.03:3; kappa=1; N_gau=10; N_iteration=1000; serror=0.001; ini_mean=rand(1,10); ini_sigma=rand(1,10...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
summation in matlab help
any body can correct my code or try to plot

mehr als 10 Jahre vor | 0

Frage


summation in matlab help
this is my code to plot summation of 10 normpdf but when i plot figure the plot not like normpdf what the reason ??? plz a...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten