Skip to content

Commit

Permalink
Changes in requeriments versions
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiroleo committed Sep 8, 2021
1 parent 7dfa2ac commit 8514a74
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
23 changes: 23 additions & 0 deletions README.md
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%;" />
1 change: 1 addition & 0 deletions dimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ def print_dimmer_state(self):
print_table(header, data)

def print_table(header, data):
print("")
print(tabulate(tabular_data=data, headers=header, tablefmt="simple",
numalign="center", stralign="center"))
8 changes: 4 additions & 4 deletions requirements.txt
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
Binary file added screenshots/fig_1 - Plots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fig_2 - Solve output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/fig_3 - Table output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8514a74

Please sign in to comment.