Recurrence Relation for Alpha beta filter

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
SpartanG345
Messages
69
Reaction score
1
The alpha beta filter equation is given by this

Xni = AXn + BXn-1

Xn-1 is subscript

i want to figure the solution to this recurrence relation, but is it a recurrence relation?

i am wondering weather alpha beta filters grow faster than exponential smoothing filters.- i said it is a 1st order equation

where Xn = C1 (B/1-A)^n so alpha beta filtering grow polynomial
But i am not quite sure to find the grow rate of the exponential filtering equation
 
Last edited:
Physics news on Phys.org
sorry this is wrong, the alpha beta filter equation is not a recurrence relation..