Misc
Visual Acuity Experiments
Week 1 (6/22 & 6/24)
- Monday 6/22
- Goals:
- setup PsychoPy at home
- take your own data using the Isolated Character experiment
- Google Drive
- Slides
- Experiment setup instructions included
- Isolated Character experiment
- Lecture recording
- Goals:
- Wednesday 6/24
- Goals:
- learn the basics of PsychoPy
- display some simple stimulus on your TV
- Google Drive
- Slides
- Lecture recording:
- Goals:
- Homework/Post-Lab Assignment
- Take data with the Isolated Character experiment
- Upload your raw data to the google drive
Week 2 (6/29 & 7/1)
- Monday 6/29
- Goals:
- continue learning the basics of PsychoPy
- create a rough recreation of the Isolated Character experiment
- Google Drive
- Slides
- Lecture recording
- Goals:
- Wednesday 7/1
- Goals:
- Perform basic statistical analysis on your Isolated Character data in Excel
- Learn the basics of MATLAB and create a scatter plot of your data
- Google Drive
- Slides
- Lecture recording
- Goals:
Week 3 (7/6 & 7/8)
- Monday 7/6
- Goals:
- Learn MATLAB functions, conditionals, for loops, and while loops
- Google Drive
- Slides
- In-lab coding exercises
- Lecture recording
- Watch from 0:50-1:10 for a walkthrough of the coding exercises
- Goals:
- Wednesday 7/8
- Goals:
- Continue learning MATLAB functions, conditionals, for loops, and while loops
- Google Drive
- Slides
- Pre-Lab
- Videos
- Functions 1 (Intro) (8:13)
- Functions 2 (Input Arguments) (6:13)
- Functions 3 (Output) (5:58)
- Conditionals 1 (Intro) (3:42)
- Conditionals 2 (if vs. else/if) (3:52)
- Conditionals 3 (AND/OR) (4:14)
- Videos
- In-Lab
- Progress Checklist
- Coding Exercises
- Lecture Recording
- Post-Lab
- Videos
- Loops 1 (Intro/While Loops) (6:35)
- Loops 2 (For Loops) (3:13)
- Loops 3 (Iterating Over Arrays) (5:19)
- Coding Exercises
- Videos
- Goals:
Week 4 (7/13 & 7/15)
- Monday 7/13
- Goals:
- Overview of our Visual Acuity research
- Split into groups
- Start to brainstorm your own experiment to test
- Google Drive
- Slides
- Spreadsheet (Important, contains group assignments)
- Lecture Recording
- Goals:
MATLAB Materials
- Getting started
- Intro slides
- installation instructions
- Intro to coding in MATLAB
- running your first code
- variables
- scripts
- comparison operators
- Lecture recording
- Intro slides
- Functions
- Videos:
- Functions 1 (Intro) (8:13)
- Functions 2 (Input Arguments) (6:13)
- Functions 3 (Output) (5:58)
- Reference slides
- Videos:
- Conditionals
- Videos:
- Conditionals 1 (Intro) (3:42)
- Conditionals 2 (if vs. else/if) (3:52)
- Conditionals 3 (AND/OR) (4:14)
- Reference slides
- Videos:
- Loops
- Videos:
- Loops 1 (Intro/While Loops) (6:35)
- Loops 2 (For Loops) (3:13)
- Loops 3 (Iterating Over Arrays) (5:19)
- Loops 4 (Array Manipulation)
- Loops 5 (Infinite Loops)
- Loops 6 (Nested Loops)
- Reference slides
- Videos:
- Basic Analysis (Scatter Plot & Linear Fit)