首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
Systems for creating and running psychology experiments on an Apple II or IBM PC are described. Without programming, psychologists using the APT systems can construct and conduct an experiment, summarize the data, and revise the experiment. The systems are easily used by students but powerful enough to be used by psychologists in their research.  相似文献   

2.
This article describes four C language functions for programming the IBM PC and compatibles for timing with millisecond precision. The technique, which is based on a reprogramming of the PC’s real time clock, requires no additional hardware, no assembly language code, and no programming of machine or software interrupts. One function restores the PC’s time-of-day clock.  相似文献   

3.
Micro Experimental Laboratory (MEL) is a third-generation integrated software system for experimental research. The researcher fills in forms, and MEL writes the experimental program, runs the experiments, and analyzes the data. MEL includes a form-based user interface, automatic programming, computer tutorials, a compiler, a real-time data acquisition system, database management, statistical analysis, and subject scheduling. It can perform most reaction time, questionnaire, and text comprehension experiments with little or no programming. It includes a Pascal-like programming language and can call routines written in standard languages. MEL operates on IBM PC compatible computers and supports most display controllers. MEL maintains millisecond timing with high-speed text and graphics presentation. MEL provides a systematic approach to dealing with nine concerns in running an experimental laboratory.  相似文献   

4.
IPSAPRO, an ipsative scoring program written for the IBM PC, aids in the detection and transformation of response sets that often contaminate rating scale and reaction time experiments. Response sets such as the tendency to use only extreme points of a rating scale or to work for speed over accuracy in reaction time experiments are removed in IPSAPRO by standardizing each subject’s ratings or times against their own means and standard deviations. Ipsatization can be applied to existing data sets or take place automatically at the data collection stage in a text-stimuli presentation manager that is provided with the program.  相似文献   

5.
We describe a 1-msec software timer for measuring response latencies and controlling delays on the IBM PC/XT/AT without additional hardware requirements. To demonstrate the machine language routines, a short BASIC example program is included. In a simple experimental design, two different stimulus words are presented on screen and keypress response latencies are measured. Precise timing of stimulus presentation is accomplished by direct manipulation of the video controller. The principles of programming interrupt-controlled timing routines are addressed to be easily adapted to other problems or different programming languages.  相似文献   

6.
The use of the serial interface of the IBM PC for timing and stimulus-response signaling is discussed. C language example programs, including two small software utility modules that expedite the programming of real-time experiments using a serial interface, are presented that are compilable with Borland’s Turbo C.  相似文献   

7.
A system for creating and running psychological experiments on IBM PC compatible computers is described. The system attempts to reconcile the demand for flexible and powerful experimental software with the need for systems that are easy to understand and modify. Experiments are created by building a series of displays with variable compositions, durations, and stimulus onset asynchronies. The number, type, location, color, and perceptibility of stimuli within these displays can be systematically varied. Reaction time and other response measures can be collected from the keyboard, a voice-activated switch, or other external switches. The system is assembled from a series of Turbo Pascal and Turbo C routines that may be modified by the user or incorporated into new routines. Custom modules can be added easily to any of the system’s menus. The system is best suited for discrete trial experiments with target detection, perceptual priming, lexical decision, or recognition memory tasks.  相似文献   

8.
A system is described that meets some user requirements of programming ease, general applicability, and simultaneous multiple S and laboratory operation. The system is based on an extremely flexible time-sharing real-time monitor and a user-level task-oriented programming language which together free the user from all multiple S bookkeeping programming. The conceptually simple language consists of simple commands for operations at the level of experimental procedure, such as displaying stimuli, collecting and timing responses, providing time delays, and recording data. Other commands support string manipulation, arithmetic, and disk I/O. The system is programmed only for the IBM 1800; however, it represents a successful approach to laboratory computerization.  相似文献   

9.
In the present paper, we describe the software and hardware of an on-line, visual-memory laboratory running under Turbo Pascal on an IBM PC XT-compatible computer. The display system includes one Kodak random access projector and four standard Kodak carousel projectors, all equipped with tachistoscopic shutters and luminance-control devices. The response system consists of eight 16-key response boxes. The laboratory can be used for any experiment in which 35-mm slides are to be used as stimuli, and in which precise display times, stimulus luminances, and reaction times are required. The laboratory is particularly well suited to picture-perception and picture-memory experiments.  相似文献   

10.
The Gordon Diagnostic System (GDS) is a single-component microcomputer-based instrument that can be used to administer 11 psychological tests. The game-like tasks provide objective data for evaluating possible attention-deficit hyperactivity disorder or other conditions that affect a person’s ability to sustain attention and exert self-control. The core of the instrument is an integrated circuit with a microprocessor, a random access memory, and an erasable, programmable read-only memory (EPROM). It can be programmed with an IBM PC and an EPROM programmer. The assembly language source is compiled into machine language, which is used to simulate the GDS on the IBM PC or is “burned” into the ROM. The memory is erasable with ultraviolet light, so revisions can be made easily. The GDS illustrates that “custom” programming a ROM is not limited to large industrial concerns, and that it can be done within small research groups.  相似文献   

