photo

Ashly Kurian


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Digital,Communications

统计学

MATLAB Answers

4 个提问
0 个回答

排名
188,011
of 301,763

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,413

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,447

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答