Search NASASearch

SEARCH · Search NASA

Results for “COMPARATOR”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

An Analysis Technique/Automated Tool for Comparing and Tracking Analysis Modes of Different Finite Element Models

An analysis technique was developed to compare and track mode shapes for different Finite Element Models. The technique may be applied to a variety of structural dynamics analyses, including model reduction validation (comparing unreduced and reduced models), mode tracking for various parametric analyses (e.g., launch vehicle model dispersion analysis to identify sensitivities to modal gain for Guidance, Navigation, and Control), comparing models of different mesh fidelity (e.g., a coarse model for a preliminary analysis compared to a higher-fidelity model for a detailed analysis) and mode tracking for a structure with properties that change over time (e.g., a launch vehicle from liftoff through end-of-burn, with propellant being expended during the flight). Mode shapes for different models are compared and tracked using several numerical indicators, including traditional Cross-Orthogonality and Modal Assurance Criteria approaches, as well as numerical indicators obtained by comparing modal strain energy and kinetic energy distributions. This analysis technique has been used to reliably identify correlated mode shapes for complex Finite Element Models that would otherwise be difficult to compare using traditional techniques. This improved approach also utilizes an adaptive mode tracking algorithm that allows for automated tracking when working with complex models and/or comparing a large group of models.

Towner, Robert L.

Video event trigger and tracking system using fuzzy comparators

A video observation method and apparatus, the apparatus having a frame storage mechanism, a dividing mechanism, a plurality of fuzzy comparators and a trigger signal mechanism. The frame storage mechanism stores at least one non-current video frame of a viewing field. The dividing mechanism divides a current video frame of the viewing field and the at least one non-current video frame into a plurality of corresponding trigger sections. The plurality of fuzzy comparators each compare and detect a fuzzy logic difference between one trigger section of the current video frame and the corresponding trigger sections of the at least one non-current video frame, the number of fuzzy comparators being selected so that every trigger section of the current video frame is compared. The trigger signal mechanism provides a trigger signal when a fuzzy logic difference is detected between any of the corresponding current and non-current trigger sections. A video observation mechanism and data reducing mechanism may be included with the above apparatus or alone with only a frame storage mechanism, a single generic comparator and a trigger signal mechanism. The video observation mechanism provides a video data stream, wherein each pixel of each frame of a viewing field is provided as multiple bits of data. The data reducing mechanism reduces each set of multiple bits of data which correspond to each pixel to one bit of binary data based on whether the pixel has a level of grey which is above or below a threshold level of grey.

Williams, Glenn L.

Lessons from an evolving rRNA: 16S and 23S rRNA structures from a comparative perspective

The 16S and 23S rRNA higher-order structures inferred from comparative analysis are now quite refined. The models presented here differ from their immediate predecessors only in minor detail. Thus, it is safe to assert that all of the standard secondary-structure elements in (prokaryotic) rRNAs have been identified, with approximately 90% of the individual base pairs in each molecule having independent comparative support, and that at least some of the tertiary interactions have been revealed. It is interesting to compare the rRNAs in this respect with tRNA, whose higher-order structure is known in detail from its crystal structure (36) (Table 2). It can be seen that rRNAs have as great a fraction of their sequence in established secondary-structure elements as does tRNA. However, the fact that the former show a much lower fraction of identified tertiary interactions and a greater fraction of unpaired nucleotides than the latter implies that many of the rRNA tertiary interactions remain to be located. (Alternatively, the ribosome might involve protein-rRNA rather than intramolecular rRNA interactions to stabilize three-dimensional structure.) Experimental studies on rRNA are consistent to a first approximation with the structures proposed here, confirming the basic assumption of comparative analysis, i.e., that bases whose compositions strictly covary are physically interacting. In the exhaustive study of Moazed et al. (45) on protection of the bases in the small-subunit rRNA against chemical modification, the vast majority of bases inferred to pair by covariation are found to be protected from chemical modification, both in isolated small-subunit rRNA and in the 30S subunit. The majority of the tertiary interactions are reflected in the chemical protection data as well (45). On the other hand, many of the bases not shown as paired in Fig. 1 are accessible to chemical attack (45). However, in this case a sizeable fraction of them are also protected against chemical modification (in the isolated rRNA), which suggests that considerable higher-order structure remains to be found (although all of it may not involve base-base interactions and so may not be detectable by comparative analysis). The agreement between the higher-order structure of the small-subunit rRNA and protection against chemical modification is not perfect, however; some bases shown to covary canonically are accessible to chemical modification (45).(ABSTRACT TRUNCATED AT 400 WORDS).