11.
In our research, the data are gathered in the laboratory on a DEC PDP-11/24 minicomputer. Once the data are gathered, they are analog-to-digital (A/D) converted and sent by the PDP to an IBM 370-3031. The data are submitted to a Fast Fourier Transform (FFT) on the IBM computer. Once the FFT is completed, the data are accessed by an IBM PC-XT that is equipped with an IRMA system. The PC is used in its emulation mode to access the data in the mainframe. In the mainframe, SPSS or SAS is used to do the initial statistical analyses. When necessary, subsets of the data are transferred to the PC, where other computer programs are used to analyze the data. In many instances, they are returned to the mainframe from the PC, where they are submitted to multivariate statistical analysis. Finally, all of the data are stored on floppy disks, which are prepared on the PC.  相似文献   

12.
MED-PC is a software system that implements the MEDSTATE NOTATION dialect of state notation on IBM PC and compatible computers equipped with MED Associates interfacing. It provides a programming environment in which users can write short programs in a specialized language to control and record the events of operant and classical conditioning experiments. As many as eight experimental stations, each with up to 8 inputs and 32 outputs, running the same or different experimental procedures, may be active simultaneously. The system provides a standard set of run-time features, including mechanisms for displaying real-time data, simulation of responses, manipulation of array and variable contents, and writing of disk files. The system is based upon polling techniques, and is implemented as a translator that generates Pascal units, which are then linked to previously compiled Pascal routines.  相似文献   

13.
This paper demonstrates a method of transferring research data from a remote clinic to a large university mainframe for data manipulation and statistical analysis. Data collected by an Apple //e computer were transferred to an IBM 3031 mainframe by sending data files to an IBM PC by telephone modem or by direct hardwire connection to the PC. The IMB PC performed data-formatting routines and then uploaded the files to the mainframe for storage. Advantages and disadvantages of sending data over telephone lines via a modem are discussed.  相似文献   

14.
15.
This paper describes a method of establishing time intervals at a precision of better than 1 msec, using QuickBASIC 4.0, for running real time experiments on an IBM PC without an 8087 coprocessor. This method is far superior to the TIMER function provided by BASIC, which has a precision of only 110 msec. Also described is an assembly language subroutine that corrects a problem in QuickBASIC 3.0 and QuickBASIC 4.0 to allow proper switching between screens in the CGA text mode for use of the PC as a tachistoscope. A tachistoscope program listing shows how to use the screen subroutine and how to establish intertriai intervals and record reaction times using the timing subroutines.  相似文献   

16.
Psychological experiments often require the control of a large number of output lines; unfortunately, the IBM PC provides only 32 8-bit ports through which communication may be implemented without risk of conflict with other software/hardware. A single 8-bit port may be used to control a large number of devices by adding appropriate decoder logic between the computer’s port and the devices that are to be controlled. Software and hardware are presented that illustrate this technique by controlling an 8-digit light-emitting diode display with a single IBM PC output port.  相似文献   

17.
A very powerful, but inexpensive, advanced technology (16 MHz 80C188EB) experiment controller is described. It can be programmed in either a BASIC-like (ECBASIC) or an ALGOL-like (ECL) procedure specification language. It provides 1-msec resolution, optional transparent total data logging, and is designed to function as a remote peripheral processor in a network with virtually any computer acting as the network supervisor (e.g., IBM compatible or Macintosh). Each serial port on the host computer can support up to 10 simultaneous experiments. The various optional I/O modules provide for opto-isolated normally open or normally closed switch operation input, high current output, as well as D/A and A/D functions. Our I/O modules can also be plugged directly into an IBM PC parallel port by using a small adaptor board. In this way, the advantages of using ECBASIC or ECL to control experiments are available to researchers who wish to simply interface their host computer directly to the apparatus in order to minimize expense.  相似文献   

18.
This paper outlines a prototype dual-purpose interface card for the IBM PC for use in research on motor learning and control. The card enables automatic interfacing for up to four angular optical encoders and presents high-speed visual data on an XY oscilloscope. In addition, it uses two single-chip microcontrollers with minimal external hardware, providing a more powerful instrument than is available in discrete hardware. Two microcontrollers operate independently of the experimental computer (IBM PC), using a common interface allowing the exchange of data. This interface card frees the experimental computer from the workload associated with optical encoders and high-speed XY displays, resulting in less complex experimental setups and data collection programs.  相似文献   

19.
The problems of using the IBM PC XT/AT or their clones in experiments are recognized because of the slow, inadequate and awkward timing procedures of these microcomputers. Some specific solutions to these problems are described, including a compiled BASIC approach using real time procedures accurate to 1 millisecond (although resolution to 1 microsecond can be achieved) and synchronization of the video display with the program. Programs are available from the authors on receipt of a 5 1/4 inch floppy disc or $10.  相似文献   

20.
A computer system consisting of a 6809 single-board computer in conjunction with an IBM-compatible Personal Computer (PC) is described for the control of behavioral experiments. The single-board computer uses the C programming language to program experimental events. Each component of the system (the single-board computer, a digital interface, the PC, and the software) is outlined with its capabilities and drawbacks noted.  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号