rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

bode package improvement #218

Open rtoy opened 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-02 13:26:01 Created by fritzdeboer on 2009-04-06 20:31:38 Original: https://sourceforge.net/p/maxima/patches/38


despite of the "bode_phase_unwrap" switch bode_phase tends to wrap the phase for high order transferfunction e.g. H(s) : 1/(1+s)^8; Considering the poles and zeros of the transferfunction sperately wrapping can be avoided for any transferfunction. The modified bode2.mac file provides a implementation of such an unwrap function.

The bode_gain is also modified and can plot a constant transferfunction (without an unique variable).

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-02 13:26:02 Created by fritzdeboer on 2009-04-06 20:31:38 Original: https://sourceforge.net/p/maxima/patches/38/#1813


modified bode_gain and bode_phase

Attachments: