Simulink for current realization in dB
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
How can we realize in simulink if we have been specified that some current is x dB of some other currrent? For e.g. i1 = 15 dB of i2. Do we take 20 log of i2 as we normally do for power or is there something else to it. How can this be realized in simulink?
댓글 수: 3
Mathieu NOE
2020년 10월 6일
hello
you can convert the dB gain in linear gain and put this value in a "gain" block
linear_gain = 10^(dB_gain / 20)
Nitin Kapgate
2020년 10월 7일
Is the current 'i1' is 'x' db less or more than the current 'i2'?
SSK
2020년 10월 7일
답변 (1개)
Aman Vyas
2020년 10월 9일
0 개 추천
Hi,
You can use Matlab Function block in your simulink and customize it as required. There claerly you can first convert dB to linear gain and then finally can use i1= x* i2; where x is linear gain.
For more on this function you can refer to below documentation link:
Hope it helps !
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!