Search NASA⌕ Search

SEARCH · Search NASA

Results for “Module”

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 415 records · Page 23

Micro-Inspector Avionics Module (MAM): A Self-Contained Low Power, Reconfigurable Avionics Platform for Small Spacecrafts and Instruments

This paper describes development of a radiation tolerant, low power, reconfigurable avionics module aimed at meeting the avionics needs of the JPL Micro-Inspector spacecraft. This module represents a complete avionics system, consisting of two PowerPC 405 CPUs embedded within a reconfigurable FPGA fabric of over 8 Million logic gates, 64MB of EDAC protected Flash storage and 128MB of EDAC protected DDR SDRAM or SDRAM memories, along with FPGA SEU mitigation logic, and all necessary power conversion. Processor SEU mitigation is achieved by running the two processors in a lock-step and compare configuration. All of these building blocks are integrated into a double sided circuit board that takes as little as 6 square inches of board space. This module can be embedded into a user system as part of a bigger circuit assembly or as a self contained module. This module is being developed as part of a JPL led Micro-Inspector Program, funded by NASA ESMD aimed at producing a 10Kg micro spacecraft.

configurable↗

Firefighting Module

NASA and the U.S. Coast Guard are working jointly to develop a helicopter transportable firefighting module that can shave precious minutes in combating shipboard or harbor fires. The program was undertaken in 1975, after a series of disastrous fires on oil tankers indicated a need for a lightweight, self-contained system that could be moved quickly to the scene of a fire. A prototype module was delivered to the Coast Guard last year and service testing is under way. The compact module weighs little more than a ton but it contains everything needed to fight a fire. The key component is a high output pump, which delivers up to 2,000 gallons of sea water a minute; the pump can be brought up to maximum output in only one minute after turning on the power source, a small Allison gas turbine engine. The module also contains hose, a foam nozzle and a spray nozzle, three sets of protective clothing for firefighters, and fuel for three hours operation. Designed to be assembled without special tools, the module can be set up for operation in less than 20 minutes.

Source record↗

Low Speed Dynamic Model Investigation of Apollo Command Module Configuration in the Langley Spin Tunnel

An investigation has been conducted in the Langley spin tunnel to determine the dynamic stability of the Apollo command module at low subsonic speeds, both with and without drogue parachutes. The investigation consisted of tests to determine (1) the dynamic stability of the command module alone, (2) the motion of the command module during the deployment of a drogue parachute, (3) the effect of various drogue-parachute configurations on the stability of the command module, and (4) the effect of modifications to the command module to prevent an apex-forward trim condition.

TESTS↗

Small modulation ellipsometry

In an ellipsometer, a phase-modulated, polarized light beam is applied to a sample, electrical signals are obtained representing the orthogonal planes of polarization of the light after it has interacted with the sample and the constants of the sample are calculated from the two resulting electrical signals. The phase modulation is sufficiently small so that the calibration errors are negligible. For this purpose, the phase modulator phase modulates the light within a range of no more than ten degrees modulations peak to peak. The two electrical signals are expanded by Fourier analysis and the coefficients thereof utilized to calculate psi and delta.

Ducharme, Stephen P.↗

Photovoltaic driven multiple quantum well optical modulator

Multiple quantum well (MQW) structures (12) are utilized to provide real-time, reliable, high-performance, optically-addressed spatial-light modulators (SLM) (10). The optically-addressed SLM comprises a vertical stack of quantum well layers (12a) within the penetration depth of an optical write signal 18, a plurality of space charge barriers (12b) having predetermined tunneling times by control of doping and thickness. The material comprising the quantum well layers has a lower bandgap than that of the space charge barrier layers. The write signal modulates a read signal (20). The modulation sensitivity of the device is high and no external voltage source is required. In a preferred embodiment, the SLM having interleaved doped semiconductor layers for driving the MQW photovoltaically is characterized by the use of a shift analogous to the Moss-Burnstein shift caused by the filling of two-dimensional states in the multiple quantum wells, thus allowing high modulation sensitivity in very narrow wells. Arrays (30) may be formed with a plurality of the modulators.

Maserjian, Joseph↗

Airbag Landing Impact Performance Optimization for the Orion Crew Module

This report will discuss the use of advanced simulation techniques to optimize the performance of the proposed Orion Crew Module airbag landing system design. The Boeing Company and the National Aeronautic and Space Administration s Langley Research Center collaborated in the analysis of the proposed airbag landing system for the next generation space shuttle replacement, the Orion spacecraft. Using LS-DYNA to simulate the Crew Module landing impacts, two main objectives were established and achieved: the investigation of potential methods of optimizing the airbag performance in order to reduce rebound on the anti-bottoming bags, lower overall landing loads, and increase overall Crew Module stability; and the determination of the Crew Module stability and load boundaries using the optimized airbag design, based on the potential Crew Module landing pitch angles and ground slopes in both the center of gravity forward and aft configurations. This paper describes the optimization and stability and load boundary studies and presents a summary of the results obtained and key lessons learned from this analysis.

Lee, Timothy J.↗

System and technique for retrieving depth information about a surface by projecting a composite image of modulated light patterns

A technique, associated system and program code, for retrieving depth information about at least one surface of an object. Core features include: projecting a composite image comprising a plurality of modulated structured light patterns, at the object; capturing an image reflected from the surface; and recovering pattern information from the reflected image, for each of the modulated structured light patterns. Pattern information is preferably recovered for each modulated structured light pattern used to create the composite, by performing a demodulation of the reflected image. Reconstruction of the surface can be accomplished by using depth information from the recovered patterns to produce a depth map/mapping thereof. Each signal waveform used for the modulation of a respective structured light pattern, is distinct from each of the other signal waveforms used for the modulation of other structured light patterns of a composite image; these signal waveforms may be selected from suitable types in any combination of distinct signal waveforms, provided the waveforms used are uncorrelated with respect to each other. The depth map/mapping to be utilized in a host of applications, for example: displaying a 3-D view of the object; virtual reality user-interaction interface with a computerized device; face--or other animal feature or inanimate object--recognition and comparison techniques for security or identification purposes; and 3-D video teleconferencing/telecollaboration.

Hassebrook, Laurence G.↗

Heat-Storage Modules Containing LiNO3-3H2O and Graphite Foam

A heat-storage module based on a commercial open-cell graphite foam (Poco-Foam or equivalent) imbued with lithium nitrate trihydrate (LiNO3-3H2O) has been developed as a prototype of other such modules for use as short-term heat sources or heat sinks in the temperature range of approximately 28 to 30 C. In this module, the LiNO3-3H2O serves as a phase-change heat-storage material and the graphite foam as thermally conductive filler for transferring heat to or from the phase-change material. In comparison with typical prior heat-storage modules in which paraffins are the phase-change materials and aluminum fins are the thermally conductive fillers, this module has more than twice the heat-storage capacity per unit volume.

Bootle, John↗

Perl Modules for Constructing Iterators

The Iterator Perl Module provides a general-purpose framework for constructing iterator objects within Perl, and a standard API for interacting with those objects. Iterators are an object-oriented design pattern where a description of a series of values is used in a constructor. Subsequent queries can request values in that series. These Perl modules build on the standard Iterator framework and provide iterators for some other types of values. Iterator::DateTime constructs iterators from DateTime objects or Date::Parse descriptions and ICal/RFC 2445 style re-currence descriptions. It supports a variety of input parameters, including a start to the sequence, an end to the sequence, an Ical/RFC 2445 recurrence describing the frequency of the values in the series, and a format description that can refine the presentation manner of the DateTime. Iterator::String constructs iterators from string representations. This module is useful in contexts where the API consists of supplying a string and getting back an iterator where the specific iteration desired is opaque to the caller. It is of particular value to the Iterator::Hash module which provides nested iterations. Iterator::Hash constructs iterators from Perl hashes that can include multiple iterators. The constructed iterators will return all the permutations of the iterations of the hash by nested iteration of embedded iterators. A hash simply includes a set of keys mapped to values. It is a very common data structure used throughout Perl programming. The Iterator:: Hash module allows a hash to include strings defining iterators (parsed and dispatched with Iterator::String) that are used to construct an overall series of hash values.

Tilmes, Curt↗

Compact, Miniature MMIC Receiver Modules for an MMIC Array Spectrograph

