Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Instrumentation (computer programming)
  4. 1990
  1. Home
  2. Topics
  3. Instrumentation (computer programming)
  4. 1990
Showing papers on "Instrumentation (computer programming) published in 1990"
Journal Article•10.1016/S0003-2670(00)83937-9•
Sequential injection: a new concept for chemical sensors, process analysis and laboratory assays

[...]

Jaromir Ruzicka1, Graham D. Marshall1•
University of Washington1
01 Jan 1990-Analytica Chimica Acta
TL;DR: In this paper, a new approach to automated analysis is designed to fill a gap in present flow-injection methodology, which is based on the random walk model and sequential injection analysis.

910 citations

Journal Article•10.1148/RADIOLOGY.177.2.346•
Doppler Ultrasound: Physics, Instrumentation and Clinical Applications

[...]

E. Russell Ritenour
01 Nov 1990-Radiology

354 citations

Proceedings Article•10.1145/98457.98518•
Quartz: a tool for tuning parallel program performance

[...]

Thomas Anderson1, Edward D. Lazowska1•
University of Washington1
1 Apr 1990
TL;DR: Quartz is described, a new tool for tuning parallel program performance on shared memory multiprocessors that was inspired by that of the sequential UNIX tool gprof and would be used to solve a number of performance problems that have been reported as being frequently encountered.
Abstract: Initial implementations of parallel programs typically yield disappointing performance. Tuning to improve performance is thus a significant part of the parallel programming process. The effort required to tune a parallel program, and the level of performance that eventually is achieved, both depend heavily on the quality of the instrumentation that is available to the programmer.This paper describes Quartz, a new tool for tuning parallel program performance on shared memory multiprocessors. The philosophy underlying Quartz was inspired by that of the sequential UNIX tool gprof: to appropriately direct the attention of the programmer by efficiently measuring just those factors that are most responsible for performance and by relating these metrics to one another and to the structure of the program. This philosophy is even more important in the parallel domain than in the sequential domain, because of the dramatically greater number of possible metrics and the dramatically increased complexity of program structures.The principal metric of Quartz is normalized processor time: the total processor time spent in each section of code divided by the number of other processors that are concurrently busy when that section of code is being executed. Tied to the logical structure of the program, this metric provides a “smoking gun” pointing towards those areas of the program most responsible for poor performance. This information can be acquired efficiently by checkpointing to memory the number of busy processors and the state of each processor, and then statistically sampling these using a dedicated processor.In addition to describing the design rationale, functionality, and implementation of Quartz, the paper examines how Quartz would be used to solve a number of performance problems that have been reported as being frequently encountered, and describes a case study in which Quartz was used to significantly improve the performance of a CAD circuit verifier.

161 citations

Book•
Instrumentation for studying vegetation canopies for remote sensing in optical and thermal infrared regions

[...]

Narendra S. Goel, John M. Norman
1 Jan 1990

99 citations

Proceedings Article•10.1145/91556.91564•
Debugging standard ML without reverse engineering

[...]

Andrew Tolmach1, Andrew W. Appel1•
Princeton University1
1 May 1990
TL;DR: A novel and efficient replay debugger for the Standard ML compiler, featuring full variable display, polymorphic type resolution, stack trace-back, breakpointing, and reverse execution, even though the compiler is very highly optimizing and has no run-time stack.
Abstract: We have built a novel and efficient replay debugger for our Standard ML compiler. Debugging facilities are provided by instrumenting the user's source code; this approach, made feasible by ML's safety property, is machine-independent and back-end independent. Replay is practical because ML is normally used functionally, and our compiler uses continuation-passing style; thus most of the program's state can be checkpointed quickly and compactly using call-with-current-continuation. Together, instrumentation and replay support a simple and elegant debugger featuring full variable display, polymorphic type resolution, stack trace-back, breakpointing, and reverse execution, even though our compiler is very highly optimizing and has no run-time stack.

83 citations

Journal Article•10.1016/0894-1777(90)90069-J•
Chemical instrumentation: A systematic approach

[...]

V.P. Carey
01 Sep 1990-Experimental Thermal and Fluid Science

80 citations

Journal Article•10.1021/AC00205A715•
Diode Lasers AND PRACTICAL TRACE ANALYSIS

[...]

Totaro Imasaka, Nobuhiko Ishibashi
01 Mar 1990-Analytical Chemistry

75 citations

Journal Article•
Automated differentials in the hematology laboratory.

[...]

John R. Krause1•
University of Pittsburgh1
01 Apr 1990-American Journal of Clinical Pathology
TL;DR: Current state-of-the-art instrumentation will give results that equal or exceed the routine manual differential, and these instruments can better screen for significant abnormalities as well as greatly reduce the expensive and time-consuming manual differential procedures.
Abstract: The white blood cell differential continues to be one of the most widely performed clinical laboratory procedures. However, its clinical usefulness is affected by sampling error and, to some extent, by classification criteria. It is also labor intensive and expensive to perform. Automated leukocyte differential instrumentation addresses many of the sources of error that occur with the manual differential. Current state-of-the-art instrumentation will give results that equal or exceed the routine manual differential. Because these instruments also examine red blood cell and platelet parameters, as well as providing white blood cell information, they can better screen for significant abnormalities as well as greatly reduce the expensive and time-consuming manual differential procedures.

41 citations

Book Chapter•10.1007/978-3-642-83611-4_8•
Image Instrumentation Methods of Plant Analysis

[...]

Kenji Omasa
1 Jan 1990
TL;DR: The development of image instrumentation technologies, which gather two- or three-dimensional information about the organism in a non-destructive manner, has been particularly remarkable in the field of medicine and electronics.
Abstract: Knowledge and understanding of the biological world result from information about organisms and their interactions with their surroundings. Although information can come from many sources, tremendous advances in science have occurred with advances in instrumentation and technology, e.g. microscopes. The recent advances in electronics have greatly increased the amount of information that can be obtained. The development of image instrumentation technologies, which gather two- or three-dimensional information about the organism in a non-destructive manner, has been particularly remarkable. In the field of medicine, instrumentation technologies for surface, microscopic, X-ray, RI (radio isotope) and ultrasonic images have been put to practical use for patient diagnoses. In conjunction with advances in computed tomography (CT), tomographic images that give not only morphological information but also functional and physiological information have also been obtained (Herman 1979; Onoe 1982; Mansfield and Morris 1982).

38 citations

Journal Article•10.1039/AN9901500689•
Approaches to differential reaction-rate methods. Plenary lecture

[...]

Dolores Pérez-Bendito
01 Jan 1990-Analyst
TL;DR: Differential reaction-rate methods are a useful alternative to the sequential or simultaneous resolution of mixtures of closely related species without their prior separation as mentioned in this paper, which is one of the main objectives of modern analytical chemistry.
Abstract: Multi-component analysis is one of the main objectives of modern analytical chemistry. Differential reaction-rate methods are a useful alternative to the sequential or simultaneous resolution of mixtures of closely related species without their prior separation. The automatic and computerised instrumentation currently available, together with novel mathematical treatments and experimental methodologies, has turned these methods, formerly of purely theoretical interest, into practical tools for routine analyses.

37 citations

Book•
Performance instrumentation and visualization

[...]

Margaret L. Simmons, Rebecca Koskela
1 Jan 1990
Book•
Parallel Computer Systems: Performance Instrumentation and Visualization

[...]

Rebecca Koskela1, Margaret L. Simmons1•
Los Alamos National Laboratory1
1 Aug 1990
Journal Article•10.13182/NSE90-A23751•
An overview of Superphénix commissioning tests

[...]

J. Gourdon1, B. Mesnage1, J. L. Voitellier2, M. Suescun•
French Alternative Energies and Atomic Energy Commission1, Areva2
01 Sep 1990-Nuclear Science and Engineering
TL;DR: The main characteristics of the Superphenix plant are described in this paper, followed by a review of the instrumentation used during the physics tests performed during its commissioning, and the principal test pro...
Abstract: The main characteristics of the Superphenix plant are described, followed by a review of the instrumentation used during the physics tests performed during its commissioning. The principal test pro...
Journal Article•10.1109/19.57233•
Neural network signal understanding for instrumentation

[...]

L. F. Pau1, F.S. Johansen1•
University of Copenhagen1
01 Aug 1990-IEEE Transactions on Instrumentation and Measurement
TL;DR: A report is presented on the use of neural signal interpretation theory and techniques for the purpose of classifying the shapes of a set of instrumentation signals, in order to calibrate devices, diagnose anomalies, generate tuning/settings, and interpret the measurement results.
Abstract: A report is presented on the use of neural signal interpretation theory and techniques for the purpose of classifying the shapes of a set of instrumentation signals, in order to calibrate devices, diagnose anomalies, generate tuning/settings, and interpret the measurement results. Neural signal understanding research is surveyed, and the selected implementation and its performance in terms of correct classification rates and robustness to noise are described. Formal results on neural net training time and sensitivity to weights are given. A theory for neural control using functional link nets is given, and an explanation facility designed to help neural signal understanding is described. The results are compared to those obtained with a knowledge-based signal interpretation system using the same instrument and data. >
Journal Article•
Lung mechanics determinations at the bedside: Instrumentation and clinical application

[...]

John J. Marini
01 Jan 1990-Respiratory Care
Journal Article•10.1016/0022-4898(90)90027-J•
A method for the determination of the contact area between a tyre and the ground

[...]

Z. Błaszkiewicz
01 Jan 1990-Journal of Terramechanics
TL;DR: In this article, a detailed investigation for determining the contact area of types interacting with deformable soil is presented, where a mathematical model has been developed using a rectangular coordinate system to determine the coordinates of points in the contact region.
Instrumented sphere evaluation of potato packing line impacts - a progress report.

[...]

G. M. Hyde, W. Zhang, G. K. Brown, E. J. Timm
1 Jan 1990
Abstract: Impacts were measured through two potato packing lines in Washington State, an elevator-to-accumulator bin transfer, a PomonaTM bagger filling 2.27 kg (5 lb) polyethylene bags, and a vibratory box settler, using the Instrumented Sphere (I.S.) developed by the USDA-ARS and Michigan State University. The purpose was to assess the impact levels caused by these handling components. Although damage threshold impact values are not yet firmly established for potato tubers, the results indicate that many transfers on both packing lines caused high g impacts on hard surfaces. (One G = 9.8 ms-2, the acceleration due to earth’s gravity.) Laboratory experiments must be completed to determine the impact thresholds for potato bruising. However, addition of cushioning and removal of steel at many transfers would quickly and inexpensively reduce the impact levels and any related bruise damage.
Impact classification using the instrumented sphere.

[...]

G. K. Brown, N. L. Schulte Pason, E. J. Timm
1 Jan 1990
Journal Article•10.1109/19.65814•
Additional information from flowmeters via signal analysis

[...]

J.E. Amandi-Echendu1, E.H. Higham1•
University of Brighton1
13 Feb 1990
TL;DR: In this paper, the authors demonstrate the new importance of flow measurement signals from the point of view of extracting additional information, which is used to characterize the operational status of a turbine flow meter installed in a plant.
Abstract: The need to enhance the performance of process instrumentation systems by applying modern signal processing techniques has been identified as one of the priority areas for research and development in process instrumentation and process control. It is pointed out that this performance enhancement can be in the form of extracting additional information from flow sensors beyond the customary requirements of the basic process measurement, that is, flow rate. In conjunction with, and within the expert systems approach, an enhanced flowmeter can be utilized for condition monitoring purposes, and for diagnostic engineering management and optimization of process plant operations. The authors demonstrate the new importance of flow measurement signals from the point of view of extracting additional information, which is used to characterize the operational status of a turbine flow meter installed in a plant. The signal processing method is based on the system identification and parametric modelling approach. Qualitative signatures which have been identified for the turbine flow measurement system have also been related to the condition of the process plant. >
Book Chapter•10.1190/1.9781560802785.CH33•
The Engineering Geophysical Sounding Method: Principles, Instrumentation, and Computerized Interpretation

