Psychomotor Vigilance Task (PVT)

버전 1.0.1 (1.83 KB) 작성자: David Hill
The psychomotor vigilance task (PVT) is a sustained-attention, reaction-timed task.
다운로드 수: 120
업데이트 날짜: 2022/2/11

라이선스 보기

The PVT is a simple task where the subject presses a keyboard key as soon as the red square appears. The red square will turn on randomly every few seconds for an input duration (in seconds, normally 600 to 900). The main measurement of this task is not to assess the reaction time, but to see how many times the button is not pressed when the light is on. The purpose of the PVT is to measure sustained attention, and give a numerical measure of sleepiness by counting the number of lapses in attention of the tested subject.
I implimented the PVT using a GUI with a black background. A red square will display in the center of the background periodically during the testing period, and the subject is expected to press any keyboard key once the red square appears. If the subject does not press a key within 30 seconds, the red square is removed and the subject is allocated a 'sleepAtack'. If the subject responds within 500 msec of the red square appearing (but greater than 150 msec), then the subject is allocated a mark in the 'good' category. If the response is too quick, the subject is allocated a mark in the 'tooFast' category. The lapse category is greater than 500 msec. Pressing a key when the red square is not present scores a mark in the excessiveClick category.
To execute a test for a subject for 10 minutes:
[sleepAttack,lapse,good,tooFast,excessiveClick]=pscyhomotorVT(600);

인용 양식

David Hill (2024). Psychomotor Vigilance Task (PVT) (https://www.mathworks.com/matlabcentral/fileexchange/106625-psychomotor-vigilance-task-pvt), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

Added image

1.0.0