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

Phase shift in bode plot #467

Closed
Closed
Assignees
murrayrm
Milestone
@SebastienDeriaz

Description

@SebastienDeriaz

Given the transfer function
G = 1/s^3
We should see a constant negative phase of -270°, which is confirmed in matlab

image

However, bothcontrol.bode andcontrol.matlab.bode give 90° instead of -270°. Although technically the same value, it does get confusing.

import controlimport control.matlabs = control.tf('s')G = 1/s**3control.bode(G);

image

control.matlab.bode(G);

image

What i've tried so far

Is it possible to get the "absolute" phase of the transfer function ? If not, i would suggest thatcontrol.matlab.bode be corrected as to reflect the behavior of matlab's bode

Thanks for your help !

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp