ExperimentMFC 3.1. A simple discrimination experiment

The example experiment was an identification experiment: the subject had identify a single sound as one element of a set of categories. Phoneticians will often do discrimination experiments, which are experiments in which a stimulus consists of multiple sub-stimuli played in sequence, and the subject has to judge the similarity between these sub-stimuli.

The simplest discrimination task has only two sub-stimuli, and the subject has to say whether these are the same or different. Suppose you have vowel-like sounds along an F1 continuum with seven steps, say 300, 320, 340, 360, 380, 400, and 420 hertz, and you are interested in knowing how well the listeners can distinguish these. As your stimuli, you create pairs of these sounds, separated by 0.8 seconds of silence. It is important to include stimuli in which the sounds are identical, e.g. stimuli in which both sounds have an F1 of 340 Hz (see the literature on signal detection theory). Since sounds that are very different acoustically will always be heard as different, you do not include pairs in which the distance is larger than 60 Hz. The experiment file will look like this:

    "ooTextFile"
    "ExperimentMFC 7"
    blank while playing? <no>
    stimuli are sounds? <yes>
    "stimuli/" ".wav"
    carrier phrase "" ""
    initial silence duration 0.5 seconds
    medial silence duration 0.8 seconds ! inter-stimulus interval
    final silence duration 0 seconds
    37 different stimuli
       "300,300" "" "300,320" "" "300,340" "" "300,360" ""
       "320,300" "" "320,320" "" "320,340" "" "320,360" "" "320,380" ""
       "340,300" "" "340,320" "" "340,340" "" "340,360" "" "340,380" "" "340,400" ""
       "360,300" "" "360,320" "" "360,340" "" "360,360" "" "360,380" "" "360,400" "" "360,420" ""
       "380,320" "" "380,340" "" "380,360" "" "380,380" "" "380,400" "" "380,420" ""
       "400,340" "" "400,360" "" "400,380" "" "400,400" "" "400,420" ""
       "420,360" "" "420,380" "" "420,400" "" "420,420" ""
    10 replications per stimulus
    break after every 50 stimuli
    <PermuteBalancedNoDoublets>
    "Click to start."
    "Say whether these sounds were the same or different."
    "You can have a short break if you like. Click to proceed."
    "The experiment has finished. Call the experimenter."
    0 replays
    replay button 0 0 0 0 "" ""
    ok button 0 0 0 0 "" ""
    oops button 0 0 0 0 "" ""
    responses are sounds? <no> "" "" "" "" 0 0 0
    2 response categories
       0.1 0.4 0.35 0.65 "same" 24 "" "same"
       0.6 0.9 0.35 0.65 "different" 24 "" "different"
    0 goodness categories

In this example, the subject will have to click 370 times. After every 50 times, she will have the opportunity to sip her tea. A 0.5-seconds silence is played before every stimulus, so that the listener will not hear the stimulus immediately after her mouse click.

The experimenter does not have to create the stimulus pairs as sound files. You can specify multiple sound files by separating them with commas. Thus, "320,300" means that Praat will play the files 320.wav and 300.wav. These two substimuli will be separated here by a silence of 0.8 seconds, called the inter-stimulus interval (or stimulusMedialSilenceDuration).

Note that the text in this file is rather different from the previous example. It does not matter whether you write numberOfDifferentStimuli, or different stimuli, or anything else; Praat ignores these texts as long as they do not contain numbers, quoted strings, or things between <>.

Links to this page


© ppgb 20160925