フィルターのクリア

What is the wL block circled in blue called in MATLAB?

2 ビュー (過去 30 日間)
CHOOBO KASEMPA
CHOOBO KASEMPA 2023 年 4 月 6 日
コメント済み: Martin Moonje 2023 年 4 月 15 日
The block diagram has been applied in the droop control system of a virtual synchronous generator circuit.

回答 (2 件)

Mohamad Nazir
Mohamad Nazir 2023 年 4 月 6 日
Hi, isn't this the velocity multiplied by the inductance? this can be implemented by simply using the product block (https://fr.mathworks.com/help/simulink/slref/product.html) with the speed measurement and the inductance value (constant block) as inputs to the product block.
  1 件のコメント
Martin Moonje
Martin Moonje 2023 年 4 月 15 日
Thank you, its actually the gain block

サインインしてコメントする。


Darshan Pandit
Darshan Pandit 2023 年 4 月 6 日
What you're trying to compute in the system above is and
where,
f= supply frequency (maybe output of PLL block)
L = d-axis Inductance or q-axis Inductance of synchronous generator
There are many ways to implement this in Simulink. The two simplest ones are using a gain block & using a product block. Below is an example.
Hope it hekps.

コミュニティ

カテゴリ

Help Center および File ExchangeString についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by