Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q3. [25] Look at the following code. It is the required script to record a 3 sec audio from the mic. Use the given code

Q3. [25] Look at the following code. It is the required script to record a 3 sec audio from the mic. Use the given code to record you saying Hello and a separate file to record your name.

Recording condition: Recording sample rate should not be more than 12 KHz.

a=audiorecorder(Sapmling_rate,Bit_Depth,Channel;

disp('My Name is ? ');

recordblocking(a,3);

disp('STOP');

name=getaudiodata(a);

  • [1] Combine the two audio tracks so that we can hear: Hello, . . . < your name>.
  • [1] Plot the time-domain of the final track.
  • [1] Plot the magnitude spectrum of the final track. Use the my_fft() function available on the Blackboard. Set number of bins = number of samples & do not use a window.
  • [0.5] What is the complete command (with parameters) to listen to the final track.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago

Question

LO2 Explain the nature of the psychological contract.

Answered: 1 week ago

Question

LO1 Discuss four different views of motivation at work.

Answered: 1 week ago