A single-pixel prototype of a W-band detector module with a digital back-end was developed to serve as a building block for large focal-plane arrays of monolithic millimeter-wave integrated circuit (MMIC) detectors. The module uses low-noise amplifiers, diode-based mixers, and a WR10 waveguide input with a coaxial local oscillator. State-of-the-art InP HEMT (high electron mobility transistor) MMIC amplifiers at the front end provide approximately 40 dB of gain. The measured noise temperature of the module, at an ambient temperature of 300 K, was found to be as low as 450 K at 95 GHz. The modules will be used to develop multiple instruments for astrophysics radio telescopes, both on the ground and in space. The prototype is being used by Stanford University to characterize noise performance at cryogenic temperatures. The goal is to achieve a 30-50 K noise temperature around 90 GHz when cooled to a 20 K ambient temperature. Further developments include characterization of the IF in-phase (I) and quadrature (Q) signals as a function of frequency to check amplitude and phase; replacing the InP low-noise amplifiers with state-of-the-art 35-nm-gate-length NGC low-noise amplifiers; interfacing the front-end module with a digital back-end spectrometer; and developing a scheme for local oscillator and IF distribution in a future array. While this MMIC is being developed for use in radio astronomy, it has the potential for use in other industries. Applications include automotive radar (both transmitters and receivers), communication links, radar systems for collision avoidance, production monitors, ground-penetrating sensors, and wireless personal networks.

Kangaslahti, Pekka P.↗

Design and Implementation of a Characterization Test Rig for Evaluating High Bandwidth Liquid Fuel Flow Modulators

A test rig was designed and developed at the NASA Glenn Research Center (GRC) for the purpose of characterizing high bandwidth liquid fuel flow modulator candidates to determine their suitability for combustion instability control research. The test rig is capable of testing flow modulators at up to 600 psia supply pressure and flows of up to 2 gpm. The rig is designed to provide a quiescent flow into the test section in order to isolate the dynamic flow modulations produced by the test article. Both the fuel injector orifice downstream of the test article and the combustor are emulated. The effect of fuel delivery line lengths on modulator dynamic performance can be observed and modified to replicate actual fuel delivery systems. For simplicity, water is currently used as the working fluid, although future plans are to use jet fuel. The rig is instrumented for dynamic pressures and flows and a high-speed data system is used for dynamic data acquisition. Preliminary results have been obtained for one candidate flow modulator.

Saus, Joseph R.↗

Single-Chip T/R Module for 1.2 GHz

A single-chip CMOS-based (complementary-metal-oxide-semiconductorbased) transmit/receive (T/R) module is being developed for L-band radar systems. Previous T/R module implementations required multiple chips employing different technologies (GaAs, Si, and others) combined with off-chip transmission lines and discrete components including circulators. The new design eliminates the bulky circulator, significantly reducing the size and mass of the T/R module. Compared to multi-chip designs, the single-chip CMOS can be implemented with lower cost. These innovations enable cost-effective realization of advanced phased array and synthetic aperture radar systems that require integration of thousands of T/R modules. The circulator is a ferromagnetic device that directs the flow of the RF (radio frequency) power during transmission and reception. During transmission, the circulator delivers the transmitted power from the amplifier to the antenna, while preventing it from damaging the sensitive receiver circuitry. During reception, the circulator directs the energy from the antenna to the low-noise amplifier (LNA) while isolating the output of the power amplifier (PA). In principle, a circulator could be replaced by series transistors acting as electronic switches. However, in practice, the integration of conventional series transistors into a T/R chip introduces significant losses and noise. The prototype single-chip T/R module contains integrated transistor switches, but not connected in series; instead, they are connected in a shunt configuration with resonant circuits (see figure). The shunt/resonant circuit topology not only reduces the losses associated with conventional semiconductor switches but also provides beneficial transformation of impedances for the PA and the LNA. It provides full singlepole/ double-throw switching for the antenna, isolating the LNA from the transmitted signal and isolating the PA from the received signal. During reception, the voltage on control line RX/TX (raised bar) is high, causing the field-effect transistor (FET) switch S1 to be closed, forming a parallel resonant tank circuit L1||C1. This circuit presents high impedance to the left of the antenna, so that the received signal is coupled to the LNA. At the same time, FET switches S2 and S3 are open, so that C2 is removed from the circuit (except for a small parasitic capacitance). The combination of L2 and C3 forms a matching network that transforms the antenna impedance of 50 ohms to a higher value from the perspective of the LNA input terminal. This transformation of impedance improves LNA noise figure by increasing the received voltage delivered to the input transistor. This allows lower transconductance and therefore a smaller transistor, which makes it possible to design the CMOS LNA for low power consumption. During transmission, the voltage on control line RX/TX (raised bar) is low, causing switch S1 to be open. In this configuration, the combination of L1 and C1 transforms the antenna impedance to a lower value from the perspective of the PA. This low impedance is helpful in producing a relatively high output power compatible with the low CMOS operating potential. At the same time, switches S2 and S3 are closed, forming the parallel resonant tank circuit L2||C2. This circuit presents high impedance to the right of the antenna, directing the PA output signal to the antenna and away from the LNA. During this time, S3 presents a short circuit across the LNA input terminals to guarantee that the voltage seen by the LNA is small enough to prevent damage.

Moussessian, Alina↗

Miniature MMIC Low Mass/Power Radiometer Modules for the 180 GHz GeoSTAR Array

We have developed and demonstrated miniature 180 GHz Monolithic Microwave Integrated Circuit (MMIC) radiometer modules that have low noise temperature, low mass and low power consumption. These modules will enable the Geostationary Synthetic Thinned Aperture Radiometer (GeoSTAR) of the Precipitation and All-weather Temperature and Humidity (PATH) Mission for atmospheric temperature and humidity profiling. The GeoSTAR instrument has an array of hundreds of receivers. Technology that was developed included Indium Phosphide (InP) MMIC Low Noise Amplifiers (LNAs) and second harmonic MMIC mixers and I-Q mixers, surface mount Multi-Chip Module (MCM) packages at 180 GHz, and interferometric array at 180 GHz. A complete MMIC chip set for the 180 GHz receiver modules (LNAs and I-Q Second harmonic mixer) was developed. The MMIC LNAs had more than 50% lower noise temperature (NT=300K) than previous state-of-art and MMIC I-Q mixers demonstrated low LO power (3 dBm). Two lots of MMIC wafers were processed with very high DC transconductance of up to 2800 mS/mm for the 35 nm gate length devices. Based on these MMICs a 180 GHz Multichip Module was developed that had a factor of 100 lower mass/volume (16x18x4.5 mm3, 3g) than previous generation 180 GHz receivers.

Monolithic Microwave Integrated Circuit (MMIC)↗

System and technique for retrieving depth information about a surface by projecting a composite image of modulated light patterns

A technique, associated system and program code, for retrieving depth information about at least one surface of an object, such as an anatomical feature. Core features include: projecting a composite image comprising a plurality of modulated structured light patterns, at the anatomical feature; capturing an image reflected from the surface; and recovering pattern information from the reflected image, for each of the modulated structured light patterns. Pattern information is preferably recovered for each modulated structured light pattern used to create the composite, by performing a demodulation of the reflected image. Reconstruction of the surface can be accomplished by using depth information from the recovered patterns to produce a depth map/mapping thereof. Each signal waveform used for the modulation of a respective structured light pattern, is distinct from each of the other signal waveforms used for the modulation of other structured light patterns of a composite image; these signal waveforms may be selected from suitable types in any combination of distinct signal waveforms, provided the waveforms used are uncorrelated with respect to each other. The depth map/mapping to be utilized in a host of applications, for example: displaying a 3-D view of the object; virtual reality user-interaction interface with a computerized device; face--or other animal feature or inanimate object--recognition and comparison techniques for security or identification purposes; and 3-D video teleconferencing/telecollaboration.

Hassebrook, Laurence G.↗

Orion Pad Abort 1 Crew Module Inertia Test Approach and Results

The Flight Loads Laboratory at the Dryden Flight Research Center conducted tests to measure the inertia properties of the Orion Pad Abort 1 (PA-1) Crew Module. These measurements were taken to validate analytical predictions of the inertia properties of the vehicle and assist in reducing uncertainty for derived aero performance results calculated post launch. The first test conducted was to determine the Ixx of the Crew Module. This test approach used a modified torsion pendulum test step up that allowed the suspended Crew Module to rotate about the x axis. The second test used a different approach to measure both the Iyy and Izz properties. This test used a Knife Edge fixture that allowed small rotation of the Crew Module about the y and z axes. Discussions of the techniques and equations used to accomplish each test are presented. Comparisons with the predicted values used for the final flight calculations are made. Problem areas, with explanations and recommendations where available, are addressed. Finally, an evaluation of the value and success of these techniques to measure the moments of inertia of the Crew Module is provided.

Herrera, Claudia↗

