Community Profile

photo

aman ch


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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

1

answer