필터 지우기
필터 지우기

How to convert this equation to a matlab code?

조회 수: 2 (최근 30일)
Hemvarshan
Hemvarshan 2022년 9월 15일
댓글: Hemvarshan 2022년 9월 15일
How do i convert this equation to a MATLAB code? G is a Meijer function.
  댓글 수: 2
Torsten
Torsten 2022년 9월 15일
The Meijer G function and the gamma function are MATLAB functions. So what is your problem ?
Hemvarshan
Hemvarshan 2022년 9월 15일
i'm new to MATLAB, so im having trouble writing the code for this equation, can you help me with writing it?

댓글을 달려면 로그인하십시오.

채택된 답변

Torsten
Torsten 2022년 9월 15일
편집: Torsten 2022년 9월 15일
It's written as it stands:
a = 0.5*[1-zeta.^2,2-zeta.^2,1-alpha,2-alpha,1-beta,2-beta];
b = [1];
c = 0.5*[0,1];
d = 0.5*[-zeta.^2,-zeta.^2+1];
z = 4*gamma.^2.*A0.^2.*hl.^2./(sigman.^2.*alpha.^2.*beta.^2);
Pe = 2.^(alpha+beta-4).*zeta.^2./(pi^1.5*gamma(alpha).*gamma(beta)).*meijerG(a,b,c,d,z)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by