Simplifying the built-in function [q,r]=deconv(b,a)
In the polynomial division, such as b(x)/a(x)=q(x)+r(x)/b(x) or
b(x)=a(x)q(x)+r(x)
where we denote length of b,a,q,r as Lb,La,Lq,Lr, respectively.
Then using the built-in function,
[q,r]=deconv(b,a)
We get our desired answers: q,r,
However, it is Lr=Lb instead of Lr=La-1 for La<Lb.
The unwanted data ahead the desired r should be completely eliminated, even they are very very small..
The presented function
[q,r]=deconv_e(b,a)
will resolve this problem,
Citar como
Feng Cheng Chang (2025). Simplifying the built-in function [q,r]=deconv(b,a) (https://la.mathworks.com/matlabcentral/fileexchange/69103-simplifying-the-built-in-function-q-r-deconv-b-a), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: Finite Difference Laplace Equation Solver using unequal square grid xy grids.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0 |
