Fracional order transfer function

2 visualizaciones (últimos 30 días)
Abdelkarim Jabrane
Abdelkarim Jabrane el 14 de Dic. de 2019
Comentada: Deepak Kumar el 3 de En. de 2020
I tried to write a matlab script for the computation of this transfer function but I keep receving an error message saying that the exponent must a scalar integer.
How can I overcome this issue?
Thank you in advance.
In the following is reported the piece of code in question
s=tf('s');
v=20;
a=5;
denom=0;
for k=1:v
denom=denom+((s/a)^((k-1)/v));
end
C=1/denom;
  2 comentarios
Bandar
Bandar el 15 de Dic. de 2019
Transfer function must be a ratio of polynomails but this is not the case in your question.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by