Skip to content

rlocus should allow kvect=None as an argument #45

@murrayrm

Description

@murrayrm

From Roberto Bucher:

"rlocus" creates automatically a vector with the k values, if not provided. "root_locus" should have the possibility to pass kvect=None, but it is not accepted (-> error). It can be simply solved by adding the same lines as in rlocus, before finding a better algorithm to get the k values

#! TODO: update with a smart calculation of the gains using sys poles/zeros
if klist == None:
klist = logspace(-3, 3)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions