|
Software
»
Gnu
»
Octave
»
Octave - General
[Signal] Algebraic representation of thansfer function
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
[Signal] Algebraic representation of thansfer function
by cypselos
:: Rate this Message:
Reply to Author
|
View Threaded
|
Show Only this Message
Hello.
I'm using Octave 3.0.1.
There's an exponential in the transfer function I need to use. So I can't use tf. I found this code :
s=zpk('s');
h=exp(s);
but it doesn't work with Octave. I also read that zpk should be replaced by zp2sys but zp2sys('s') generates an error.
Thanks.
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave
Free Forum
Powered by Nabble
Forum Help