Feeds
질문
how to apply a pwm signal to dc servo motor using pid controller?
hello, Have created a simulink model for dc servo motor using pid controller but how to apply pwm signal as an input to it is ...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
hello, this is a trivial question, m new to matlab. So please help me in this. It says "Input argument "D1" is undefined." code for cascading of two systems.
function [A,B,C,D,pmr]=cas(N1,D1,N2,D2) r=length(D1); norder= r-1; [a1,b1,c1,d1]=tf2ss(N1,D1); [a2,b2,c2,d2]=t...
거의 11년 전 | 답변 수: 1 | 0