How to derive Q-factor from BER?

조회 수: 15 (최근 30일)
Alina Lekerova
Alina Lekerova 2020년 5월 13일
댓글: Niki Erlando 2023년 6월 29일
I have BER = 0.5 * Erfc(Q / sqrt(2))
How can I derive Q from this formula? I tried solve command, but get {Empty sym: 0-by-1} error?

답변 (1개)

Priyanshu Mishra
Priyanshu Mishra 2020년 5월 19일
Hi Alina,
Since I do not have your code, I have written a small code. You may refer to it:
ber = 2*10^-4
syms ber Q
eqn = 0.5*erfc(Q/sqrt(2))
Q = vpasolve(eqn,Q)
For more information, visit documentation of vpasolve.
  댓글 수: 1
Niki Erlando
Niki Erlando 2023년 6월 29일
Hi Priyanshu,
I tried to follow your simple code, but somehow i kept getting the same answer eventhough i use a different value of BER ..
the answer is 2.254e+11184
Please help me

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

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by