Feeds
답변 있음
how to calculate the convolution of two signal without using CONV() ?
close all clearvars %x=input('Enter x: ') x=sin(2*pi*0.1.*(1:1:11)); %h=input('Enter h: ') h=[1 2 3 4 5 3 1 -1]; % ...
how to calculate the convolution of two signal without using CONV() ?
close all clearvars %x=input('Enter x: ') x=sin(2*pi*0.1.*(1:1:11)); %h=input('Enter h: ') h=[1 2 3 4 5 3 1 -1]; % ...
4년 초과 전 | 1
