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( ____end_____ : ____-1_____ : ____1______);
>> message = audioplayer(flipvolts,frequency);
>> play(message)
What is the mystery message that with enlighten mankind?
________To get to the opposite
side. I give up._____(just
the first part is acceptable and/or something similar in words )___
Ok, this is only the answer to the most important question in the
universe but we don't know the question. Others have postulated the
answer is 42.
Write the command to display the number of values the
vector flipvolts contains, (don't use size, that's for matrices)
>> ________length(flipvolts)__________________________
Fill in the blank below with the new vector which
is the old sound + new sound. You should hear the echo effect.