Learn R Programming

MPDiR (version 0.2)

Gabor: Detection of a 2 cycle/window Gabor temporal modulation

Description

The data record the observations of one observer performing a Yes/No detection task. The signal was a temporal luminance modulation of a Gaussian spatial profile (\(\sigma\) = 2.5 deg) on a CRT screen. The temporal modulation followed a Gabor function with an envelope of \(\sigma\) = 160 ms and duration of 4\(\sigma\). The carrier was in sine-phase and of frequency 2 cycles/window width. On each trial random uniform luminance modulations were presented, and on half of the trials, the signal was added in. The data represent 16 sessions of 224 trials each.

Usage

data(Gabor)

Arguments

Format

A data frame with 114688 observations on the following 4 variables.

resp

a factor with levels H FA M CR. These correspond to the response classifications of the observer and correspond to ‘Hit’, ‘False Alarm’, ‘Miss’ and ‘Correct Rejection’.

time

a factor with levels 1, 2, ..., 32 indicating the time points of the stimulus coded as factor levels.

Time

a numeric vector indicating time points of the stimulus in seconds.

N

a numeric vector of random uniform noise, the random part of the stimulus. On half of the trials the Gabor signal was added to the noise.

Details

More details on the stimulus conditions are given in the reference indicated below.

Examples

Run this code
data(Gabor)
str(Gabor) 

Run the code above in your browser using DataLab