[SciPy-Dev] New contribution: bode() function for LTI systems

Bjørn Forsman bjorn.forsman at gmail.com
Sat Jun 2 14:16:52 EDT 2012


On 20 May 2012 22:34, Pauli Virtanen <pav at iki.fi> wrote:
> 20.05.2012 22:20, Bjørn Forsman kirjoitti:
>> I'm new on this list. I have been wanting to have a bode() function
>> for LTI systems in Python for some time now. Today I got tired of
>> waiting and wrote one myself :-) I have sent pull request on github:
>>
>> https://github.com/scipy/scipy/pull/224 - ENH: ltisys: new bode() function
>>
>> While at it I also fixed a small bug in the lti class init function:
>>
>> https://github.com/scipy/scipy/pull/223 - ENH: ltisys: make lti zpk
>> initialization work with plain lists
>>
>> Is this OK?
>
> Yep, thanks for sending in fixes.
>
>> Should I post the patches here too?
>
> No, the pull requests are enough.

Would it be possible to merge my changes into the upcoming release? It
would make me happy :-)

The pull requests:
https://github.com/scipy/scipy/pull/224 - ENH: ltisys: new bode() function
https://github.com/scipy/scipy/pull/225 - ENH: ltisys: make lti zpk
initialization work with plain lists

Best regards,
Bjørn Forsman



More information about the SciPy-Dev mailing list