photo

Prajith S A


Last seen: ungefär ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Creating transfer function with a variable gain "k"
s = tf('s'); % Assign variable s, as variable of the transfer function sys = (s+1)/(sˆ2+2*s+1) s = zpk('s'); sys = (s+1)/(sˆ2...

nästan 2 år ago | 0