├── DataSet.md ├── Design and Implementation ├── BLDC-Plant-Model.png ├── Function-Fitting-NN.png ├── Model-Summary │ └── BLDC-Motor.md ├── Regression-Plot.png ├── Simulink Model for ANN Controlled BLDC motor.png ├── Training-Summary.png ├── Training-report.png ├── erroe-histogram.png └── performace-plot.png ├── Matlab └── Matlab-Script.m ├── README.md └── Result-Analysis ├── Settling-Time-0.3ms.png ├── Settling-time-0.9ms.png ├── Settling-timw-1.7ms.png ├── pid-ann-ref_model.png └── report.md /DataSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/DataSet.md -------------------------------------------------------------------------------- /Design and Implementation/BLDC-Plant-Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/BLDC-Plant-Model.png -------------------------------------------------------------------------------- /Design and Implementation/Function-Fitting-NN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Function-Fitting-NN.png -------------------------------------------------------------------------------- /Design and Implementation/Model-Summary/BLDC-Motor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Model-Summary/BLDC-Motor.md -------------------------------------------------------------------------------- /Design and Implementation/Regression-Plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Regression-Plot.png -------------------------------------------------------------------------------- /Design and Implementation/Simulink Model for ANN Controlled BLDC motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Simulink Model for ANN Controlled BLDC motor.png -------------------------------------------------------------------------------- /Design and Implementation/Training-Summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Training-Summary.png -------------------------------------------------------------------------------- /Design and Implementation/Training-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/Training-report.png -------------------------------------------------------------------------------- /Design and Implementation/erroe-histogram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/erroe-histogram.png -------------------------------------------------------------------------------- /Design and Implementation/performace-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Design and Implementation/performace-plot.png -------------------------------------------------------------------------------- /Matlab/Matlab-Script.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Matlab/Matlab-Script.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/README.md -------------------------------------------------------------------------------- /Result-Analysis/Settling-Time-0.3ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Result-Analysis/Settling-Time-0.3ms.png -------------------------------------------------------------------------------- /Result-Analysis/Settling-time-0.9ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Result-Analysis/Settling-time-0.9ms.png -------------------------------------------------------------------------------- /Result-Analysis/Settling-timw-1.7ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Result-Analysis/Settling-timw-1.7ms.png -------------------------------------------------------------------------------- /Result-Analysis/pid-ann-ref_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Result-Analysis/pid-ann-ref_model.png -------------------------------------------------------------------------------- /Result-Analysis/report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmAdd9/ANN-PID-Controller/HEAD/Result-Analysis/report.md --------------------------------------------------------------------------------