Skip to content

Commit 4a99b77

Browse files
authored
Update README.md
1 parent 1ec09a0 commit 4a99b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the MATLAB/Simulink source codes to
66
reproduce the experiments presented in the book:
77
"[Introduction to Microcontroller Programming for Power Electronics Control Applications](https://www.taylorfrancis.com/books/mono/10.1201/9781003196938/introduction-microcontroller-programming-power-electronics-control-applications-mattia-rossi-nicola-toscani-francesco-castelli-dezza-marco-mauri)" M.Rossi, N.Toscani, M.Mauri, F.Castelli-Dezza.
88

9-
The book covers the mathematical modeling, parameters estimation, control scheme design and related real-time implementation for power electronic-based applications. These concepts are illustrated by adopting a C2000 LaunchPad MCU from Texas Instruments and an automatic code generation tool able to translate Simulink schemes into executable files.
9+
The book covers the mathematical modeling, parameters estimation, control scheme design and related real-time implementation for selected power electronic-based applications. These concepts are illustrated by adopting a C2000 LaunchPad MCU from Texas Instruments and the MathWorks automatic code generation tool able to translate Simulink schemes into executable files.
1010

1111
If you find this repository helpful for your activities/publications, please consider citing our book:
1212
```
@@ -17,8 +17,8 @@ and put a star :star: to keep an eye on future commits.
1717

1818

1919
## Running experiments
20-
Experiments (simulation and implementation) are split in root folders referring to the book chapters.
21-
The m-files including the parameters initialization have to be executed before simulation or code generation.
20+
Experiments (simulations and implementations) are split in root folders referring to the book chapters.
21+
The m-files including the parameters initialization have to be executed before each simulation or code generation.
2222

2323
>Required:
2424
>MATLAB 2018b or newer

0 commit comments

Comments
 (0)