Ashly Kurian
2014년부터 활동
Followers: 0 Following: 0
Feeds
질문
Help me to write a code for minimization of outage probability in matlab
I wanted to plot a graph of outage probability (y-axis) versus Average transmit power(x-axis) The problem is to minimize the ...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
Undefined function 'pout2' for input arguments of type 'double'.
clc; clear all; Pa=9; R=3; beta=8; N=4; P0=0.3126; q1= 0:1:12; pout3=1-exp(-(((2^R)-1)/(P0))^(beta/2)); ...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
To find minimum of a variable
Pls can you modify the below code function Y = myFunc(P,P0) N = 2; Pa = 9; k = floor((P0*N/Pa)); Y = F(P)+k*F(N*P0...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
To find the minimum of a function which are constrained problems
Pi = arg min F(P) + k* F( NPo − Pk) P∈₱ with ₱ = [0, Pb) ∪ ( (N*Po) / (k+1) ) Pb=7; F(P) = 1 − e...
거의 12년 전 | 답변 수: 2 | 0
