SlideShare a Scribd company logo
UNIVERSIDAD AUTÓNOMA DE NAYARIT
INGENIERÍA EN ELECTRÓNICA
Procesamiento Digital de Señales
M.C. Juan Salvador Palacios Fonseca
UNIDAD 2
SISTEMAS EN TIEMPO DISCRETO
Solo poco podemos ver del futuro, pero lo suficiente
para darnos cuenta que hay mucho que hacer.
– Alan Turing
Procesamiento Digital de Señales
M.C. Juan Salvador Palacios Fonseca
Sistemas en tiempo discreto
Sistemas discretos LTI
Causalidad de un sistema discreto
Cualquier aplicación en tiempo real exige causalidad, dado que en un
instante de tiempo 𝑛 no disponemos de los valores futuros de la entrada.
Sólo los valores presentes y pasados se encuentran disponibles para
calcular la salida.
Entonces un sistema LTI es causal si y solo si su respuesta al impulso es
cero para los valores negativos de 𝑛
ℎ(𝑛) = 0 para valores 𝑛 < 0
Esta condición restringe la fórmula de la convolución
𝑦 𝑛 =
𝑘=0
∞
ℎ 𝑘 𝑥(𝑛 − 𝑘)
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 3
Causalidad de los sistemas discretos LTI
Si a un sistema causal se le aplica una señal causal, se restringe aún mas
los límites del sumatorio de la convolución de un sistema LTI
𝑦 𝑛 =
𝑘=0
𝑛
ℎ 𝑘 𝑥 𝑛 − 𝑘 =
𝑘=0
𝑛
𝑥 𝑘 ℎ(𝑛 − 𝑘)
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 4
Ejemplo 2.8: (Proakis, Ejemplo 2.3.5, pág. 76) Determine la respuesta al
escalón unitario del sistema lineal invariante en el tiempo con una
respuesta al impulso
ℎ 𝑛 = 𝑎𝑛𝑢 𝑛 , 𝑎 < 1
Solución: Tanto la señal de entrada como la respuesta del sistema son
causales, se puede usar la forma para la convolución acotada. Dado que
𝑥 𝑛 = 1 para valore de 𝑛 ≥ 0, es mas sencillo utilizar
𝑦 𝑛 =
𝑘=0
𝑛
ℎ 𝑘 𝑥 𝑛 − 𝑘
Sustituyendo
𝑦 𝑛 =
𝑘=0
𝑛
𝑎𝑘
= 1 + 𝑎1
+ 𝑎2
+ ⋯ + 𝑎𝑛
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 5
Ejemplo 2.8: (Proakis, Ejemplo 2.3.5, pág. 76)
Lo que tiene la forma de una serie finita
𝑦 𝑛 =
1 − 𝑎𝑛+1
1 − 𝑎
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 6
𝑦 𝑛
𝑛
𝑎 = 0.9
Estabilidad de los sistemas discretos LTI
Un sistema lineal invariante en el tiempo es estable si su respuesta al
impulso es absolutamente sumable, es decir
𝑆ℎ ≡
𝑘=−∞
∞
ℎ 𝑘 < ∞
Lo anterior implica que la respuesta de ℎ 𝑛 a un impulso unitario tiende a
cero conforme 𝑛 tiende a infinito
lim
𝑁→∞
𝑦 𝑛𝑜 + 𝑁 = 0
Este resultado implica que cualquier excitación en la entrada del sistema
que tenga una duración finita, produce una salida de naturaleza transitoria;
es decir, su amplitud disminuye con el tiempo y desaparece casi totalmente
cuando el sistema es estable.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 7
Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78) Determine el rango de
valores de 𝑎 y 𝑏 para que el sistema lineal invariante en el tiempo con la
respuesta al impulso
ℎ 𝑛 =
𝑎𝑛, 𝑛 ≥ 0
𝑏𝑛, 𝑛 < 0
es estable
Solución: Este sistema es no causal. La condición de estabilidad indica que
ℎ(𝑛) es absolutamente sumable. Si hacemos ℎ(𝑛) sea
𝑛=−∞
∞
ℎ 𝑛 =
𝑛=0
∞
𝑎 𝑛 +
𝑛=−∞
−1
𝑏 𝑛
Podemos encontrar el rango de valores de 𝑎 y 𝑏 para el que ℎ 𝑛 es
estable.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 8
Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78)
Para el primer término de lado derecho
𝑛=0
∞
𝑎 𝑛
= 1 + 𝑎 + 𝑎 2
+ ⋯
La serie geométrica infinita de la derecha converje a
𝑘=0
∞
𝑎 𝑛 =
1
1 − 𝑎
Siempre que el valor de 𝑎 < 1, la sumatoria converge a un valor finito. Por
lo tanto implica que ℎ 𝑛 disminuye exponencialmente hacia cero cuando 𝑛
tiende a infinito para que el sistema sea estable.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 9
Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78)
Para el segundo término de lado derecho
𝑘=−∞
−1
𝑏 𝑛
=
𝑛=1
∞
1
𝑏 𝑛
=
1
𝑏
1 +
1
𝑏
+
1
𝑏 2
+ ⋯
= 𝛽 1 + 𝛽 + 𝛽2 + ⋯ =
𝛽
1 − 𝛽
donde 𝛽 = 1 𝑏 tiene que ser menor que la unidad para que la serie
geométrica converja. En consecuencia, para que el sistema sea estable
𝑎 < 1 y 𝑏 > 1.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 10
Sistema LTI de respuesta finita, FIR
La convolución para un sistema LTI de respuesta impulsional finita (FIR,
finite-duration impulse response)
ℎ 𝑛 = 0, 𝑛 ≤ 0 y 𝑛 ≥ 𝑀
Es
𝑦 𝑛 =
𝑘=0
𝑀−1
ℎ 𝑘 𝑥 𝑛 − 𝑘
Esta expresión indica que la salida en cualquier instante 𝑛 se obtiene como
la suma ponderada de la siguientes muestras de la señal de entrada:
𝑥(𝑛), 𝑥(𝑛 − 1), … , 𝑥(𝑛 − 𝑀 + 1). Es decir, el sistema solo pondera y suma
los productos de las M muestras mas recientes. Se dice que un sistema
FIR tiene memoria finita.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 11
Sistema LTI de respuesta infinita, IIR
Un sistema LTI con respuesta infinita (IIR, Infinite-duration impulse
response) tiene como expresión de convolución
𝑦 𝑛 =
𝑘=0
∞
ℎ 𝑘 𝑥 𝑛 − 𝑘
Donde se ha supuesto causalidad, aunque no es necesario. En este caso,
el sistema pondera y suma los productos de la muestra presente y todas
las pasadas de la señal de entrada, de tal forma que decimos que el
sistema tiene memoria infinita.
La implementación práctica de un sistema IIR es imposible en su forma de
convolución, no obstante una familia IIR puede expresarse mejor mediante
ecuaciones en diferencias.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 12
Sistemas discretos recursivos y no recursivos
Un sistema recursivo es aquel que para calcular la salida presente necesita
como parte de las señales de entrada, la salida o salidas de instantes
pasados. En otras palabras, es un sistema con realimentación.
Sistemas en tiempo discreto
Sistemas discretos LTI
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 13
 
)
(
),...,
1
(
),
( m
n
x
n
x
n
x
F 

x(n) y(n)
Sistema No recursivo
 
)
(
),...,
(
),
(
),...,
1
( M
n
x
n
x
M
n
y
n
y
F 


z-1
Sistema Recursivo (no lineal)
x(n) y(n)
Ejemplo 2.10: Determinar si la función para obtener la media acumulada de
una señal 𝑥(𝑛) es recursiva y obtener su diagrama a bloques
𝑦 𝑛 =
1
𝑛 + 1
𝑘=0
𝑛
𝑥 𝑘 , 𝑛 = 0,1, …
Solución: evaluando para cada 𝑛
Sistemas en tiempo discreto
Sistemas discretos recursivos y no recursivos
Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 14
𝑛 = 0 𝑦 0 = 𝑥 0
𝑛 = 1
𝑦 1 =
1
2
𝑥 0 + 𝑥 1
=
1
2
𝑦 0 + 𝑥 1
1
n+1
x(0) y(0)
1
n+1
Z-1
y(1)
x(1)
x(0)
Ejemplo 2.10:
Simplificando para todo 𝑛
𝑦 𝑛 =
1
𝑛 + 1
𝑘=0
𝑛
𝑥 𝑘
𝑦 𝑛 =
1
𝑛 + 1
𝑛𝑦 𝑛 − 1 + 𝑥 𝑛
Sistemas en tiempo discreto
Sistemas discretos recursivos y no recursivos
Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 15
𝑛 = 2
𝑦 2 =
1
3
𝑥 0 + 𝑥 1 + 𝑥 2
=
1
3
𝑦 0 + 𝑥 1 + 𝑥 2
=
1
3
2𝑦 1 + 𝑥 2
Z-1
y(2)
x(2)
1
n+1
Z-1
x(1) x(0)
x(n) y(n)
z-1
1
n+1
n Si es recursivo
Ejemplo 2.10:
𝑦 𝑛 para x 𝑛 = 𝛿 𝑛
𝑦 𝑛 para 𝑥 𝑛 = 𝑓𝑢𝑛𝑐𝑖ó𝑛 𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎
La media acumulada calcula el promedio de todos los valores pasados de 𝑥
desde el valor actual.
Sistemas en tiempo discreto
Sistemas discretos recursivos y no recursivos
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 16
Ejemplo 2.10:
Código en Matlab
N=100;
k=-1:1:N-1;
x=[zeros(1,1),ones(1,1),zeros(1,N-1)]; % Impulso unitario
% ciclos=8;
% x = 0.5*(1+square(ciclos*(2*pi)*k/N)); % Función cuadrada
y=zeros(1,N);
for n=1:N
y(n+1)=(1/((n-1)+1))*((n-1)*y(n)+x(n+1));
end
graf=[x',y'];
figure(1)
stem(k',graf)
Sistemas en tiempo discreto
Sistemas discretos recursivos y no recursivos
Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 17

More Related Content

What's hot

Sección 3.2 Propiedades de la transformada Z de señales discretas
Sección 3.2 Propiedades de la transformada Z de señales discretasSección 3.2 Propiedades de la transformada Z de señales discretas
Sección 3.2 Propiedades de la transformada Z de señales discretas
Juan Palacios
 
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
Juan Palacios
 
Teoremas Booleanos
Teoremas BooleanosTeoremas Booleanos
Teoremas Booleanos
Wendy Diaz
 
Semáforo Microcontrolado
Semáforo MicrocontroladoSemáforo Microcontrolado
Semáforo Microcontrolado
Rubén Loredo
 
Análisis de la respuesta del sistema
Análisis de la respuesta del sistemaAnálisis de la respuesta del sistema
Análisis de la respuesta del sistema
Universidad de Oriente
 
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
Matías Gabriel Krujoski
 
Asignación de Polos y Predictor de Smith
Asignación de Polos y Predictor de SmithAsignación de Polos y Predictor de Smith
Asignación de Polos y Predictor de SmithPaolo Castillo
 
Presentación paper
Presentación paperPresentación paper
Presentación paper
Angel Silva Conde
 
Sección 2.7 Correlación de señales discretas en el tiempo
Sección 2.7 Correlación de señales discretas en el tiempoSección 2.7 Correlación de señales discretas en el tiempo
Sección 2.7 Correlación de señales discretas en el tiempo
Juan Palacios
 
Table of transformation of laplace & z
Table of transformation of laplace & zTable of transformation of laplace & z
Table of transformation of laplace & z
cairo university
 
señales y sistemas
señales y sistemas señales y sistemas
señales y sistemas
lexlutor1865
 
Latches y flip flops
Latches y flip flopsLatches y flip flops
Latches y flip flops
Jimmy Osores
 
Comunicación Serial entre un microcontrolador y un PC
Comunicación Serial entre un microcontrolador y un PCComunicación Serial entre un microcontrolador y un PC
Comunicación Serial entre un microcontrolador y un PC
Fernando Cahueñas
 
Tema 9. memorias semiconductoras
Tema 9. memorias semiconductorasTema 9. memorias semiconductoras
Tema 9. memorias semiconductoras
Rebeca Ortega
 
Lugar geometrico de las raices
Lugar geometrico de las raicesLugar geometrico de las raices
Lugar geometrico de las raices
Ivan Salazar C
 
Control digital: Tema 2. transformada Z
Control digital: Tema 2. transformada ZControl digital: Tema 2. transformada Z
Control digital: Tema 2. transformada Z
SANTIAGO PABLO ALBERTO
 
Control digital: Retenedor de orden cero y uno
Control digital: Retenedor de orden cero y uno Control digital: Retenedor de orden cero y uno
Control digital: Retenedor de orden cero y uno
SANTIAGO PABLO ALBERTO
 

What's hot (20)

Sección 3.2 Propiedades de la transformada Z de señales discretas
Sección 3.2 Propiedades de la transformada Z de señales discretasSección 3.2 Propiedades de la transformada Z de señales discretas
Sección 3.2 Propiedades de la transformada Z de señales discretas
 
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
PDS Unidad 2 Sección 2.2: Representación de sistemas discretos con diagrama a...
 
Teoremas Booleanos
Teoremas BooleanosTeoremas Booleanos
Teoremas Booleanos
 
2da tarea de control
2da tarea de control2da tarea de control
2da tarea de control
 
Semáforo Microcontrolado
Semáforo MicrocontroladoSemáforo Microcontrolado
Semáforo Microcontrolado
 
Análisis de la respuesta del sistema
Análisis de la respuesta del sistemaAnálisis de la respuesta del sistema
Análisis de la respuesta del sistema
 
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
Controladores lineales - Proyecto por Ziegler-Nichols - Principio de Modelo I...
 
Asignación de Polos y Predictor de Smith
Asignación de Polos y Predictor de SmithAsignación de Polos y Predictor de Smith
Asignación de Polos y Predictor de Smith
 
Presentación paper
Presentación paperPresentación paper
Presentación paper
 
Sección 2.7 Correlación de señales discretas en el tiempo
Sección 2.7 Correlación de señales discretas en el tiempoSección 2.7 Correlación de señales discretas en el tiempo
Sección 2.7 Correlación de señales discretas en el tiempo
 
Table of transformation of laplace & z
Table of transformation of laplace & zTable of transformation of laplace & z
Table of transformation of laplace & z
 
señales y sistemas
señales y sistemas señales y sistemas
señales y sistemas
 
Problemas de Regulación Automática
Problemas de Regulación AutomáticaProblemas de Regulación Automática
Problemas de Regulación Automática
 
Latches y flip flops
Latches y flip flopsLatches y flip flops
Latches y flip flops
 
Comunicación Serial entre un microcontrolador y un PC
Comunicación Serial entre un microcontrolador y un PCComunicación Serial entre un microcontrolador y un PC
Comunicación Serial entre un microcontrolador y un PC
 
Informe 4 digitales
Informe 4 digitalesInforme 4 digitales
Informe 4 digitales
 
Tema 9. memorias semiconductoras
Tema 9. memorias semiconductorasTema 9. memorias semiconductoras
Tema 9. memorias semiconductoras
 
Lugar geometrico de las raices
Lugar geometrico de las raicesLugar geometrico de las raices
Lugar geometrico de las raices
 
Control digital: Tema 2. transformada Z
Control digital: Tema 2. transformada ZControl digital: Tema 2. transformada Z
Control digital: Tema 2. transformada Z
 
Control digital: Retenedor de orden cero y uno
Control digital: Retenedor de orden cero y uno Control digital: Retenedor de orden cero y uno
Control digital: Retenedor de orden cero y uno
 

Similar to PDS Unidad 2 Sección 2.5: Sistemas discretos LTI

discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptxdiscrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
vimala elumalai
 
discrete time signals and systems
 discrete time signals and systems  discrete time signals and systems
discrete time signals and systems Zlatan Ahmadovic
 
discrete time signals and systems
 discrete time signals and systems discrete time signals and systems
discrete time signals and systemsZlatan Ahmadovic
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
Amr E. Mohamed
 
05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx
JordanJohmMallillin
 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
Amr E. Mohamed
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
RockFellerSinghRusse
 
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
Ravikiran A
 
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier AnalysisDSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
Amr E. Mohamed
 
Digital Signal Processing[ECEG-3171]-Ch1_L03
Digital Signal Processing[ECEG-3171]-Ch1_L03Digital Signal Processing[ECEG-3171]-Ch1_L03
Digital Signal Processing[ECEG-3171]-Ch1_L03
Rediet Moges
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
Jawaher Abdulwahab Fadhil
 
signal and system chapter2-part1+2new.pdf
signal and system chapter2-part1+2new.pdfsignal and system chapter2-part1+2new.pdf
signal and system chapter2-part1+2new.pdf
islamsharawneh
 
Tp problèmes-à-valeurs-initiales
Tp problèmes-à-valeurs-initialesTp problèmes-à-valeurs-initiales
Tp problèmes-à-valeurs-initiales
papillontuba
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODE
Kris014
 
Signals and systems-3
Signals and systems-3Signals and systems-3
Signals and systems-3
sarun soman
 
A Stochastic Limit Approach To The SAT Problem
A Stochastic Limit Approach To The SAT ProblemA Stochastic Limit Approach To The SAT Problem
A Stochastic Limit Approach To The SAT Problem
Valerie Felton
 
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docxIE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
sheronlewthwaite
 
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
JordanJohmMallillin
 
Lecture 4 Signals & Systems.pdf
Lecture 4  Signals & Systems.pdfLecture 4  Signals & Systems.pdf
Lecture 4 Signals & Systems.pdf
Omiya4
 

Similar to PDS Unidad 2 Sección 2.5: Sistemas discretos LTI (20)

discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptxdiscrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
discrete-timesignalsandsystems1-150402120032-conversion-gate01.pptx
 
discrete time signals and systems
 discrete time signals and systems  discrete time signals and systems
discrete time signals and systems
 
discrete time signals and systems
 discrete time signals and systems discrete time signals and systems
discrete time signals and systems
 
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and SystemsDSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
DSP_FOEHU - MATLAB 01 - Discrete Time Signals and Systems
 
05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx05-Classification_of_DT_System-1. information technologypptx
05-Classification_of_DT_System-1. information technologypptx
 
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and SystemsDSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
DSP_2018_FOEHU - Lec 03 - Discrete-Time Signals and Systems
 
lecture4signals-181130200508.pptx
lecture4signals-181130200508.pptxlecture4signals-181130200508.pptx
lecture4signals-181130200508.pptx
 
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
 
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier AnalysisDSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
DSP_FOEHU - MATLAB 02 - The Discrete-time Fourier Analysis
 
Digital Signal Processing[ECEG-3171]-Ch1_L03
Digital Signal Processing[ECEG-3171]-Ch1_L03Digital Signal Processing[ECEG-3171]-Ch1_L03
Digital Signal Processing[ECEG-3171]-Ch1_L03
 
Lecture 4: Classification of system
Lecture 4: Classification of system Lecture 4: Classification of system
Lecture 4: Classification of system
 
signal and system chapter2-part1+2new.pdf
signal and system chapter2-part1+2new.pdfsignal and system chapter2-part1+2new.pdf
signal and system chapter2-part1+2new.pdf
 
Tp problèmes-à-valeurs-initiales
Tp problèmes-à-valeurs-initialesTp problèmes-à-valeurs-initiales
Tp problèmes-à-valeurs-initiales
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODE
 
Signals and systems-3
Signals and systems-3Signals and systems-3
Signals and systems-3
 
A Stochastic Limit Approach To The SAT Problem
A Stochastic Limit Approach To The SAT ProblemA Stochastic Limit Approach To The SAT Problem
A Stochastic Limit Approach To The SAT Problem
 
Conference ppt
Conference pptConference ppt
Conference ppt
 
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docxIE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
IE 425 Homework 10Submit on Tuesday, 12101.(20 pts) C.docx
 
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx04-Discrete_Time_Systems-1signal expectra signal processing.pptx
04-Discrete_Time_Systems-1signal expectra signal processing.pptx
 
Lecture 4 Signals & Systems.pdf
Lecture 4  Signals & Systems.pdfLecture 4  Signals & Systems.pdf
Lecture 4 Signals & Systems.pdf
 

More from Juan Palacios

Sección 3.6 Trnasformada Z unilateral
Sección 3.6 Trnasformada Z unilateralSección 3.6 Trnasformada Z unilateral
Sección 3.6 Trnasformada Z unilateral
Juan Palacios
 
Seccion 3.5 Análisis en el dominio Z de sistemas LTI
Seccion 3.5 Análisis en el dominio Z de sistemas LTISeccion 3.5 Análisis en el dominio Z de sistemas LTI
Seccion 3.5 Análisis en el dominio Z de sistemas LTI
Juan Palacios
 
Seccion 3.4 Inversión de la transformada Z
Seccion 3.4 Inversión de la transformada ZSeccion 3.4 Inversión de la transformada Z
Seccion 3.4 Inversión de la transformada Z
Juan Palacios
 
Sección 3.3 Transformada Z racionales
Sección 3.3 Transformada Z racionalesSección 3.3 Transformada Z racionales
Sección 3.3 Transformada Z racionales
Juan Palacios
 
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretosPDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
Juan Palacios
 
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discretoPDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
Juan Palacios
 

More from Juan Palacios (6)

Sección 3.6 Trnasformada Z unilateral
Sección 3.6 Trnasformada Z unilateralSección 3.6 Trnasformada Z unilateral
Sección 3.6 Trnasformada Z unilateral
 
Seccion 3.5 Análisis en el dominio Z de sistemas LTI
Seccion 3.5 Análisis en el dominio Z de sistemas LTISeccion 3.5 Análisis en el dominio Z de sistemas LTI
Seccion 3.5 Análisis en el dominio Z de sistemas LTI
 
Seccion 3.4 Inversión de la transformada Z
Seccion 3.4 Inversión de la transformada ZSeccion 3.4 Inversión de la transformada Z
Seccion 3.4 Inversión de la transformada Z
 
Sección 3.3 Transformada Z racionales
Sección 3.3 Transformada Z racionalesSección 3.3 Transformada Z racionales
Sección 3.3 Transformada Z racionales
 
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretosPDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
PDS Unidad 2 Sección 2.4: Respuesta de sistemas discretos
 
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discretoPDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
PDS Unidad 2, Sección 2.1: Sistemas en tiempo discreto
 

Recently uploaded

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 

Recently uploaded (20)

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 

PDS Unidad 2 Sección 2.5: Sistemas discretos LTI

  • 1. UNIVERSIDAD AUTÓNOMA DE NAYARIT INGENIERÍA EN ELECTRÓNICA Procesamiento Digital de Señales M.C. Juan Salvador Palacios Fonseca UNIDAD 2 SISTEMAS EN TIEMPO DISCRETO Solo poco podemos ver del futuro, pero lo suficiente para darnos cuenta que hay mucho que hacer. – Alan Turing
  • 2. Procesamiento Digital de Señales M.C. Juan Salvador Palacios Fonseca Sistemas en tiempo discreto Sistemas discretos LTI
  • 3. Causalidad de un sistema discreto Cualquier aplicación en tiempo real exige causalidad, dado que en un instante de tiempo 𝑛 no disponemos de los valores futuros de la entrada. Sólo los valores presentes y pasados se encuentran disponibles para calcular la salida. Entonces un sistema LTI es causal si y solo si su respuesta al impulso es cero para los valores negativos de 𝑛 ℎ(𝑛) = 0 para valores 𝑛 < 0 Esta condición restringe la fórmula de la convolución 𝑦 𝑛 = 𝑘=0 ∞ ℎ 𝑘 𝑥(𝑛 − 𝑘) Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 3
  • 4. Causalidad de los sistemas discretos LTI Si a un sistema causal se le aplica una señal causal, se restringe aún mas los límites del sumatorio de la convolución de un sistema LTI 𝑦 𝑛 = 𝑘=0 𝑛 ℎ 𝑘 𝑥 𝑛 − 𝑘 = 𝑘=0 𝑛 𝑥 𝑘 ℎ(𝑛 − 𝑘) Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 4
  • 5. Ejemplo 2.8: (Proakis, Ejemplo 2.3.5, pág. 76) Determine la respuesta al escalón unitario del sistema lineal invariante en el tiempo con una respuesta al impulso ℎ 𝑛 = 𝑎𝑛𝑢 𝑛 , 𝑎 < 1 Solución: Tanto la señal de entrada como la respuesta del sistema son causales, se puede usar la forma para la convolución acotada. Dado que 𝑥 𝑛 = 1 para valore de 𝑛 ≥ 0, es mas sencillo utilizar 𝑦 𝑛 = 𝑘=0 𝑛 ℎ 𝑘 𝑥 𝑛 − 𝑘 Sustituyendo 𝑦 𝑛 = 𝑘=0 𝑛 𝑎𝑘 = 1 + 𝑎1 + 𝑎2 + ⋯ + 𝑎𝑛 Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 5
  • 6. Ejemplo 2.8: (Proakis, Ejemplo 2.3.5, pág. 76) Lo que tiene la forma de una serie finita 𝑦 𝑛 = 1 − 𝑎𝑛+1 1 − 𝑎 Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 6 𝑦 𝑛 𝑛 𝑎 = 0.9
  • 7. Estabilidad de los sistemas discretos LTI Un sistema lineal invariante en el tiempo es estable si su respuesta al impulso es absolutamente sumable, es decir 𝑆ℎ ≡ 𝑘=−∞ ∞ ℎ 𝑘 < ∞ Lo anterior implica que la respuesta de ℎ 𝑛 a un impulso unitario tiende a cero conforme 𝑛 tiende a infinito lim 𝑁→∞ 𝑦 𝑛𝑜 + 𝑁 = 0 Este resultado implica que cualquier excitación en la entrada del sistema que tenga una duración finita, produce una salida de naturaleza transitoria; es decir, su amplitud disminuye con el tiempo y desaparece casi totalmente cuando el sistema es estable. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 7
  • 8. Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78) Determine el rango de valores de 𝑎 y 𝑏 para que el sistema lineal invariante en el tiempo con la respuesta al impulso ℎ 𝑛 = 𝑎𝑛, 𝑛 ≥ 0 𝑏𝑛, 𝑛 < 0 es estable Solución: Este sistema es no causal. La condición de estabilidad indica que ℎ(𝑛) es absolutamente sumable. Si hacemos ℎ(𝑛) sea 𝑛=−∞ ∞ ℎ 𝑛 = 𝑛=0 ∞ 𝑎 𝑛 + 𝑛=−∞ −1 𝑏 𝑛 Podemos encontrar el rango de valores de 𝑎 y 𝑏 para el que ℎ 𝑛 es estable. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 8
  • 9. Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78) Para el primer término de lado derecho 𝑛=0 ∞ 𝑎 𝑛 = 1 + 𝑎 + 𝑎 2 + ⋯ La serie geométrica infinita de la derecha converje a 𝑘=0 ∞ 𝑎 𝑛 = 1 1 − 𝑎 Siempre que el valor de 𝑎 < 1, la sumatoria converge a un valor finito. Por lo tanto implica que ℎ 𝑛 disminuye exponencialmente hacia cero cuando 𝑛 tiende a infinito para que el sistema sea estable. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 9
  • 10. Ejemplo 2.9: (Proakis, Ejemplo 2.3.7, pág. 78) Para el segundo término de lado derecho 𝑘=−∞ −1 𝑏 𝑛 = 𝑛=1 ∞ 1 𝑏 𝑛 = 1 𝑏 1 + 1 𝑏 + 1 𝑏 2 + ⋯ = 𝛽 1 + 𝛽 + 𝛽2 + ⋯ = 𝛽 1 − 𝛽 donde 𝛽 = 1 𝑏 tiene que ser menor que la unidad para que la serie geométrica converja. En consecuencia, para que el sistema sea estable 𝑎 < 1 y 𝑏 > 1. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 10
  • 11. Sistema LTI de respuesta finita, FIR La convolución para un sistema LTI de respuesta impulsional finita (FIR, finite-duration impulse response) ℎ 𝑛 = 0, 𝑛 ≤ 0 y 𝑛 ≥ 𝑀 Es 𝑦 𝑛 = 𝑘=0 𝑀−1 ℎ 𝑘 𝑥 𝑛 − 𝑘 Esta expresión indica que la salida en cualquier instante 𝑛 se obtiene como la suma ponderada de la siguientes muestras de la señal de entrada: 𝑥(𝑛), 𝑥(𝑛 − 1), … , 𝑥(𝑛 − 𝑀 + 1). Es decir, el sistema solo pondera y suma los productos de las M muestras mas recientes. Se dice que un sistema FIR tiene memoria finita. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 11
  • 12. Sistema LTI de respuesta infinita, IIR Un sistema LTI con respuesta infinita (IIR, Infinite-duration impulse response) tiene como expresión de convolución 𝑦 𝑛 = 𝑘=0 ∞ ℎ 𝑘 𝑥 𝑛 − 𝑘 Donde se ha supuesto causalidad, aunque no es necesario. En este caso, el sistema pondera y suma los productos de la muestra presente y todas las pasadas de la señal de entrada, de tal forma que decimos que el sistema tiene memoria infinita. La implementación práctica de un sistema IIR es imposible en su forma de convolución, no obstante una familia IIR puede expresarse mejor mediante ecuaciones en diferencias. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 12
  • 13. Sistemas discretos recursivos y no recursivos Un sistema recursivo es aquel que para calcular la salida presente necesita como parte de las señales de entrada, la salida o salidas de instantes pasados. En otras palabras, es un sistema con realimentación. Sistemas en tiempo discreto Sistemas discretos LTI Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 13   ) ( ),..., 1 ( ), ( m n x n x n x F   x(n) y(n) Sistema No recursivo   ) ( ),..., ( ), ( ),..., 1 ( M n x n x M n y n y F    z-1 Sistema Recursivo (no lineal) x(n) y(n)
  • 14. Ejemplo 2.10: Determinar si la función para obtener la media acumulada de una señal 𝑥(𝑛) es recursiva y obtener su diagrama a bloques 𝑦 𝑛 = 1 𝑛 + 1 𝑘=0 𝑛 𝑥 𝑘 , 𝑛 = 0,1, … Solución: evaluando para cada 𝑛 Sistemas en tiempo discreto Sistemas discretos recursivos y no recursivos Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 14 𝑛 = 0 𝑦 0 = 𝑥 0 𝑛 = 1 𝑦 1 = 1 2 𝑥 0 + 𝑥 1 = 1 2 𝑦 0 + 𝑥 1 1 n+1 x(0) y(0) 1 n+1 Z-1 y(1) x(1) x(0)
  • 15. Ejemplo 2.10: Simplificando para todo 𝑛 𝑦 𝑛 = 1 𝑛 + 1 𝑘=0 𝑛 𝑥 𝑘 𝑦 𝑛 = 1 𝑛 + 1 𝑛𝑦 𝑛 − 1 + 𝑥 𝑛 Sistemas en tiempo discreto Sistemas discretos recursivos y no recursivos Rev. Abril/2021 M.C. Juan Salvador Palacios Fonseca 15 𝑛 = 2 𝑦 2 = 1 3 𝑥 0 + 𝑥 1 + 𝑥 2 = 1 3 𝑦 0 + 𝑥 1 + 𝑥 2 = 1 3 2𝑦 1 + 𝑥 2 Z-1 y(2) x(2) 1 n+1 Z-1 x(1) x(0) x(n) y(n) z-1 1 n+1 n Si es recursivo
  • 16. Ejemplo 2.10: 𝑦 𝑛 para x 𝑛 = 𝛿 𝑛 𝑦 𝑛 para 𝑥 𝑛 = 𝑓𝑢𝑛𝑐𝑖ó𝑛 𝑐𝑢𝑎𝑑𝑟𝑎𝑑𝑎 La media acumulada calcula el promedio de todos los valores pasados de 𝑥 desde el valor actual. Sistemas en tiempo discreto Sistemas discretos recursivos y no recursivos Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 16
  • 17. Ejemplo 2.10: Código en Matlab N=100; k=-1:1:N-1; x=[zeros(1,1),ones(1,1),zeros(1,N-1)]; % Impulso unitario % ciclos=8; % x = 0.5*(1+square(ciclos*(2*pi)*k/N)); % Función cuadrada y=zeros(1,N); for n=1:N y(n+1)=(1/((n-1)+1))*((n-1)*y(n)+x(n+1)); end graf=[x',y']; figure(1) stem(k',graf) Sistemas en tiempo discreto Sistemas discretos recursivos y no recursivos Rev. Abril/2020 M.C. Juan Salvador Palacios Fonseca 17

Editor's Notes

  1. 3
  2. 4
  3. 11
  4. 12
  5. 13
  6. 14
  7. 15
  8. 16
  9. 17