what does Recursive input signal mean

3 visualizaciones (últimos 30 días)
Gova ReDDy
Gova ReDDy el 7 de En. de 2014
Respondida: Wayne King el 7 de En. de 2014
Can I know what is a recursive input signal.
As a project report says that they are using recursive input signal and evry input signal of the periodic moving average filter(PMAF) except the present period are all fed back form the previous otuput signal of the PMAF.
Thanks.

Respuesta aceptada

Wayne King
Wayne King el 7 de En. de 2014
The basic idea is this:
y(n) = x(n)+y(n-1)
The output at a "time" n depends on the output at previous times. In the simple model above, the output at time "n" is the sum of the input at time n -- x(n) --- and the previous output at one time step in the past -- y(n-1)
Of course these recursive relationships get much more complicated than the simple one I've illustrated, but the basic premise is the same.

Más respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by