Transfer function, bloco ,coeficientes, potência

Boa tarde! como faço para transformar essa equação conforme mencionado abaixo?
especificar cada parâmetro como uma expressão ou um vetor, o bloco mostra a função de transferência com os coeficientes e potências de s especificados . Se você especificar uma variável entre parênteses, o bloco avalia a variável.
Equação
1.077e04
-----------------
3.439e-07 s ^ 2 + s

8 commentaires

Help!
Mathieu NOE
Mathieu NOE le 21 Nov 2020
hello
wished I could speak Spanish... I think the rule of this forum is to use English as much as possible
ortherwise , I don't understand what is the question (even after google translation)
could you clarify ?
YES!
Good afternoon! how do I turn this equation into laplace, to insert the Transfer function in the block? It became more clear
Equation
1.077e04
-----------------
3.439e-07 s ^ 2 + s
see help tf
you can use the numerator / denominator way and put the coeficient in descending power (from power of 2 to constant)
mytf = tf([0 0 1.077e04],[3.439e-07 1 0]);
bode(mytf)
Good afternoon! how do i enter the equation as mentioned in fig. 1 of the transfer block?
In the transfer block of fig. 2?
I try to insert the equation but it appears in num (s) and den (s), I need it to be as in fig. 1
Equation
1.077e04
-----------------
3.439e-07 s ^ 2 + s
hello
have you looked at the help from the simulink block
Yes!
Mathieu NOE
Mathieu NOE le 23 Nov 2020
and you couldn't get the display of the transfer in the block as explained ?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Simulink dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by