Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add difference equation/recurrence relation functionalities #2

Open
Dubrzr opened this issue Mar 1, 2017 · 2 comments
Open

Add difference equation/recurrence relation functionalities #2

Dubrzr opened this issue Mar 1, 2017 · 2 comments
Milestone

Comments

@Dubrzr
Copy link
Member

Dubrzr commented Mar 1, 2017

For example, it could be awesome if we could apply passband filters on generators such as:
y(t) = y(t-1) - 4y(t-2) + 2x(t+2) + x(t)

@Dubrzr Dubrzr added this to the 0.3 milestone Mar 25, 2017
@Dubrzr Dubrzr changed the title Add differentiation functions functionality Add difference equation functionalities Mar 26, 2017
@Dubrzr Dubrzr changed the title Add difference equation functionalities Add difference equation/recurrence relation functionalities Mar 26, 2017
Dubrzr added a commit that referenced this issue Mar 26, 2017
@Dubrzr
Copy link
Member Author

Dubrzr commented Mar 26, 2017

Commit 792dfb6 implements difference equation that handles historical values. We also need to implement difference equation with future values. For example: y(t) = x(t-4) - 2*x(t+3)

@Dubrzr
Copy link
Member Author

Dubrzr commented Mar 26, 2017

It would be awesome to compute the delay implied by the equation if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant