abc_to_dq0 transformation with sin_cos input
8 ビュー (過去 30 日間)
古いコメントを表示
Dimosthenis Chitas
2015 年 4 月 23 日
コメント済み: Dimosthenis Chitas
2015 年 4 月 23 日
I am trying to build a model of permanent magnet synchronous generator and I need to include the abc to dqo0 block for the machine side and line side converter. The block that I that I need to use should have as inputs abc and sin_cos however there is a block in the library with abc and wt inputs.

How could I change the inputs of this block?
0 件のコメント
採用された回答
Sebastian Castro
2015 年 4 月 23 日
You can right-click the block and select Library Link > Disable Link. This will let you modify the block.
Then, right-click again and select Mask > Look Under Mask. This shows you what's inside the block and you can start making changes in there.
Regarding the values themselves, does this make a big difference? The "wt" input is the electrical angle in radians. A potential "sin_cos" input would give you the sine and cosine of such angle, which you can interchange with "wt".
- Sebastian
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Switches and Breakers についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!