Project

General

Profile

Wiki » History » Version 21

Davíð Örn Jóhannesson, 2013-06-19 12:52

1 6 Davíð Örn Jóhannesson
h1. Cognative Tests
2 1 Davíð Örn Jóhannesson
3 4 Davíð Örn Jóhannesson
h2. n-Back test.
4 1 Davíð Örn Jóhannesson
5 5 Davíð Örn Jóhannesson
h3. About
6
7 1 Davíð Örn Jóhannesson
Under repository\n_back\About\N-Back Test.pdf is useful information about the project. We suggest you read it before embarking on the rest of the assignment.
8 5 Davíð Örn Jóhannesson
9
h3. Software
10
11 8 Davíð Örn Jóhannesson
The chosen software for this application is Python, using version 3.3.1
12 1 Davíð Örn Jóhannesson
13 7 Davíð Örn Jóhannesson
Modules used for the project where:
14 1 Davíð Örn Jóhannesson
15 8 Davíð Örn Jóhannesson
- PySide, for menus activities. Using Qt. (not a major issue so not included currently, revise later)
16 1 Davíð Örn Jóhannesson
- PyAudio, for audio activities.
17 8 Davíð Örn Jóhannesson
- PyGame, for the visual activities
18
19 10 Davíð Örn Jóhannesson
Some configurations were applied to fit the screen according to the paper this experiment is based on. 
20 11 Davíð Örn Jóhannesson
The screen is a DELL: 1905fp - series [approx 41.5x41.5 http://reviews.cnet.com/lcd-monitors/dell-ultrasharp-1905fp/4507-3174_7-31232074.html ]
21 10 Davíð Örn Jóhannesson
22 12 Davíð Örn Jóhannesson
In order to convert we assume the following:
23 13 Davíð Örn Jóhannesson
* Box in degrees 1.8 x 2.3
24
* Distance from screen: 0.6 m
25 18 Davíð Örn Jóhannesson
* Box: 1.88 x 2.44 cm*
26 13 Davíð Örn Jóhannesson
* Using "http://www.unitconversion.org/typography/pixels-x-to-centimeters-conversion.html" we get
27 18 Davíð Örn Jóhannesson
* Pixels: 71 x 91
28 13 Davíð Örn Jóhannesson
29 17 Davíð Örn Jóhannesson
/* The calculations are: size = 2*(length from screen)* sin[(given angle)/2]</b>
30 13 Davíð Örn Jóhannesson
31 8 Davíð Örn Jóhannesson
h3. How to run
32
33 21 Davíð Örn Jóhannesson
Through the repository go to n_back and download the "Exe file" directory. 
34
35
After downloading find the file "blackBox.exe" and run. 
36 8 Davíð Örn Jóhannesson
37
h3. How it works
38
39
After running the file to start the program (see: "How to run") you are prompted to enter subject number from 1-99. 
40
The program then checks if the name is taken, if not taken it creates a directory in the same directory you keep the the program. If the number is taken the program prompts a question to ask if you want to overwrite the folder, choose "y" for yes and "n" for no. If "n" is chosen then the program will exit.
41
42
Assuming that you have a legit file name and the directory has been created the test will begin. 
43
44
.....pending more information
45 6 Davíð Örn Jóhannesson
46
h2. Stroop
47
48
h3. About
49
50
The stroop test was designed and implemented by dr. Jón Guðnason, and is currently under evaluation and changes in the hands of the developers.
51
52 1 Davíð Örn Jóhannesson
h3. Software
53 6 Davíð Örn Jóhannesson
54 7 Davíð Örn Jóhannesson
The program was written and is operated on Matlab.