photo

shobi swaminathan


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
1 답변

순위
41,172
of 300,851

평판
1

참여
8 질문
1 답변

답변 채택
25.0%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

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

거의 12년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0

0

답변