CODE: clc clear all close all x=input('Enter the first sequence'); n1=input('Enter the time sample range:'); h=input('Enter the second sequence'); n2=input('Enter the time sample range:'); n2=-fliplr(n2); z=[]; h=fliplr(h); for i=1:length(x) g=h.*x(i); z=[z;g]; end [r c]=size(z); k=r+c; t=2; y=[]; cd=0; while(t
CODE:
clc
clear all
close all
x=input('Enter the first sequence');
n1=input('Enter the time sample range:');
h=input('Enter the second sequence');
n2=input('Enter the time sample range:');
n2=-fliplr(n2);
z=[];
h=fliplr(h);
for i=1:length(x)
g=h.*x(i);
z=[z;g];
end
[r c]=size(z);
k=r+c;
t=2;
y=[];
cd=0;
while(t
Thank you for your effort this video helped me a lot 🥰
Glad to know the video is helpful to you Mohamed Elamir! Happy Learning
Life saver ❤️❤️
Glad to know the video is helpful to you, Arief Rose! Happy Learning