Review

ncompare: A Python Package for Comparing netCDF Structures

Earth science researchers and data engineers have a common problem: they often need to compare data files to see what is different between them. A lot of time is spent developing code to test differences. When it comes to comparing multidimensional data file formats like netCDFs (Network Common Data Form), this is particularly challenging and time-consuming, since there is frequently a need to evaluate the differences between dimension sizes, variable structures, and variable attributes, especially for regression testing. Since netCDFs are widely used in Earth science — with climate models, oceanographic or atmospheric reanalyses, and observational data — improved means of evaluating netCDF files can help enable a wide range of applications. We have developed a reusable open source approach through `ncompare`, which is a Python package for comparing netCDF structures [[https://github.com/nasa/ncompare]]. The `ncompare` tool compares the structure of two Network Common Data Form (NetCDF) files at the command line. It facilitates rapid comparisons by generating a formatted display of the matching and non-matching groups, variables, and associated metadata between two NetCDF datasets. The user has the option to colorize the terminal output for ease of viewing, and `ncompare` can optionally save comparison reports in text, comma-separated value (CSV), and/or Microsoft Excel formats. Despite the availability of tools (such as ncmpidiff or nccmp) that compare the values of variables, there was not previously a readily available, Python-based tool for rapid visual comparisons of group and variable structures, attributes, and chunking. `ncompare` was developed at NASA’s Atmospheric Science Data Center (ASDC) and is a collaboration with NASA Openscapes [[https://nasa-openscapes.github.io]] mentors across 11 of NASA’s data centers. Openscapes’ overarching vision is to support scientific researchers using NASA Earthdata as they migrate their workflows to the cloud. Relevant links: - https://github.com/nasa/ncompare - https://github.com/pyOpenSci/software-submission/issues/146 - https://nasa-openscapes.github.io

Daniel Kaufman

CRITICA: coding region identification tool invoking comparative analysis

Gene recognition is essential to understanding existing and future DNA sequence data. CRITICA (Coding Region Identification Tool Invoking Comparative Analysis) is a suite of programs for identifying likely protein-coding sequences in DNA by combining comparative analysis of DNA sequences with more common noncomparative methods. In the comparative component of the analysis, regions of DNA are aligned with related sequences from the DNA databases; if the translation of the aligned sequences has greater amino acid identity than expected for the observed percentage nucleotide identity, this is interpreted as evidence for coding. CRITICA also incorporates noncomparative information derived from the relative frequencies of hexanucleotides in coding frames versus other contexts (i.e., dicodon bias). The dicodon usage information is derived by iterative analysis of the data, such that CRITICA is not dependent on the existence or accuracy of coding sequence annotations in the databases. This independence makes the method particularly well suited for the analysis of novel genomes. CRITICA was tested by analyzing the available Salmonella typhimurium DNA sequences. Its predictions were compared with the DNA sequence annotations and with the predictions of GenMark. CRITICA proved to be more accurate than GenMark, and moreover, many of its predictions that would seem to be errors instead reflect problems in the sequence databases. The source code of CRITICA is freely available by anonymous FTP (rdp.life.uiuc.edu in/pub/critica) and on the World Wide Web (http:/(/)rdpwww.life.uiuc.edu).

Non-NASA Center

Statistical correlation analysis for comparing vibration data from test and analysis

A theory was developed to compare vibration modes obtained by NASTRAN analysis with those obtained experimentally. Because many more analytical modes can be obtained than experimental modes, the analytical set was treated as expansion functions for putting both sources in comparative form. The dimensional symmetry was developed for three general cases: nonsymmetric whole model compared with a nonsymmetric whole structural test, symmetric analytical portion compared with a symmetric experimental portion, and analytical symmetric portion with a whole experimental test. The theory was coded and a statistical correlation program was installed as a utility. The theory is established with small classical structures.

Butler, T. G.

Solar system exploration from the Moon: Synoptic and comparative study of bodies in our Planetary system

An observational approach to Planetary Sciences and exploration from Earth applies to a quite limited number of targets, but most of these are spatially complex, and exhibit variability and evolution on a number of temporal scales which lie within the scope of possible observations. Advancing our understanding of the underlying physics requires the study of interactions between the various elements of such systems, and also requires study of the comparative response of both a given object to various conditions and of comparable objects to similar conditions. These studies are best conducted in 'campaigns', i.e. comprehensive programs combining simultaneous coherent observations of every interacting piece of the puzzle. The requirements include both imaging and spectroscopy over a wide spectral range, from UV to IR. While temporal simultaneity of operation in various modes is a key feature, these observations are also conducted over extended periods of time. The moon is a prime site offering long unbroken observation times and high positional stability, observations at small angular separation from the sun, comparative studies of planet Earth, and valuable technical advantages. A lunar observatory should become a central piece of any coherent set of planetary missions, supplying in-situ explorations with the synoptic and comparative data necessary for proper advance planning, correlative observations during the active exploratory phase, and follow-up studies of the target body or of related objects.

Bruston, P.

TRMM-based Merged Data Products Compared to Global Precipitation Climatology Project (GPCP) Analyses

This paper describes recent results of using Tropical Rainfall Measuring Mission (TRMM) (launched in November 1997) information as the key calibration tool; in a merged analysis on a 1 degree x l degree latitude/longitude monthly scale based on multiple satellite sources and raingauge analyses. The TRMM-based product will be compared with the community-based Global Precipitation Climatology Project (GPCP) results. The long-term GPCP analysis is compared to the new TRMM-based analysis which uses the most accurate TRMM information to calibrate the estimates from the Special Sensor Microwave/Imager (SSM/I) and geosynchronous IR observations and merges those estimates together with the TRMM and gauge information to produce accurate rainfall estimates with the increased sampling provided by the combined satellite information. The comparison with TRMM results on a month-to-month basis should clarify the strengths and weaknesses of the long-term GPCP product in the tropics and point to how to improve the monitoring analysis. Preliminary results from the TRMM merged satellite analysis indicates close agreement with the GPCP estimates. By the time of the meeting over a year of TRMM products will be available for comparison. Global tropical and regional values will be compared. Seasonal variations, and variations associated with the 1998 El Nino/Southern Oscillation ENSO event will be examined and compared between the two analyses. These variations will be examined carefully and validated where possible from surface-based radar and gauge observations. The role of TRMM observations in the refinement of the long-term monitoring product will be outlined.

Adler, Robert F.

Optimal Scales for Comparing Satellite and Rain-Gauge Rainfall Estimates for Verification Purposes

In spite of all their problems, rain gauges measure rainfall in such a direct way when compared with other methods of estimating rainfall that comparing their totals to satellite estimates remains an essential tool in the validation of satellite products. Some disagreement between averages of satellite data and rain-gauge data is expected because of the very different sampling patterns of the two systems--the satellite provides only occasional snapshots of large areas, whereas rain gauges provide continuous measurements over very small areas. The comparison of the two requires that some quantitative measure be supplied for the amount of disagreement that can be tolerated due to the differences in sampling. As part of an effort to determine the sampling error of satellite averages, a space-time model for rainfall statistics was developed and its parameters fit to radar data from a field experiment conducted near the Inter-Tropical Convergence Zone (ITCZ) in the eastern Atlantic (GATE). Although the model was intended to represent the statistics of relatively large scale fluctuations of rain, it is surprisingly consistent with the very different scales on which rain gauges observe. It can therefore be used to study some of the issues involved with comparing rain-gauge averages to satellite averages. Its implications for the best time and space scales for comparing the two will be discussed.

Bell, Thomas L.

EFQPSK Versus CERN: A Comparative Study

This report presents a comparative study on Enhanced Feher's Quadrature Phase Shift Keying (EFQPSK) and Constrained Envelope Root Nyquist (CERN) techniques. These two techniques have been developed in recent times to provide high spectral and power efficiencies under nonlinear amplifier environment. The purpose of this study is to gain insights into these techniques and to help system planners and designers with an appropriate set of guidelines for using these techniques. The comparative study presented in this report relies on effective simulation models and procedures. Therefore, a significant part of this report is devoted to understanding the mathematical and simulation models of the techniques and their set-up procedures. In particular, mathematical models of EFQPSK and CERN, effects of the sampling rate in discrete time signal representation, and modeling of nonlinear amplifiers and predistorters have been considered in detail. The results of this study show that both EFQPSK and CERN signals provide spectrally efficient communications compared to filtered conventional linear modulation techniques when a nonlinear power amplifier is used. However, there are important differences. The spectral efficiency of CERN signals, with a small amount of input backoff, is significantly better than that of EFQPSK signals if the nonlinear amplifier is an ideal clipper. However, to achieve such spectral efficiencies with a practical nonlinear amplifier, CERN processing requires a predistorter which effectively translates the amplifier's characteristics close to those of an ideal clipper. Thus, the spectral performance of CERN signals strongly depends on the predistorter. EFQPSK signals, on the other hand, do not need such predistorters since their spectra are almost unaffected by the nonlinear amplifier, Ibis report discusses several receiver structures for EFQPSK signals. It is observed that optimal receiver structures can be realized for both coded and uncoded EFQPSK signals with not too much increase in computational complexity. When a nonlinear amplifier is used, the bit error rate (BER) performance of the CERN signals with a matched filter receiver is found to be more than one decibel (dB) worse compared to the bit error performance of EFQPSK signals. Although channel coding is found to provide BER performance improvement for both EFQPSK and CERN signals, the performance of EFQPSK signals remains better than that of CERN. Optimal receiver structures for CERN signals with nonlinear equalization is left as a possible future work. Based on the numerical results, it is concluded that, in nonlinear channels, CERN processing leads towards better bandwidth efficiency with a compromise in power efficiency. Hence for bandwidth efficient communications needs, CERN is a good solution provided effective adaptive predistorters can be realized. On the other hand, EFQPSK signals provide a good power efficient solution with a compromise in band width efficiency.

Borah, Deva K.

The effect of purified compared with nonpurified diet on bone changes induced by hindlimb suspension of female rats

The purpose of this study was to compare the bone changes induced by unloading in rats fed different diets, because space flight studies use a semipurified diet, whereas space flight simulation studies typically use nonpurified diets. Female Sprague-Dawley rats were fed a purified American Institute of Nutrition (AIN) 93G diet or a standard nonpurified diet and kept ambulatory or subjected to unloading by hindlimb suspension (HLS) for 38 days. Bone mineral content (BMC), mechanical strength, and factors related to the diet that affect bone (i.e., urinary calcium excretion, estradiol, and corticosterone) were measured. Average food intakes (grams per day) differed for diets, but caloric intake (kilocalories per day) and the final body masses of treatment groups were similar. The HLS-induced decrease in femoral BMC was not statistically different for rats fed a nonpurified diet (-8.6%) compared with a purified AIN-93G diet (-11.4%). The HLS-induced decrease in femoral mechanical strength was not statistically different for rats fed a nonpurified diet (-24%) compared with a purified AIN-93G diet (-31%). However, bone lengths were decreased (P < 0.05) in rats fed a nonpurified diet compared with a purified diet. Plasma estradiol levels were lower (P < 0.05) in the HLS/AIN-93G group but similar in the HLS and ambulatory rats fed a nonpurified diet. Plasma estradiol was related to femoral BMC (r = 0.85, P < 0.01). Urinary calcium excretion was higher (P < 0.05) in rats fed a nonpurified diet than those fed a purified AIN-93G diet, which is consistent with the higher level of calcium in the nonpurified diet. Urinary corticosterone levels were higher (P < 0.05) in rats fed a nonpurified diet than rats fed the AIN-93G diet. Although the osteopenia induced by unloading was similar in both diet groups, there were differences in longitudinal bone growth, calcium excretion, plasma estradiol levels, and urinary corticosterone levels. Results indicate that the type of standard diet used is an important factor to consider when measuring bone end points.

Bone and Bones/pathology

Comparing a Fischer-Tropsch Alternate Fuel to JP-8 and Their 50-50 Blend: Flow and Flame Visualization Results

Combustion performance of a Fischer-Tropsch (FT) jet fuel manufactured by Sasol was compared to JP-8 and a 50-50 blend of the two fuels, using the NASA/Woodward 9 point Lean Direct Injector (LDI) in its baseline configuration. The baseline LDI configuration uses 60deg axial air-swirlers, whose vanes generate clockwise swirl, in the streamwise sense. For all cases, the fuel-air equivalence ratio was 0.455, and the combustor inlet pressure and pressure drop were 10-bar and 4 percent. The three inlet temperatures used were 828, 728, and 617 K. The objectives of this experiment were to visually compare JP-8 flames with FT flames for gross features. Specifically, we sought to ascertain in a simple way visible luminosity, sooting, and primary flame length of the FT compared to a standard JP grade fuel. We used color video imaging and high-speed imaging to achieve these goals. The flame color provided a way to qualitatively compare soot formation. The length of the luminous signal measured using the high speed camera allowed an assessment of primary flame length. It was determined that the shortest flames resulted from the FT fuel.

Hicks, Yolanda R.

Application of Aura OMI L2G Products Compared with NASA MERRA-2 Assimilation

The Ozone Monitoring Instrument (OMI) is one of the instruments aboard NASA's Aura satellite. It measures ozone total column and vertical profile, aerosols, clouds, and trace gases including NO2, SO2, HCHO, BrO, and OClO using absorption in the ultraviolet electromagnetic spectrum (280 - 400 nm). OMI Level-2G (L2G) products are based on the pixel-level OMI granule satellite measurements stored within global 0.25 deg. X 0.25 deg. grids, therefore they conserve all the Level 2 (L2) spatial and temporal details for 24 hours of scientific data in one file. The second Modern-Era Retrospective analysis for Research and Applications (MERRA-2) is NASA's atmospheric reanalysis, using an upgraded version of Goddard Earth Observing System Model, version 5 (GEOS-5) data assimilation system. MERRA-2 includes aerosol data reanalysis and improved representations of stratospheric ozone, compared with its predecessor MERRA, in both instantaneous and time-averaged collections. It is found that simply comparing satellite Level-3 products might cause biases, due to lack of detailed temporal and original retrieval information. It is therefore preferable to inter-compare or implement satellite derived physical quantities directly with/to model assimilation with as high temporal and spatial resolutions as possible. This study will demonstrate utilization of OMI L2G daily aerosol and ozone products by comparing them with MERRA-2 hourly aerosol/ozone simulations, matched in both space and time aspects. Both OMI and MERRA-2 products are accessible online through NASA Goddard Earth Sciences Data Information Services Center (GES DISC, https://disc.gsfc.nasa.gov/).

OMI L2G products

A Comparative Assessment of Evolvable Martian ISRU Propellant Production for Future Human Missions

In 2022, NASA released its “Moon to Mars Strategy and Objectives Development” document, containing top-level goals and objectives designed to create a blueprint for sustained human presence and exploration throughout the solar system. One objective in this “blueprint” calls for the demonstration of “…Mars ISRU capabilities to support an initial human Mars exploration campaign.” NASA is looking at both the benefits and liens of this concept, as one of several trade space aspects under consideration, for inclusion in the overall architecture of the human exploration of Mars. This paper summarizes results from a series of Martian ISRU-focused trade studies from 2023 and 2024. These studies cover five different approaches to providing propellants for returning crew and equipment from the surface of Mars, using several different combinations of propellants delivered (from Earth) and produced from Martian feedstock material. For comparison purposes, the same ISRU infrastructure elements were used across all options wherever possible. The equipment mass, power, operational complexity, and time needed to produce some or all of these propellants have been quantified and compared when used in a common mission scenario. Analysis results for each option are discussed. Performance parameters for these options are compared side-by-side and observations made, including the positive and negative aspects of each case. The possibility of evolving from a simpler ISRU case to more complex cases that would potentially lead to more sustainable operations are also discussed. While no single case emerged as “better” in all aspects when compared to the others, there are distinct advantages and disadvantages that did emerge when comparing the results generated from a common set of assumptions for all cases. Consequently, specific mission objectives may determine which of these advantages or disadvantages are important for choosing among the cases that could benefit any particular mission or campaign.

Mars

A Comparative Assessment of Evolvable Martian ISRU Propellant Production for Future Human Missions

In 2022, NASA released its “Moon to Mars Strategy and Objectives Development” document, containing top-level goals and objectives designed to create a blueprint for sustained human presence and exploration throughout the solar system. One objective in this “blueprint” calls for the demonstration of “…Mars ISRU capabilities to support an initial human Mars exploration campaign.” NASA is looking at both the benefits and liens of this concept, as one of several trade space aspects under consideration, for inclusion in the overall architecture of the human exploration of Mars. This paper summarizes results from a series of Martian ISRU-focused trade studies from 2023 and 2024. These studies cover five different approaches to providing propellants for returning crew and equipment from the surface of Mars, using several different combinations of propellants delivered (from Earth) and produced from Martian feedstock material. For comparison purposes, the same ISRU infrastructure elements were used across all options wherever possible. The equipment mass, power, operational complexity, and time needed to produce some or all of these propellants have been quantified and compared when used in a common mission scenario. Analysis results for each option are discussed. Performance parameters for these options are compared side-by-side and observations made, including the positive and negative aspects of each case. The possibility of evolving from a simpler ISRU case to more complex cases that would potentially lead to more sustainable operations are also discussed. While no single case emerged as “better” in all aspects when compared to the others, there are distinct advantages and disadvantages that did emerge when comparing the results generated from a common set of assumptions for all cases. Consequently, specific mission objectives may determine which of these advantages or disadvantages are important for choosing among the cases that could benefit any particular mission or campaign.

Propellant

A comparative interregional analysis of selected data from LANDSAT-1 and EREP for the inventory and monitoring of natural ecosystems

Comparative statistics were presented on the capability of LANDSAT-1 and three of the Skylab remote sensing systems (S-190A, S-190B, S-192) for the recognition and inventory of analogous natural vegetations and landscape features important in resource allocation and management. Two analogous regions presenting vegetational zonation from salt desert to alpine conditions above the timberline were observed, emphasizing the visual interpretation mode in the investigation. An hierarchical legend system was used as the basic classification of all land surface features. Comparative tests were run on image identifiability with the different sensor systems, and mapping and interpretation tests were made both in monocular and stereo interpretation with all systems except the S-192. Significant advantage was found in the use of stereo from space when image analysis is by visual or visual-machine-aided interactive systems. Some cost factors in mapping from space are identified. The various image types are compared and an operational system is postulated.

Poulton, C. E.

Methods for comparative evaluation of propulsion system designs for supersonic aircraft

The propulsion system comparative evaluation study was conducted to define a rapid, approximate method for evaluating the effects of propulsion system changes for an advanced supersonic cruise airplane, and to verify the approximate method by comparing its mission performance results with those from a more detailed analysis. A table look up computer program was developed to determine nacelle drag increments for a range of parametric nacelle shapes and sizes. Aircraft sensitivities to propulsion parameters were defined. Nacelle shapes, installed weights, and installed performance was determined for four study engines selected from the NASA supersonic cruise aircraft research (SCAR) engine studies program. Both rapid evaluation method (using sensitivities) and traditional preliminary design methods were then used to assess the four engines. The method was found to compare well with the more detailed analyses.

Tyson, R. M.

The prominence-corona interface compared with the chromosphere-corona transition region

The intensities of 52 optically thin EUV emission lines formed at temperatures of 350,000 to 2.2 million K in nine hedgerow prominences observed at the limb are compared with the intensities of the same lines formed within network cells at the center of the solar disk in order to compare the prominence-corona interface (PC) with the chromosphere-corona transition region (CC). It is found for all nine prominences that the ratio of the intensity of a line measured in a cell to that in a prominence decreases with increasing temperature approximately as the -0.6 power of temperature. This ratio is used as the basis for comparing the PC with the CC in the framework of two different geometries wherein the prominence consists of one or more identical fully resolved slabs or threads in the line of sight or contains one or more identical unresolved cylindrical threads. It is concluded that three effects may contribute to the systematic difference between the PC and the CC: (1) the pressure within the PC might increase outward; (2) the temperature gradient within the PC might increase more slowly with temperature than in the CC; and (3) the unresolved internal geometry of a prominence can directly explain some, but not all, of the systematic difference.

Orrall, F. Q.