Skip to content

Commit 6fe93c2

Browse files
authored
Update README.md
1 parent 56b2c56 commit 6fe93c2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,20 @@ This modeling style aims to balance simulation accuracy and speed, and we hope y
8484
## Model File Introduction:
8585
### BidirectionalCurrentControlConverter.slx
8686
This model represents a bidirectional converter using a simple half-bridge circuit and achieves current control with a control model based on a simple PI controller.
87-
Comments explaining the modeling style and solver settings are written in Japanese within each subsystem hierarchy of the model file.
87+
Comments explaining the modeling style and solver settings are written in Japanese and English within each subsystem hierarchy of the model file.
8888

8989
双方向のコンバータをシンプルなハーフブリッジで表現した回路モデルを制御対象とし、
9090
シンプルなPIコントローラをベースとした制御モデルによって電流制御を実現しているモデルです。
9191

9292
モデリングスタイルやソルバの設定については、モデルファイル内の各サブシステム階層にわかれて
93-
解説のコメントが日本語で記述されています。
93+
解説のコメントが日本語と英語で記述されています。
94+
95+
<img width="1204" height="1167" alt="2025-10-21_09-49-10" src="https://github.com/user-attachments/assets/290253dc-b688-4530-9db6-47c1a7d8b73b" />
9496

95-
![2025-07-17_13-01-51](/uploads/5d453f3b7e71e3e6426c4ec7bb03eaaa/2025-07-17_13-01-51.PNG)
9697

9798
### BuckConverter_accuracy_oriented.slx/BuckConverter_speed_oriented.slx
9899

99-
![2025-07-17_13-17-14](/uploads/d420859d7c676bed1edda68a006054b9/2025-07-17_13-17-14.PNG)
100+
<img width="1154" height="898" alt="2025-10-21_09-50-01" src="https://github.com/user-attachments/assets/c39f5f85-1f7b-4ff8-b2c3-f3e8df1fbc22" />
100101

101102
The BuckConverter_accuracy_oriented.slx model partially references an example model officially provided by MathWorks.
102103
In this sample, the power MOSFET library uses the[Nch-MOSFET](https://jp.mathworks.com/help/sps/ref/nchannelmosfet.html)Block
@@ -146,7 +147,12 @@ https://jp.mathworks.com/help/sps/ug/buck-converter_example-ee_switching_power_s
146147
**CheckSimulationSpeed.m** スクリプトを実行することで両者のモデルの実行時間を比較することができます。
147148

148149
### SinglePhaseInverter.slx
149-
![2025-09-25_18-44-27](/uploads/236dc1ae8d05947ce855ed66972062ea/2025-09-25_18-44-27.PNG)
150+
151+
<img width="1191" height="617" alt="2025-10-21_09-55-30" src="https://github.com/user-attachments/assets/38a50359-e7f0-4ffd-9014-539b3e183e84" />
152+
153+
https://github.com/user-attachments/assets/b426396c-c093-47a1-88c8-8cbdf3433dd9
154+
155+
150156
This is a full-bridge inverter modeling example assuming a single-phase grid-connected inverter.
151157
When generating a voltage output synchronized with the grid voltage, a PLL (Phase-Locked Loop) is normally used.
152158
However, since the objective of this example is to represent only the current control system,
@@ -179,4 +185,4 @@ It is needed to display the transfer function of the model.
179185
http://itohserver01.nagaokaut.ac.jp/itohlab/paper/2007/IAS2007/hoshino.pdf
180186

181187
# Copyright
182-
Copyright 2021 - 2025 The MathWorks, Inc.
188+
Copyright 2021 - 2025 The MathWorks, Inc.

0 commit comments

Comments
 (0)