Michael Jaskulski
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 years 前 | 1 个回答 | 0