Polynomial division by convolution -- up to finite terms
by Feng Cheng Chang
14 Apr 2008
(Updated 07 Jul 2011)
Division of two polynomials by convolution to get up to K terms.
|
Watch this File
|
| File Information |
| Description |
Polynomial division by convolution.
Calculate inverse Z-transform -- (Polynomial division) - Up to K terms,
q(z) = b(z)/a(z),
where
b(z)=b(0)+...+b(k)/z^k +...+b(n)/z^n.
a(z)=a(0)+...+a(k)/z^k +...+a(m)/z^m.
q(z)=q(0)+...+q(k)/z^k +...+q(K)/z^K + ......
If coefficients of b(x) and a(x) are all integers, then the entire process may involve integer arithmetric perations only. The round-off errors may therefore be eliminated.
This code is similar to the code by Tamer Abdelazim Mellik's
"Calculate inverse Z-transform by long division." |
| Acknowledgements |
Calculates Inverse Z Transform By Long Division
inspired this file.
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 07 Jul 2011 |
update the m file. |
|
Contact us