Programming Experimental Psychology Experiments

 

Syllabus (3/18/08)

Course Downloads

Course Notes (pdf)

Function and language references

1/22/08 (First Class)

1/29/08 (Variables, loops, pointers, etc.)

2/5/08 (Experiment Design)

2/12/08 (Graphics)

2/19/08 (Loading and randomizing lists of words, simple animation)

3/4/08 PRP style experiments

3/25/08 Visual Search

4/8/08 Loading Images

4/15/08 Using Objects

4/15/08 ATC Example

Useful Links

C Programming Class notes (very good)

References for the C standard library(very good)

The C standard library includes functions such as printf(), sqrt(). etc.

Numerical Recipes in C