Feedback connection command explaination
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
AR
el 16 de Abr. de 2020
Comentada: AR
el 24 de Abr. de 2020
hello, its a command from Kalman filter help example,
SimModel = feedback(sys,1,4,2,1); % Close loop around input #4 and output #2
i want to ask what is the meaning of feedback(sys,1,4,2,1) command? there is conenction of input#4 with output#2, but what are 1's one the both sides of 4 and 2?
0 comentarios
Respuesta aceptada
Anish Mitra
el 24 de Abr. de 2020
The first 1 is the feedback system (a static gain of 1), and the last 1 is indicating positive feedback.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!