Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions source/getting-started/applications/dc-controlled-buck/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Current Controlled Buck Converter

## Introduction

## uInverter Configuration

## Simulation

### Plant Model

### Control Model Definition

### Analytical Model Validation

### Continuous Simulink Model: Current Input

## C-Code Implementation and Controller Programming

### Build Autogen Code

### AMDC Programming Using Xilinx SDK

## Results

### AMDC Data Logging Plots

#### Scope Measurements

#### AMDC Measurements

## Conclusion
10 changes: 10 additions & 0 deletions source/getting-started/applications/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Applications

With the AMDC, nearly any motor drive control application is possible.
This section highlights some example applications.

```{toctree}
:hidden:

dc-controlled-buck/index
```
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AMDC Platform Documentation
getting-started/onboarding
getting-started/tutorials/index
getting-started/user-guide/index
getting-started/applications/index

.. toctree::
:hidden:
Expand Down