[...]

Imre Fejes, Ernö Jósa
1 Jan 1990
Florida citrus packingline studies with an instrumented sphere.

[...]

W. M. Miller, C. Wagner
1 Jan 1990
Patent•
Incore instrumentation system for a pressurized water reactor

[...]

Stephen N Tower1, Meuschke Robert Edward1•
Westinghouse Electric1
26 Nov 1990
TL;DR: In this paper, a preferred embodiment of the present invention provides an incore instrumentation system for detecting conditions, e.g., neutron flux density, within the core of a pressurized water nuclear reactor (PWR).
Abstract: A preferred embodiment of the present invention provides an incore instrumentation system for detecting conditions, e.g., neutron flux density, within the core of a pressurized water nuclear reactor (PWR). The instrumentation system includes a plurality of long straight thimbles (52), containing fixed incore detectors, which are inserted through the top closure head (18) of the PWR. The invention meets today's principal utility, EPRI, DOE and NRC requirements and preferences, including no bottom RV head penetrations and the use of fixed incore instrumentation. In addition, an instrumentation system according to the invention is mechanically simple with a straight core insertion/removal path that does not conflict with or add significant complexity to the reactor internals.
Journal Article•10.1109/23.106632•
A versatile, programmable control and data acquisition system for complex integrated circuits

[...]

F. Kirsten1, C. Haber1•
Lawrence Berkeley National Laboratory1
01 Apr 1990-IEEE Transactions on Nuclear Science
TL;DR: Two higher-level applications of the system to studies made with the SVX chip are described, giving as examples of the types of procedures which can be performed by this system.
Abstract: A versatile, user-friendly hardware/software system is described. It was designed for facilitating the testing, characterization, and application of complex integrated circuits intended for high- and low-energy physics instrumentation. The system consists of two CAMAC modules and a program generation and data analysis facility hosted by a VAX computer. Two higher-level applications of the system to studies made with the SVX chip are described. These are given as examples of the types of procedures which can be performed by this system. >
Journal Article•
Instrumental neutron activation analysis in a routine way

[...]

P. Bode
01 Jan 1990-Journal of Trace and Microprobe Techniques
TL;DR: Once a system for instrumental neutron activation analysis has been brought to full growth, it might also be preferred to bring it to the level of push-button techniques, to be operated in a routine way and enable the scientists who developed the system to spend their attention to new fields of research instead of carrying out routine analyses.
Abstract: Once a system for instrumental neutron activation analysis has been brought to full growth, it might also be preferred to bring it to the level of push-button techniques, to be operated in a routine way. This enables the scientists who developed the system to spend their attention to new fields of research instead of carrying out routine analyses. At IRI such an approach has been followed and it has led to a system which can be used by guests without having a priori knowledge of activation analysis. Aspects of this system, such as analysis protocols, equipment, software requirements, ease-of-operation and quality control, together with some practical experiences are being discussed
Instrumentation and robotic image processing using top-down model control

[...]

