photo

shobi swaminathan


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
1 个回答

排名
41,166
of 300,779

声誉
1

贡献数
8 个提问
1 个回答

回答接受率
25.0%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

11 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

12 years 前 | 1 个回答 | 1

1

个回答

已回答
how 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...

12 years 前 | 0

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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 = ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


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 = ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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...

12 years 前 | 0 个回答 | 0

0

个回答

提问


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....

12 years 前 | 0 个回答 | 0

0

个回答