Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Too few poles for MIMO tf #111

Closed
Closed
Assignees
roryyorke
Labels
@roryyorke

Description

@roryyorke

2x2 MIMO system I/s (diagonal, integrators on diagonal) is reported as having 1 pole. Converting to state-space gives the correct number of poles.

tested with slycotpython-control/Slycot@a1f43ab and python-controlcdd3e73

importnumpyasnpimportcontrolnum= [ [ [1], [0] ],        [ [0], [1] ] ]den= [ [ [1,0], [1] ],        [ [1],   [1,0] ] ]g=control.tf(num,den)print('g.pole()',g.pole())print('control.ss(g).pole()',control.ss(g).pole())

output:

g.pole() [ 0.]control.ss(g).pole() [-0. -0.]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp