我一直试图从形式
的差分方程计算y(n)的方程y(n)= a1 * x(n)+ a2 * x(n-2)+ a3 * y(n-1)+ a4 * y(n-2)
其中x(n)= [0,2,3,5,1]使用MATLAB。
直到现在这是我的方法:
Columns 1 through 4
6.0000 + 0.0000i 0.7191 - 5.8288i -4.8429 - 0.1127i 0.1649 + 2.1811i
Columns 5 through 8
0.7374 + 0.2036i 0.2017 - 0.1831i -0.0119 - 0.0962i -0.0302 - 0.0144i
Columns 9 through 12
-0.0090 + 0.0071i 0.0010 + 0.0039i 0.0011 + 0.0003i 0.0001 - 0.0001i
Columns 13 through 16
0.0000 + 0.0000i 0.0001 + 0.0001i 0.0011 - 0.0003i 0.0010 - 0.0039i
Columns 17 through 20
-0.0090 - 0.0071i -0.0302 + 0.0144i -0.0119 + 0.0962i 0.2017 + 0.1831i
Columns 21 through 24
0.7374 - 0.2036i 0.1649 - 2.1811i -4.8429 + 0.1127i 0.7191 + 5.8288i
Column 25
6.0000 + 0.0000i
但我得到的输出如下:
rollinfo
请耐心等待。我是MATLAB的新手。谢谢!