-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dfa2ac
commit 8514a74
Showing
6 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Dimmer RMS | ||
|
||
## [EN] RMS calcs and visualizations over phase angle controller. | ||
|
||
This project has been built as part of a larger one. | ||
I am not going to expand the functions for now, but I will attend to corrections and receive suggestions in general. | ||
|
||
## [ES] Cálculos y visualizaciones RMS sobre el control de disparo por ángulo de fase. | ||
|
||
Este proyecto ha sido desarrollado como parte otro mayor. | ||
No planeo expander funcionalidades. Se atenderán corrección de errores y se leerán sugerencias en general. | ||
|
||
### Ploteos | ||
|
||
<img src="/screenshots/fig_1 - Plots.png" alt="Plots" style="zoom:100%;"/> | ||
|
||
### Solve output | ||
|
||
<img src="/screenshots/fig_2 - Solve output.png" style="zoom:80%;" /> | ||
|
||
Table output | ||
|
||
<img src="/screenshots/fig_3 - Table output.png" style="zoom:100%;" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
matplotlib==3.4.3 | ||
numpy==1.21.2 | ||
scipy==1.7.1 | ||
tabulate==0.8.9 | ||
matplotlib~=3.4.3 | ||
numpy~=1.21.2 | ||
scipy~=1.7.1 | ||
tabulate~=0.8.9 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.