5(b)convolution Of Sequences.pdf

  • Uploaded by: ranjith
  • 0
  • 0
  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View 5(b)convolution Of Sequences.pdf as PDF for free.

More details

  • Words: 43
  • Pages: 1
%Convolution of 2 sequences clc; close all; clear all; x=[2 3 4]; h=[5 6 7]; y=conv2(x,h); subplot(3,1,1); stem(x); grid; xlabel('n'); ylabel('x(n)'); title('input sequence'); subplot(3,1,2); stem(h); grid; xlabel('n'); ylabel('h(n)'); title('impulse sequence '); subplot(3,1,3); stem(y); grid; xlabel('n'); ylabel('y(n)'); title('convolution sequence'); display('the convolution sequence is:'); display(y);

Related Documents


More Documents from ""

Firstpages.docx
April 2020 8
206_38s0443.pdf
April 2020 8
Daknet.docx
April 2020 5
Sap E-book.pdf
May 2020 3