Feeds
已回答
convolution of two function
clc clear all close all x=[1 1 1 1 -1 -1 -1 -1] h=[0 1 2 3 4 3 2 1] l1=length(x) l2=length(h) N=max(l1,l2) cconv(x,h,...
convolution of two function
clc clear all close all x=[1 1 1 1 -1 -1 -1 -1] h=[0 1 2 3 4 3 2 1] l1=length(x) l2=length(h) N=max(l1,l2) cconv(x,h,...
5 years 前 | 1
