What does this function do ??

Status
Not open for further replies.

Vauxdvihl

Member level 5
Joined
Dec 31, 1999
Messages
94
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
611
Controller Function

Can somebody please help me ??

What is that for a controller-function ??

x = 7/8*x(n-1)+1/8*y


Thank you


Regards
 

HI..Vauxdvihl

Please clarify your question. I understand that you want to know what this function does?? A simple manipulation shows that

y = 8*x - 7*x(n-1)

if y is an output sequence and x is an input sequence, then this equation (model) is just a simple autoregressive model. Or you can think of it as the difference between weighted input sequence at present time, x and one-step delayed input sequence, x(n-1).

That's my two cents,... any other ideas
 

y = 8*x - 7*x(n-1)

y = (xn - a* xn-1) / b

a = 7/8 =~1
b = 8


y ~= (xn - xn-1) / b


y= d/dt f(t) => yn= (xn-xn-1)/ DT


approximately derivation function.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…