You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to make this more flexible, but need to be on miller PC to test or Wu's PC to test.
In SIN_TestSetup, see line
opts.player.noise_mixer = fillPlaybackMixer(opts.player.playback.device, db2amp(-8 - db_correction_4speakers).*eye(4,4), 0); % Reduce noise output by -8 dB to create +8 dB SNR.
eye(4,4) is hard-coded to work with 4 data channels (from wav files) mapped to 4 output channels (sound card output channels).
Needs to be more flexible
The text was updated successfully, but these errors were encountered:
Need to make this more flexible, but need to be on miller PC to test or Wu's PC to test.
In SIN_TestSetup, see line
opts.player.noise_mixer = fillPlaybackMixer(opts.player.playback.device, db2amp(-8 - db_correction_4speakers).*eye(4,4), 0); % Reduce noise output by -8 dB to create +8 dB SNR.
eye(4,4) is hard-coded to work with 4 data channels (from wav files) mapped to 4 output channels (sound card output channels).
Needs to be more flexible
The text was updated successfully, but these errors were encountered: