duration of sudio stimulus


Author
Message
abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Hi

I am using some sound files as a stimulus .

I am using 'stimulustimes'  to present them followed by a visual stimulus of a word and subject has to respond to the visual stimulus.

Problem is that audio files are of different duration and sometimes word / visual stimulus appears before sound files has finished.

How to control it ? I cant use frames command also. How can I ensure that visual stimulus appears exactly  50 ms after the sound has finished.

Thanks




abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Tobe more specific , following is script-

/ stimulustimes = [0=basicsound; 600=rectangle1,txluxury; 980=eraseshape,txluxury] 


Basic sound is a sound file and txluxury is a text stimulus at 600 ms

Problem is that basicsound has many sound files ranging from 200 to 900 ms . I want that once sound file is played completely only then after 50 ms txluxury is presented.

Thanks






Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
If your sounds vary in length, you need to play them in a separate <trial>.

<trial basicsoundtrial>
/ stimulustimes = [0=basicsound]
/ trialduration = 1
[...]
</trial>

<sound basicsound>
[...]
/ playthrough = true
</sound>

Then follow that trial up with the <trial> displaying the remaining stimuli.

abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Thanks Dave,

Tried doing it this way but again stuck.

 Actually audio files are being used as prime. There are 20 files in total and just two target words. so total of 40 trials per block without repetition.

If I use audio files as separate trial and visual target as separate trial then I am not able to control the sequence of presentation. ( Its not random, no replace  and each audio file is not paired with both the words )

Am looking at counter option. But problem is presentation of audio stimulus again.

Hope you can help.

Thanks









Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 108K
> If I use audio files as separate trial and visual target as separate trial then I am not able to control the sequence of presentation.

That is incorrect. You can control it in the exact same way as before, it really makes no difference. Cf. the "How to Present Stimulus Pairs" and the language reference for the /trials attribute topics in the documentation.

abhi
abhi
Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)Guru (7.5K reputation)
Group: Forum Members
Posts: 114, Visits: 558
Thanks Dave.

Could not do it but I did it the hard way.

Scripted large no of blocks and randomized them.

Worked fine and collected some data also


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search