This document provides a method to convolve two arbitrary length signals without using conv or for loops by using the Toeplitz command. It demonstrates convolving signals x and y, of lengths 5 and 5 respectively, by multiplying the lower triangular Toeplitz matrix of x with y flattened into a column vector, and shows it produces the same result as using conv.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
30 views
Lab 6 Sns
This document provides a method to convolve two arbitrary length signals without using conv or for loops by using the Toeplitz command. It demonstrates convolving signals x and y, of lengths 5 and 5 respectively, by multiplying the lower triangular Toeplitz matrix of x with y flattened into a column vector, and shows it produces the same result as using conv.