matlab xt 05rt22rt4 rt6 Solutionclc close all clear all xi

matlab

x(t) = 0.5[r(t-2)-2r(t-4) + r(t-6)]

Solution

clc;
close all;
clear all;
x=input(\'Enter the sequence 1: \');
y=xcorr(x,x);
figure;
subplot(2,1,1);
stem(x);
ylabel(\'Amplitude->\');
xlabel(\'n->\');
title(\'Input sequence\');
subplot(2,1,2);
stem(fliplr(y));
ylabel(\'amplitude\');
xlabel(\'n->\');
title(\'Output sequence\');
disp(\'the resultant is \');
fliplr(y);

matlab x(t) = 0.5[r(t-2)-2r(t-4) + r(t-6)] Solutionclc; close all; clear all; x=input(\'Enter the sequence 1: \'); y=xcorr(x,x); figure; subplot(2,1,1); stem(x)

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site