Receiver Signal to Noise Ratios for IPDA Lidars Using Sine-wave and Pulsed Laser Modulation and Direct Detections

Integrated path differential absorption (IPDA) lidar can be used to remotely measure the column density of gases in the path to a scattering target [1]. The total column gas molecular density can be derived from the ratio of the laser echo signal power with the laser wavelength on the gas absorption line (on-line) to that off the line (off-line). 80th coherent detection and direct detection IPDA lidar have been used successfully in the past in horizontal path and airborne remote sensing measurements. However, for space based measurements, the signal propagation losses are often orders of magnitude higher and it is important to use the most efficient laser modulation and detection technique to minimize the average laser power and the electrical power from the spacecraft. This paper gives an analysis the receiver signal to noise ratio (SNR) of several laser modulation and detection techniques versus the average received laser power under similar operation environments. Coherent detection [2] can give the best receiver performance when the local oscillator laser is relatively strong and the heterodyne mixing losses are negligible. Coherent detection has a high signal gain and a very narrow bandwidth for the background light and detector dark noise. However, coherent detection must maintain a high degree of coherence between the local oscillator laser and the received signal in both temporal and spatial modes. This often results in a high system complexity and low overall measurement efficiency. For measurements through atmosphere the coherence diameter of the received signal also limits the useful size of the receiver telescope. Direct detection IPDA lidars are simpler to build and have fewer constraints on the transmitter and receiver components. They can use much larger size 'photon-bucket' type telescopes to reduce the demands on the laser transmitter. Here we consider the two most widely used direct detection IPDA lidar techniques. The first technique uses two CW seeder lasers, one on-line and one offline that are intensity modulated by two different frequency sine-waves signals before being amplified by a common laser amplifier. The receiver uses narrowband amplitude demodulation, or lock-in, Signal processing at the given laser modulation frequencies [3,4]. The laser transmitter operates in a quasi CW mode with the peak power equal to twice the average power. The on-line and off-line lasers can be transmitted at the same time without interference. Another direct detection technique uses a low duty cycle pulsed laser modulation [5,6] with the laser wavelengths alternating between on-line and off-line on successive pulses. The receiver uses time resolved detection and can also provide simultaneous target range measurement. With a lower laser duty cycle it requires a much higher peak laser power for the same average power.

Sun, Xiaoli↗

Central-Monitor Software Module

One of the software modules of the emergency-vehicle traffic-light-preemption system of the two preceding articles performs numerous functions for the central monitoring subsystem. This module monitors the states of all units (vehicle transponders and intersection controllers): It provides real-time access to the phases of traffic and pedestrian lights, and maps the positions and states of all emergency vehicles. Most of this module is used for installation and configuration of units as they are added to the system. The module logs all activity in the system, thereby providing information that can be analyzed to minimize response times and optimize response strategies. The module can be used from any location within communication range of the system; with proper configuration, it can also be used via the Internet. It can be integrated into call-response centers, where it can be used for alerting emergency vehicles and managing their responses to specific incidents. A variety of utility subprograms provide access to any or all units for purposes of monitoring, testing, and modification. Included are "sniffer" utility subprograms that monitor incoming and outgoing data for accuracy and timeliness, and that quickly and autonomously shut off malfunctioning vehicle or intersection units.

Bachelder, Aaron↗

Traffic-Light-Preemption Vehicle-Transponder Software Module

A prototype wireless data-communication and control system automatically modifies the switching of traffic lights to give priority to emergency vehicles. The system, which was reported in several NASA Tech Briefs articles at earlier stages of development, includes a transponder on each emergency vehicle, a monitoring and control unit (an intersection controller) at each intersection equipped with traffic lights, and a central monitoring subsystem. An essential component of the system is a software module executed by a microcontroller in each transponder. This module integrates and broadcasts data on the position, velocity, acceleration, and emergency status of the vehicle. The position, velocity, and acceleration data are derived partly from the Global Positioning System, partly from deductive reckoning, and partly from a diagnostic computer aboard the vehicle. The software module also monitors similar broadcasts from other vehicles and from intersection controllers, informs the driver of which intersections it controls, and generates visible and audible alerts to inform the driver of any other emergency vehicles that are close enough to create a potential hazard. The execution of the software module can be monitored remotely and the module can be upgraded remotely and, hence, automatically

Bachelder, Aaron↗