Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update calibration sound huggins_3AFC.m #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aem28
Copy link

@aem28 aem28 commented Feb 4, 2021

Edit to how the calibration sound it created.
Now creates 5 intervals of 1s sound with 1s silent interval (same as in main test).

Added code:
signal = [];
for i = 1:5 %5 intervals of sound
sig = makeNoise(burstLength,SampFreq);%Make noise burst
signal = [signal;sig;zeros(SampFreq*intervalLength,2)];
end

Edit to how the calibration sound it created. 
Now creates 5 intervals of 1s sound with 1s silent interval (same as in main test). 

Added code: 
signal = [];
for i = 1:5 %5 intervals of sound
    sig = makeNoise(burstLength,SampFreq);%Make noise burst
    signal = [signal;sig;zeros(SampFreq*intervalLength,2)];
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant