photo

Isyraf Izuddin


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How Do I Fix This Fuzzy Gain Scheduling System?
Here I attached The System by following this paper that i find. I can not run the system because of the error.

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Do my fuzzy logic correct and how to tune my PID properly using this system?
This is my system for first transfer function This is the second one both of my system does not achieve the desired resul...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to tune this Transfer Function using Zieger nichols or Cohen coon
because from the this s=tf('s'); sys=(5809000*s + 28060)/(s^3 + 571300*s + 1266); step(sys) i only get this and the...

mehr als 2 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


PID tuning Gain Scheduling Technique for Temperature Control System
It is my final year project and I can find any tutorial to show do i use and design a Gain Scheduling to tuning a pid controller...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there any Steady-state error for Step input command?
clear all clc syms s; K=1; Gnum=(50/3)*K; Gden=sym2poly((s+5)*(s+(10/3))*(s+1)); G=tf(Gnum,Gden); Hnum=20; Hde...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I fix this error?
clear all clc syms s K=1; Gnum=(50/3)*K; Gden=sym2poly((s+5)*(s+(10/3))*(s+2)); G=tf(Gnum,Gden); H=20/(s+20); figure rl...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort