Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Simulink for current realization in dB

1 回表示 (過去 30 日間)
Siddhi Kadam
Siddhi Kadam 2020 年 10 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Nitin Kapgate
Nitin Kapgate 2020 年 10 月 7 日
Is the current 'i1' is 'x' db less or more than the current 'i2'?
Siddhi Kadam
Siddhi Kadam 2020 年 10 月 7 日
only one current is known i2 and x is known

回答 (1 件)

Aman Vyas
Aman Vyas 2020 年 10 月 9 日
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 !

製品

Community Treasure Hunt

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

Start Hunting!

Translated by