Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).

Cuestion 3 (Sistemas Discretos, respuesta a un escalon)

Solapas principales

Image 2008Jun1C3
SOLUCION:
La funcion de la salida sera:


 

Hacemos la division directa y nos queda:

\begin{displaymath}Y(z)=2\cdot z^{-1}+z^{-2}+0.3\cdot z^{-3}+.......\end{displaymath}


[adsense:250x250:0123456789]

 

Con lo que haciendo la transformada Z inversa:

 

\begin{displaymath}y(k)=2 \cdot \delta(k-1)+\delta(k-2)+0.3 \cdot \delta(k-3)+.......\end{displaymath}


 

k 0 1 2 3          
y(k) 0 2 1 0.3          

 

Comprobacion de resultados con el Scilab

z=%z;
g=2*(z-0.2)/(z^2+0.3*z+0.5);
u=(z/(z-1));
y=g*u;
gzs=syslin('d',g);
x=ones(1:1:4);
k=0:1:3
ys=flts(x,gzs)
[k;ys]
Español

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It