Name: ____________________________ NetID: _________________ Section#: ______
Name: ____________________________ NetID:
_________________
Section#: ______
Name: ____________________________ NetID:
_________________
Section#: _____
If the sound has been recorded backwards then let's solve the
problem
of understanding the mystery message. Specifically, the problem is that
if
volts = [v1 v2 v3 ... vn] then we actually want [ vn ... v3 v2
v1]. Fill in the blanks
and then type in this command to listen to the message.
>> flipvolts = volts( _________ : _________ : __________);
>> message = audioplayer(flipvolts,frequency);
>> play(message)
What is the mystery message that with enlighten mankind?
_____________________________________________________________________________________________
Write the command to display the number of values the
vector flipvolts contains, (don't use size, that's for matrices)
>> __________________________________
Fill in the blank below with the new vector which
is the old sound + new sound. You should hear the echo effect.