photo

raphael antunes


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
212,237
of 300,352

REPUTATION
0

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
c2d function 'zoh' method formula
n=-20.27; d=[1 0 -66.93]; g=tf(n,d) s=tf('s'); pi1=1.3*s+6; g1f=feedback(-13.05*g,pi1) aux=(-0.1628*s^2+9.81)/s^2 pi2=0.8...

3 years ago | 0

Answered
c2d function 'zoh' method formula
%|----------------Função de transferência em tempo continuo----------| n=1.502e+06; d=[1 4.255e+03 125.1e+03]; g=tf(n,d) rlo...

3 years ago | 0

Answered
c2d function 'zoh' method formula
n=1.502e+06; d=[1 4.255e+03 125.1e+03]; g=tf(n,d) gz=c2d(g,0.0000125,'zoh') z=tf('z'); c=(z-0.9998)/(z-1) step(feedbac...

3 years ago | 0

Answered
c2d function 'zoh' method formula
n=1.501877347e+06; d=[1 4.255319149e+03 125.1564456e0+03]; g=tf(n,d) gz=c2d(g,0.000369,'zoh') pole(gz) zero(gz)

3 years ago | 0