Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a Matlab script that: Exercise 2 (Convolution and echo): There are several built-in MATLAB sounds, such as chirp, gong, handel, laughter, splat, and train.
Write a Matlab script that:
Exercise 2 (Convolution and echo): There are several built-in MATLAB sounds, such as chirp, gong, handel, laughter, splat, and train. These sounds are built-in *.mat files that define the sound to appear in a vector named y, and also define the sampling rate for that sound to be in Fs. Pick two sounds and figure out the length of the sounds in seconds. Next, pass the sounds of your choice through the following system: h |1, zeros( 1, dly * Fs), 0.75 where dly is the delay of the echo in seconds. Use sound to play both the input and output for various choice of dly. Explain what you heai. Exercise 2 (Convolution and echo): There are several built-in MATLAB sounds, such as chirp, gong, handel, laughter, splat, and train. These sounds are built-in *.mat files that define the sound to appear in a vector named y, and also define the sampling rate for that sound to be in Fs. Pick two sounds and figure out the length of the sounds in seconds. Next, pass the sounds of your choice through the following system: h |1, zeros( 1, dly * Fs), 0.75 where dly is the delay of the echo in seconds. Use sound to play both the input and output for various choice of dly. Explain what you heaiStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started