필터 지우기
필터 지우기

what does Recursive input signal mean

조회 수: 1 (최근 30일)
Gova ReDDy
Gova ReDDy 2014년 1월 7일
답변: Wayne King 2014년 1월 7일
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.

채택된 답변

Wayne King
Wayne King 2014년 1월 7일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by