photo

Michael Jaskulski


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer