Costa Rica
Last updated: 2025-07-11
This repository contains scripts for analyzing control system models and generating control algorithms.
- EscogerAlgoritmoPIDs.m: This script is used to choose PID algorithms.
- Estabilidad_LGR.m: This script is used for stability analysis using Root Locus method.
- LGR estabilidad/gráficas: This directory contains graphs related to stability analysis using Root Locus method.
- MVE_2orden_polos.m: This script is used for calculating poles of a second order Minimum Variance Estimator (MVE).
- Nyquist.m: This script is used for stability analysis using Nyquist plot.
- Respuesta_realDelSisistema_antecambios_en_entrada.slx: This Simulink model is used to analyze the real response of the system by changes in input.
- Respuesta_sistema_antecambios_valor_deseado.m: This script is used to analyze the system response by desired value changes.
- curva_estatica.m: This script is used to plot the static curve of a model or control system.
- polos_sistema_realimentado.m: This script is used to calculate the poles of a feedback control system.