Page 1 of 1

IN MATLAB! Create a tone detection task where the user has to detect a tone in white noise. Present a tone in white nois

Posted: Mon Jul 11, 2022 12:49 pm
by answerhappygod
IN MATLAB! Create a tone detection task where the user has todetect a tone in white noise. Present a tone in white noise(starting with the tone 30dB higher than the noise) Ask thelistener whether they heard the tone: i. If ‘YES’, decrease itslevel of the tone by 10dB (multiply by 0.3162) ii. If ‘NO’,increase its level of the tone by 5 dB (multiply by 1.7783) Repeata-b until the listener responds ‘NO’ three times. Record the lastlevel that they responded ‘YES’ to.