Skip to content

Experiment with alternate definition of dominant pole #8

@pganguli

Description

@pganguli

We currently treat the pole farthest from the origin as the dominant pole:

"""
dominant_pole(poles)
Find the dominant pole out of poles `ps`.
"""
dominant_pole(ps::Vector{<:Complex}) = argmax(abs, ps)

We should try working out some alternative definitions as we discussed earlier.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions