mutah
Followers: 0 Following: 0
Estadística
26 Preguntas
2 Respuestas
CLASIFICACIÓN
19.012
of 295.495
REPUTACIÓN
2
CONTRIBUCIONES
26 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
15.38%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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))...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 0 respuestas | 0
0
respuestasfrom 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...
más de 10 años hace | 0
Pregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
from workspace to scope plot
Hi all I want to show matlab graph in scope how can i do this ? please give me answer
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 11 años hace | 1 respuesta | 1
1
respuestaPregunta
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) ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Question about PDF(probability density function)
what the difference between *probability distribution function* and *probability density function* ?
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
BER by using gmdistribution.fit
Hi All I can't use the gmdistribution.fit to plot BER bpsk any one have idea ?
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ??
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
help on matlab code error
function varargout=mixtureplot(mix,varargin) mix.dist(1:6)=='Expone' % define the grid on the x-axis ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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'...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I simulate finite mixture of exponential distribution in matlab ?
please anyone know this
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestassummation in matlab help
any body can correct my code or try to plot
alrededor de 11 años hace | 0
Pregunta
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...
alrededor de 11 años hace | 2 respuestas | 0