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

Object-oriented millisecond timers for the PC.

J P Hamm1

  • 1Department of Pschology, Private Bag 92019, University of Auckland, Auckland, New Zealand. j.hamm@auckland.ac.nz

Behavior Research Methods, Instruments, & Computers : a Journal of the Psychonomic Society, Inc
|January 31, 2002
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

Modern Methods for Unraveling Cell- and Circuit-Level Mechanisms of Neurophysiological Biomarkers in Psychiatry.

Advances in neurobiology·2024
Same author

Age-related alterations in human neocortical plasticity.

Brain research bulletin·2017
Same author

Sex hormonal modulation of interhemispheric transfer time.

Neuropsychologia·2013
Same author

The perception of real and illusory motion in schizophrenia.

Neuropsychologia·2010
Same author

The effects of illusory line motion on incongruent saccades: implications for saccadic eye movements and visual attention.

Experimental brain research·2006
Same author

Induction of LTP in the human auditory cortex by sensory stimulation.

The European journal of neuroscience·2005
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 introduces an object-oriented millisecond timer in Turbo Pascal, enabling independent, precise timing for research applications. The reusable code allows multiple timers with flexible temporal precision and event flagging without interrupting operations.

Area of Science:

  • Computer Science
  • Scientific Research Tools

Background:

  • Accurate millisecond timing is critical for various research fields.
  • Object-oriented programming (OOP) offers a robust framework for developing reusable software components.

Purpose of the Study:

  • To present an object-oriented millisecond timer implemented as a Turbo Pascal unit.
  • To provide researchers with a flexible and efficient timing solution.

Main Methods:

  • Developed a Turbo Pascal unit utilizing object-oriented programming principles.
  • Implemented a millisecond timer capable of independent operation.
  • Incorporated adjustable temporal precision (e.g., 10^-3 to 10^-5 seconds).
  • Added functionality to flag and store event times non-disruptively.

Related Experiment Videos

Main Results:

  • The object-oriented timer allows for multiple, independent timing instances.
  • Achieved flexible temporal precision for diverse research needs.
  • Enabled non-intrusive storage of event timestamps.

Conclusions:

  • The developed Turbo Pascal unit provides a valuable, reusable tool for precise temporal measurements in research.
  • Object-oriented design enhances the modularity and applicability of timing functions.