MATLAB Program To Find Out Circular Convolution of 2 Sequences.
Pranav Sharma, an ECE student with roll number 04315602811, wrote a MATLAB program to perform circular convolution on two sequences. The program prompts the user to input two sequences, plots the sequences, performs circular convolution using the cconv function, and plots the output convolution sequence. It provides the convolution [77 74 66 53 60] as output when the sample inputs [1,5,6,7,3] and [1,2,3,4,5] are used.
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)
31 views
MATLAB Program To Find Out Circular Convolution of 2 Sequences.
Pranav Sharma, an ECE student with roll number 04315602811, wrote a MATLAB program to perform circular convolution on two sequences. The program prompts the user to input two sequences, plots the sequences, performs circular convolution using the cconv function, and plots the output convolution sequence. It provides the convolution [77 74 66 53 60] as output when the sample inputs [1,5,6,7,3] and [1,2,3,4,5] are used.