Lawrence W. Stark, Barbara Mills, An H. Nguyen, Huy X. Ngo
1 Feb 1990
TL;DR: Evidence was obtained that repetitive sequences of saccadic eye movements, the scanpath, acted as the checking phase of visual pattern recognition and was apparently generated by a cognitive model and not directly by the visual image.
Abstract: A top-down image processing scheme is described. A three-dimensional model of a robotic working environment, with robot manipulators, workpieces, cameras, and on-the-scene visual enhancements is employed to control and direct the image processing, so that rapid, robust algorithms act in an efficient manner to continually update the model. Only the model parameters are communicated, so that savings in bandwidth are achieved. This image compression by modeling is especially important for control of space telerobotics. The background for this scheme lies in an hypothesis of human vision put forward by the senior author and colleagues almost 20 years ago - the Scanpath Theory. Evidence was obtained that repetitive sequences of saccadic eye movements, the scanpath, acted as the checking phase of visual pattern recognition. Further evidence was obtained that the scanpaths were apparently generated by a cognitive model and not directly by the visual image. This top-down theory of human vision was generalized in some sense to the frame in artificial intelligence. Another source of the concept arose from bioengineering instrumentation for measuring the pupil and eye movements with infrared video cameras and special-purpose hardware.
Book Chapter•10.1016/B978-0-7506-1009-4.50045-7•
The Use of Superelasticity in Guidewires and Arthroscopic Instrumentation

[...]

Jim Stice
1 Jan 1990
Book Chapter•10.1093/oso/9780199630448.003.0007•
Instrumentation and control

[...]

Peter J B Dusseljee, Jan Feijén
18 Jan 1990
TL;DR: Sure, here is the TLDR: The research focuses on instrumentation and control of laboratory fermenters for fermentation process research and microbiological research. The goal is to acquire characteristics of a fermentation process and microorganism through monitored process variables, biochemical and physicochemical analyses.
Abstract: Abstract Laboratory fermenters are used for fermentation process research and for fundamental microbiological research. The main goal of this research is to acquire the characteristics of a given fermentation process and/or microorganism. These characteristics are derived from monitored process variables and biochemical and physicochemical analyses. The research objective will determine the essential process variables to be monitored and/or controlled and the necessary analytical measurements to be performed. These introductory remarks implicity determine the demands for instrumentation and control of a laboratory fermenter. This chapter is concerned with the elaboration and the practical realization of these demands.
Journal Article•10.1145/255129.255159•
A hardware-based performance monitor for the Intel iPSC/2 hypercube

[...]

Allen D. Malony1, Daniel A. Reed1•
University of Illinois at Urbana–Champaign1
1 Jun 1990
TL;DR: The design of HYPERMON is described, a hardware system to capture and record software performance traces generated on the Intel iPSC/2 hypercube and design modifications are suggested that should permit capture of event traces from the coming generation of high-performance distributed memory parallel systems.
Abstract: The complexity of parallel computer systems makes a priori performance prediction difficult and experimental performance analysis crucial. A complete characterization of software and hardware dynamics, needed to understand the performance of high-performance parallel systems, requires execution time performance instrumentation. Although software recording of performance data suffices for low frequency events, capture of detailed, high-frequency performance data ultimately requires hardware support if the performance instrumentation is to remain efficient and unobtrusive.This paper describes the design of HYPERMON, a hardware system to capture and record software performance traces generated on the Intel iPSC/2 hypercube. HYPERMON represents a compromise between fully-passive hardware monitoring and software event tracing; software generated events are extracted from each node, timestamped, and externally recorded by HYPERMON. Using an instrumented version of the iPSC/2 operating system and several application programs, we present a performance analysis of an operational HYPERMON prototype and assess the limitations of the current design. Based on these results, we suggest design modifications that should permit capture of event traces from the coming generation of high-performance distributed memory parallel systems.
Journal Article•10.1021/AC00220A032•
On-valve electrochemical detector for high-speed flow injection analysis

[...]

Joseph Wang1, Ruiliang Li•
New Mexico State University1
01 Nov 1990-Analytical Chemistry
Journal Article•10.1016/S0021-9673(01)91576-6•
Optimization of chromatographic methods by a combination of optimization software and expert systems

[...]

Peter J. Schoenmakers1, Anne Peeters2, Roderick J. Lynch1•
Philips1, Vrije Universiteit Brussel2
11 May 1990-Journal of Chromatography A
TL;DR: An example is presented to demonstrate that the coherent use of several sophisticated computer programs can make method development in chromatography both better and easier.
...

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve