源码简介: |
%直接型到并联型的转换%%[C,B,A]=dir2par(b,a)%C为当b的长度大于a时的多项式部分%B为包含各bk的K乘2维实系数矩阵%A为包含各ak的K乘3维实系数矩阵%b为直接型分子多项式系数%a为直接型分母多项式系数%- Directly to the shunt-type conversion [C, B, A] = dir2par (b, a) C for when the b is greater than the length of a polynomial when part of B to include the bk of the K x 2 Victoria real coefficient matrix A contains the ak for the K x 3-dimensional real coefficient matrix b-type elements for direct polynomial coefficients a direct-type denominator polynomial coefficients
|