User not logged in - login - register
Home Calendar Books School Tool Photo Gallery Message Boards Users Statistics Advertise Site Info
go to bottom | |
 Message Boards » » Partial Fraction Expansion : Backwards Page [1]  
r45t4-m4n
All American
629 Posts
user info
edit post

How do I go about doing the partial fraction expansion backwards using MATLAB? I have a list of poles and K values and I need to get the original equation ( X(z) = A(z)/B(z) )

11/30/2005 7:52:22 PM

bigdrew84
New Recruit
22 Posts
user info
edit post

i believe the convolute command might do the trick

something like this (with made up transfer functions)

num1=[1 0]; num2=[1 0]; den1=[1 0 0] den2=[1 0 0];
numtotal=conv(num1,num2); dentotal=conv(den1,den2);
sys=tf(numtotal,dentotal)

also you can put it in series

num=conv(n1,conv(n2,n3));

hope this helps

12/1/2005 6:38:01 PM

 Message Boards » Study Hall » Partial Fraction Expansion : Backwards Page [1]  
go to top | |
Admin Options : move topic | lock topic

© 2024 by The Wolf Web - All Rights Reserved.
The material located at this site is not endorsed, sponsored or provided by or on behalf of North Carolina State University.
Powered by CrazyWeb v2.38 - our disclaimer.