photo

raphael antunes


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
4 Réponses

RANG
214 860
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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)

environ 3 ans il y a | 0