Skip to content

Commit 353328d

Browse files
authored
Update README.md
1 parent 0dd5dd8 commit 353328d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
## Introduction to Microcontroller Programming for Power Electronics Control Applications
22
This repository contains the MATLAB/Simulink source code to
33
reproduce the experiments presented in the book:
4-
"[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)"
4+
"[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.
55

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

88
If you find this repository helpful in your activities and publications, please consider citing our book:
99
```
1010
Rossi M., Toscani N., Mauri M., Castelli-Dezza F., "Introduction to Microcontroller Programming for Power Electronics Control Applications: Coding with MATLAB and Simulink" (1st ed.) 2021, CRC Press. https://doi.org/10.1201/9781003196938
1111
```
12+
The book has been sponsorized by Texas Instruments, Wuerth Elektronik and MathWorks.
1213

1314
## Running experiments
1415
Experiments (simulation and implementation) are split in root folders referring to the book chapters.
15-
m-files including parameters initialization have to be executed before simulation or code generation.
16+
The m-files including parameters initialization have to be executed before simulation or code generation.
1617

1718
>Required: MATLAB 2018b or newer
1819

0 commit comments

Comments
 (0)