Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

(b) Pick your favorite audio file as a .wav or mp3 file. Use MATLAB to read in the audio file (only one channel if its

(b) Pick your favorite audio file as a .wav or mp3 file. Use MATLAB to read in the audio file (only one channel if its a dual channel input), plot the function as well as use the sound command to listen to the function.

(c) One common digital effect is an echo, where the audio will echo itself after some number of seconds. Design a signal [n] such that your audio signal convolved with h sounds like an echo or restarting of the audio. (Note: to get an appropriate delay in the echo, make sure you fill the signal with zeros to last a long time (e.g. Fs tells you the number of samples in 1 second of audio). The command: zeros(N, 1), will create a horizontal array with N zeros in it in MATLAB.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions