photo

Michael Jaskulski


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Recurrence Convolution I just seem to get the recurrence to work . Could some one help me out?
>> a = [-0.75 0.125]; b = [0 0.25]; n = 0:1:20; x0 = 0; y0 = [0 0]; x = [ones(1,21)]; y = recur(a,b,n,x,x0,y0); stem (n,y...

約2年 前 | 1 件の回答 | 0

1

回答