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

bode plot optimal frequency grid selection #6

Closed
ilayn opened this issue Jun 5, 2015 · 2 comments
Closed

bode plot optimal frequency grid selection #6

ilayn opened this issue Jun 5, 2015 · 2 comments

Comments

@ilayn
Copy link
Owner

ilayn commented Jun 5, 2015

matlab's 4 level of granularity is not optimal for freqresp computation. The scheme that harold implements is quite better but that is also not optimal. Especially when two points of interest are close to each other it doesn't handle well the distinction.

Currently it works as finding the region of interest and increasing the level of detail around the poles and zeros.

This is a pretty academic problem and I'll see if I can convert it to a conference paper. Since we have bokeh based interactive plots, the complexity ~O(n^2+n) is still too expensive. I need to find a way to reduce it further.

If someone has a good implementation with proper analysis of the complexity, I'm all ears.

@ilayn
Copy link
Owner Author

ilayn commented Nov 9, 2017

Some progress has been made. Instead of bokeh, matplotlib is the default backend. But frequency points reduced significantly (for simple plants around 80 points) without giving away too much from visual smoothness. Will be polished before v.0.1.1 is out.

@ilayn ilayn closed this as completed Nov 9, 2017
@astrojuanlu
Copy link

Awesome! Looking forward to the release :)

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

2 participants