Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: bilinear transformation
Replies: 3   Last Post: Nov 7, 2009 1:15 PM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
Ana

Posts: 9
Registered: 11/3/09
bilinear transformation
Posted: Nov 4, 2009 5:33 PM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

hi ,
If i understood correctly bilinear transformation is used in order to transform from s domain to the z domain. Now why then when using;
example;

fp = 2e03;
fs = 20e03;
s = tf('s');
num = 1;
den = (s^2 + 1.414*s + 1); % butterworth 2nd order
[numd,dend] = bilinear(num,den,fs,fp)
it is telling me that function rdivide cannot be classified by tf, i guess numd and dend will give basically the transfer function in the zdomain.

Any ideas highly appreciated.Thanks beforhand

Ana



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2009. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Goodwin College of Professional Studies.