Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Millisecond timing on PCs and Macs.

W J MacInnes1, T L Taylor

  • 1Department of Psychology, Dalhousie University, Halifax, NS B3H 4J1, Canada. macinnwj@cs.dal.ca

Behavior Research Methods, Instruments, & Computers : a Journal of the Psychonomic Society, Inc
|July 13, 2001
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Presence of Newcastle disease viruses of sub-genotypes Vc and VIn in backyard chickens and in apparently healthy wild birds from Mexico in 2017.

Virus genes·2019
Same author

Characterization of BMS-911543, a functionally selective small-molecule inhibitor of JAK2.

Leukemia·2011
Same author

Of mice and men: virtual Hebb-Williams mazes permit comparison of spatial learning across species.

Cognitive, affective & behavioral neuroscience·2002
Same author

High-dose therapy and autologous hematopoietic-cell transplantation for follicular lymphoma beyond first remission: the Stanford University experience.

Biology of blood and marrow transplantation : journal of the American Society for Blood and Marrow Transplantation·2001
Same author

Performance monitoring by the supplementary eye field.

Nature·2000
Same author

Visual and motor effects in inhibition of return.

Journal of experimental psychology. Human perception and performance·2000
Same journal

Real-time language comprehension research using the Apple-Psych system.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2014
Same journal

Constraints on the perception of synthetic speech generated by rule.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2014
Same journal

Perception of synthetic speech produced automatically by rule: Intelligibility of eight text-to-speech systems.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2012
Same journal

Ninety-three pictures and 108 questions for the elicitation of homophones.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2011
Same journal

Free-association norms for the Spanish names of the Snodgrass and Vanderwart pictures.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2005
Same journal

French normative data and naming times for action pictures.

Behavior research methods, instruments, & computers : a journal of the Psychonomic Society, Inc·2005
See all related articles

This study presents a C++ program for real-time stimulus display across multiple operating systems. It ensures accurate timing for experiments, highlighting multitasking environments capable of real-time performance.

Area of Science:

  • Computer Science
  • Experimental Psychology
  • Software Engineering

Background:

  • Accurate stimulus presentation is crucial for cognitive and behavioral research.
  • Existing software solutions often face challenges with real-time display timing across different operating systems.
  • Multitasking operating systems can introduce timing uncertainties in experimental paradigms.

Purpose of the Study:

  • To introduce an object-oriented, real-time solution for stimulus display.
  • To evaluate the real-time capabilities of the developed program on various platforms.
  • To provide researchers with a tool for programming and testing real-time experiments.

Main Methods:

  • Developed a C++ program utilizing a custom window class (GLWindow) and OpenGL.

Related Experiment Videos

  • Implemented 32-bit graphics acceleration for enhanced performance.
  • Replaced default window code with the custom GLWindow to minimize display timing uncertainty.
  • Conducted real-time capability tests on PC and Mac platforms across different operating systems.
  • Main Results:

    • The developed program demonstrates real-time stimulus display capabilities on Windows, MacOS, and Linux.
    • Tests confirmed the feasibility of achieving real-time performance in many multitasking environments.
    • Identified specific system configurations and conditions where real-time performance may be compromised.

    Conclusions:

    • The presented software offers a reliable solution for real-time stimulus presentation in research settings.
    • Researchers can leverage this program to conduct accurate experiments and assess system performance.
    • The findings emphasize the importance of careful system selection and testing for real-time experimental applications.