goxpyriment

Sperling’s Iconic Memory Experiment

This example implements the classic partial report procedure developed by George Sperling (1960) to investigate the capacity and duration of iconic memory.

1. Background

Sperling found that when participants were shown a 3x3 grid of letters for a very short time (50ms), they could only recall about 4-5 items in a “Whole Report” condition. However, if they were cued to recall only a specific row immediately after the grid disappeared (“Partial Report”), they could recall almost all items from that row. This suggested that the entire grid was briefly available in a high-capacity but rapidly decaying sensory store (iconic memory).

2. Experimental Task

3. Implementation Details

4. Controls

5. How to Run

From the Memory-Iconic-Sperling directory:

go run main.go -d -s [subject_id]

Or from the repository root:

go run examples/Memory-Iconic-Sperling/main.go -d -s [subject_id]

References