Manoj Manu
Followers: 0 Following: 0
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]; % ...
3 years 前 | 1