Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need to know the musical note of a human voice. Please edit the code to provide this information. clear all; close all; info audiodevinfo;

image text in transcribed I need to know the musical note of a human voice. Please edit the code to provide this information.
clear all; close all; info audiodevinfo; info.input(1) info.input (2) pause(3) delete if necessary 44.1e3; 16: noBits noChannels 1; recordobject audiorecorder(fs,noBits, noChannels); disp( Start speaking...') record(recordobject) pause (3) stop (recordobject) disp('End of Recording. ' x = getaudiodata(recordobject); nSamples = length(x); t[1:noSamples]/fs figure; plot(t,x, 'b',t,x, 'r.'); box off; xlabel( 'Time (s) ylabel( 'Amplitude) Use to template code give to write a matlab program to record a users voice and determine the pitch & estimate the musical note of the voice. The note will most likely be C or C#. Please comment thouroughly

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

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

Find the derivative. f(x) 8 3 4 mix X O 4 x32 4 x32 3 -4x - x2

Answered: 1 week ago

Question

6. The cost of the training creates a need to show that it works.

Answered: 1 week ago