Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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."
Citation pour cette source
Feng Cheng Chang (2026). Polynomial division by convolution -- up to finite terms (https://fr.mathworks.com/matlabcentral/fileexchange/19584-polynomial-division-by-convolution-up-to-finite-terms), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Calculates inverse Z-transform by long division
A inspiré : Polynomial division - derived form covolution
Informations générales
- Version 1.1.0.0 (1,55 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | update the m file. |
||
| 1.0.0.0 |
