aman ch
Followers: 0 Following: 0
Feeds
提问
how to find the sum of 3 vectors of different sizes
function [Z]=My_func(a,b,c); v1=[9 0 -7 5 3 8 -10 4 2]; a=sort(v1) v2=[3 6 -2 4 1 0]; b=sort(v2) v3=[4 1 4]; c=sort(v3) Z...
3 years 前 | 1 个回答 | 0
1
个回答提问
i can not get the convolution of two unit step signal correct
%conv command step = 0.01; t1 = 0:step:3; t2 = 3:step:5; t = [t1 t2]; x1 = ones(size(t1)); x2 = ones(size(t2)); x = [x1,x...
3 years 前 | 0 个回答 | 0
0
个回答提问
why i am not getting fourier transform plot using ezplot command
syms t w X = 1/(1+(1i.*w)); subplot(3,1,1) ezplot(X,[-9 9]); title('original signal'); %inverse Fourier transform X1 =...
3 years 前 | 1 个回答 | 0