Statistica
RANK
41.155
                          
                          
of 300.381
                        
REPUTAZIONE
1
                           
                        
CONTRIBUTI
                          8 Domande
                          1 Risposta
ACCETTAZIONE DELLE RISPOSTE 
                            25.0%
                        
VOTI RICEVUTI
1
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 11 anni fa | 1 risposta | 1
1
rispostahow 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...
quasi 12 anni fa | 0
Domanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 = ...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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 = ...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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....
quasi 12 anni fa | 0 risposte | 0
