Statistiques
RANG
41 181
of 301 620
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
1
RANG
of 21 362
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 795
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to sum two dimensional variables? and store in a single dimensional variable?
R=3; M=[2,4,8]; beta=8; pa=9; pb=7.2; po=0:0.5:12; for kk=1:length(M) for ii=1:length(po) ko(ii)=flo...
environ 12 ans il y a | 1 réponse | 0
1
réponseQuestion
coding for cognitive radio system
we are supposed to write a code for optimal power allocation by minimizing outage probability for a cognitive radio system..can ...
environ 12 ans il y a | 1 réponse | 1
1
réponsehow to give input for functions
Thanks alot.. in the above code the value of P and P0 are fixed.. but in our problem the value of P and P0 should be as foll...
plus de 12 ans il y a | 0
Question
code for optimal allocation of power in fading channel
we are doing our final year project on outage minimization in fading channel. we were given with a theorem to optimally allocate...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
What modifications to be done to find the minimum
function Y = myFunc(P,P0) N = 2; Pa = 9; k = floor((P0*N/Pa)); Y = F(P)+k*F(N*P0-P*k); function Fp = F(P) R = ...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
how to give input for functions
function Y = myFunc(P,P0) N = 2; Pa = 9; k = floor((P0*N/Pa)); Y = F(P)+k*F(N*P0-P*k); function Fp = F(P) R = ...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
positive index error in matlab
clc; clear all; R=3; beta=8; x1=1:1:10; for x=1:length(x1) x=round(x); f(x)=1-(exp(-((2^(R))-1)/x)^(beta/2...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
how to code newton's method of one dimensional search
to allocate power we are supposed to use newton's method of one dimensional search..we tried to code that algorithm but we could...
plus de 12 ans il y a | 1 réponse | 0
0
réponseQuestion
perl script to matlab code conversion
the following is the program that was converted from perl version to matlab. when executed in perl i got "pa" value around 9.81....
plus de 12 ans il y a | 1 réponse | 0
