Publications

Refine Results

(Filters Applied) Clear All

Multi-PRI signal processing for the Terminal Doppler Weather Radar, part II: range-velocity ambiguity mitigation

Author:
Published in:
J. Atmos. Ocean. Technol., Vol. 22, No. 10, October 2005, pp. 1507-1519.

Summary

Multiple pulse-repetition interval (multi-PRI) transmission is part of an adaptive signal transmission and processing algorithm being developed to combat range-velocity (RV) ambiguity for the Terminal Doppler Weather Radar (TDWR). In Part I of this two-part paper, an adaptive clutter filtering procedure that yields low biases in the moments estimates was presented. In this part, algorithms for simultaneously providing range-overlay protection and velocity dealiasing using multi-PRI signal transmission and processing are presented. The effectiveness of the multi-PRI RV ambiguity mitigation scheme is demonstrated using simulated and real weather radar data, with excellent results. Combined with the adaptive clutter filter, this technique will be used within the larger context of an adaptive signal transmission and processing scheme in which phase-code processing will be a complementary alternative.
READ LESS

Summary

Multiple pulse-repetition interval (multi-PRI) transmission is part of an adaptive signal transmission and processing algorithm being developed to combat range-velocity (RV) ambiguity for the Terminal Doppler Weather Radar (TDWR). In Part I of this two-part paper, an adaptive clutter filtering procedure that yields low biases in the moments estimates was...

READ MORE

Multi-PRI signal processing for the terminal Doppler weather radar, part I: clutter filtering

Author:
Published in:
J. Atmos. Ocean. Technol., Vol. 22, May 2005, pp. 575-582.

Summary

Multiple pulse repetition interval (multi-PRI) transmission is part of an adaptive signal transmission and processing algorithm being developed to aggressively combat range-velocity ambiguity in weather radars. In the past, operational use of multi-PRI pulse trains has been hampered due to the difficulty in clutter filtering. This paper presents finite impulse response clutter filter designs for multi-PRI signals with excellent magnitude and phase responses. These filters provide strong suppression for use on low-elevation scans and yield low biases of velocity estimates so that accurate velocity dealiasing is possible. Specifically, the filters are designed for use in the Terminal Doppler Weather Radar (TDWR) and are shown to meet base data bias requirements equivalent to the Federal Aviation Administration's specifications for the current TDWR clutter filters. Also an adaptive filter selection algorithm is proposed that bases its decision on clutter power estimated during an initial long-PRI surveillance scan. Simulations show that this adaptive algorithm yields satisfactory biases for reflectivity, velocity, and spectral width. Implementation of such a scheme would enable automatic elimination of anomalous propagation signals and constant adjustment to evolving ground clutter conditions, an improvement over the current TDWR clutter filtering system.
READ LESS

Summary

Multiple pulse repetition interval (multi-PRI) transmission is part of an adaptive signal transmission and processing algorithm being developed to aggressively combat range-velocity ambiguity in weather radars. In the past, operational use of multi-PRI pulse trains has been hampered due to the difficulty in clutter filtering. This paper presents finite impulse...

READ MORE

Automatic dysphonia recognition using biologically-inspired amplitude-modulation features

Published in:
Proc. IEEE Int. Conf. on Acoustics, Speech and Signal Processing, ICASSP, Vol. 1, 19-23 March 2005, pp. I-873 - I-876.

Summary

A dysphonia, or disorder of the mechanisms of phonation in the larynx, can create time-varying amplitude fluctuations in the voice. A model for band-dependent analysis of this amplitude modulation (AM) phenomenon in dysphonic speech is developed from a traditional communications engineering perspective. This perspective challenges current dysphonia analysis methods that analyze AM in the time-domain signal. An automatic dysphonia recognition system is designed to exploit AM in voice using a biologically-inspired model of the inferior colliculus. This system, built upon a Gaussian-mixture-model (GMM) classification backend, recognizes the presence of dysphonia in the voice signal. Recognition experiments using data obtained from the Kay Elemetrics Voice Disorders Database suggest that the system provides complementary information to state-of-the-art mel-cepstral features. We present dysphonia recognition as an approach to developing features that capture glottal source differences in normal speech.
READ LESS

Summary

A dysphonia, or disorder of the mechanisms of phonation in the larynx, can create time-varying amplitude fluctuations in the voice. A model for band-dependent analysis of this amplitude modulation (AM) phenomenon in dysphonic speech is developed from a traditional communications engineering perspective. This perspective challenges current dysphonia analysis methods that...

READ MORE

Parallel MATLAB for extreme virtual memory

Published in:
Proc. of the HPCMP Users Group Conf., 27-30 June 2005, pp. 381-387.

Summary

Many DoD applications have extreme memory requirements, often with data sets larger than memory on a single computer. Such data sets can be addressed with out-of-core methods, which use memory as a "window" to view a section of the data stored on disk at a time. The Parallel Matlab for eXtreme Virtual Memory (pMatlab XVM) library adds out-of-core extensions to the Parallel Matlab (pMatlab) library. The DARPA High Productivity Computing Systems' HPC challenge FFT benchmark has been implemented in C+MPI, pMatlab, pMatlab hand coded for out-of-core and pMatlab XVM. We found that 1) the performance of the C+MPI and pMatlab versions were comparable; 2) the out-of-core versions deliver 80% of the performance of the in-core versions; 3) the out-of-core versions were able to perform a 1 TB (64 billion point) FFT; and 4) the pMatlab XVM program was smaller, easier to implement and verify, and more efficient than its hand coded equivalent. We plan to apply pMatlab XVM to the full HPC challenge benchmark suite. Using next generation hardware, problems sizes a factor of 100 to 1000 times larger should be feasible. We are also transitioning this technology to several DoD signal processing applications. Finally, the flexibility of pMatlab XVM allows hardware designers to experiment with FFT parameters in software before designing hardware for a real-time, ultra-long FFT.
READ LESS

Summary

Many DoD applications have extreme memory requirements, often with data sets larger than memory on a single computer. Such data sets can be addressed with out-of-core methods, which use memory as a "window" to view a section of the data stored on disk at a time. The Parallel Matlab for...

READ MORE

Parallel VSIPL++: an open standard software library for high-performance parallel signal processing

Published in:
Proc. IEEE, Vol. 93, No. 2 , February 2005, pp. 313-330.

Summary

Real-time signal processing consumes the majority of the world's computing power. Increasingly, programmable parallel processors are used to address a wide variety of signal processing applications (e.g., scientific, video, wireless, medical, communication, encoding, radar, sonar, and imaging). In programmable systems, the major challenge is no longer hardware but software. Specifically, the key technical hurdle lies in allowing the user to write programs at high level, while still achieving performance and preserving the portability of the code across parallel computing hardware platforms. The Parallel Vector, Signal, and Image Processing Library (Parallel VSIPL++) addresses this hurdle by providing high-level C++ array constructs, a simple mechanism for mapping data and functions onto parallel hardware, and a community-defined portable interface. This paper presents an overview of the Parallel VSIPL++ standard as well as a deeper description of the technical foundations and expected performance of the library. Parallel VSIPL++ supports adaptive optimization at many levels. The C++ arrays are designed to support automatic hardware specialization by the compiler. The computation objects (e.g., fast Fourier transforms) are built with explicit setup and run stages to allow for runtime optimization. Parallel arrays and functions in Parallel VSIPL++ also support explicit setup and run stages, which are used to accelerate communication operations. The parallel mapping mechanism provides an external interface that allows optimal mappings to be generated offline and read into the system at runtime. Finally, the standard has been developed in collaboration with high performance embedded computing vendors and is compatible with their proprietary approaches to achieving performance.
READ LESS

Summary

Real-time signal processing consumes the majority of the world's computing power. Increasingly, programmable parallel processors are used to address a wide variety of signal processing applications (e.g., scientific, video, wireless, medical, communication, encoding, radar, sonar, and imaging). In programmable systems, the major challenge is no longer hardware but software. Specifically...

READ MORE

Improved range-velocity ambiguity mitigation for the Terminal Doppler Weather Radar

Published in:
11th Conf. on Aviation, Range and Aerospace Meteorology, 4-8 October 2004.

Summary

The Terminal Doppler Weather Radar (TDWR) radar data acquisition (RDA) subsystem is being replaced as part of a broader FAA program to improve the supportability of the system. An engineering prototype RDA has been developed with a scalable, open-systems hardware platform. With the dramatically increased computing power and more flexible transmitter control, modern signal processing algorithms can be implemented to improve the quality of the base data. Nation-wide, the most serious data quality challenge is range-velocity (RV) ambiguity. In a previous study (Cho et al., 2003) we showed that multiple pulse repetition interval (PRI) and constant-PRI phase-code processing have complementary strengths with respect to range-fold protection, and pro-posed an adaptive waveform and processing selection scheme on a radial-by-radial basis. Here we describe the scheme and give more details about the clutter filtering and velocity dealiasing algorithms to be used on the two types of signals.
READ LESS

Summary

The Terminal Doppler Weather Radar (TDWR) radar data acquisition (RDA) subsystem is being replaced as part of a broader FAA program to improve the supportability of the system. An engineering prototype RDA has been developed with a scalable, open-systems hardware platform. With the dramatically increased computing power and more flexible...

READ MORE

Wideband aperture coherence processing for next generation radar (NexGen)

Summary

This report develops robust signal processing architectures and algorithms specifically designed to achieve multi-aperture coherence on transmit and receive. A key feature of our approach is the use of orthogonal radar waveforms that allow the monostatic and bistatic target returns to be separated at each receiver's matched filter output. By analyzing these returns, we may determine the appropriate transmit times and phases in order to cohere the various radar apertures using both narrowband and wideband waveforms. This process increases the array gain on receive to N2 instead of N for the single transmitter case. Furthermore, when hll coherence on transmit is achieved, the array gain is N3. The performance of our coherence algorithms is quantified using Monte Carlo simulations and compared to the Cramer-Rao lower bound. A computational complexity study shows that our aperture coherence algorithms are suitable for a realtime implementation on an SGI Origin 3000 multi-processor computer.
READ LESS

Summary

This report develops robust signal processing architectures and algorithms specifically designed to achieve multi-aperture coherence on transmit and receive. A key feature of our approach is the use of orthogonal radar waveforms that allow the monostatic and bistatic target returns to be separated at each receiver's matched filter output. By...

READ MORE

Optical down-sampling of wide-band microwave signals

Published in:
J. Lightwave Technol., Vol. 21, No. 12, December 2003, pp. 3116-3124.

Summary

Phase-encoded optical sampling allows radio-frequency and microwave signals to be directly down-converted and digitized with high linearity and greater than 60-dB (10-effective-bit) signal-to-noise ratio. Wide-band electrical signals can be processed using relatively low optical sampling rates provided that the instantaneous signal bandwidth is less than the Nyquist sampling bandwidth. We demonstrate the capabilities of this technique by using a 60-MS/s system to down-sample two different FM chirp signals: 1) a baseband (0-250 MHz) linear-chirp waveform and 2) a nonlinear-chirp waveform having a 10-GHz center frequency and a frequency excursion of 1 GHz. We characterize the frequency response of the technique and quantify the analog bandwidth limitation due to the optical pulse width. The 3-dB bandwidth imposed by a 30-ps sampling pulse is shown to be 10.4 GHz. We also investigate the impact of the pulse width on the linearity of the phase-encoded optical sampling technique when it is used to sample high-frequency signals.
READ LESS

Summary

Phase-encoded optical sampling allows radio-frequency and microwave signals to be directly down-converted and digitized with high linearity and greater than 60-dB (10-effective-bit) signal-to-noise ratio. Wide-band electrical signals can be processed using relatively low optical sampling rates provided that the instantaneous signal bandwidth is less than the Nyquist sampling bandwidth. We...

READ MORE

Range-velocity ambiguity mitigation schemes for the enhanced Terminal Doppler Weather Radar

Published in:
37th Int. Conf. on Radar Meteorology, 6-12 August 2003.

Summary

The Terminal Doppler Weather Radar (TDWR) radar data acquisition (RDA) subsystem is being replaced as part of a broader FAA program to improve the supportability of the system. An engineering prototype RDA is under development that will provide a modern, open-systems hardware platform and standards-compliant software. The new platform also provides an opportunity to insert algorithms to improve the quality of existing base data products, as well as support future enhancements to the aviation weather services provided by TDWR. There are several outstanding data quality issues with the TDWR. In this paper, we focus on mitigation schemes for the range-velocity ambiguity problem that is especially severe for C-band weather radars such as the TDWR.
READ LESS

Summary

The Terminal Doppler Weather Radar (TDWR) radar data acquisition (RDA) subsystem is being replaced as part of a broader FAA program to improve the supportability of the system. An engineering prototype RDA is under development that will provide a modern, open-systems hardware platform and standards-compliant software. The new platform also...

READ MORE

Channel robust speaker verification via feature mapping

Published in:
Proc. IEEE Int. Conf. on Acoustics, Speech and Signal Processing, ICASSP, Vol. II, 6-10 April 2003, pp. II-53 - II-56.

Summary

In speaker recognition applications, channel variability is a major cause of errors. Techniques in the feature, model and score domains have been applied to mitigate channel effects. In this paper we present a new feature mapping technique that maps feature vectors into a channel independent space. The feature mapping learns mapping parameters from a set of channel-dependent models derived for a channel-dependent models derived from a channel-independent model via MAP adaptation. The technique is developed primarily for speaker verification, but can be applied for feature normalization in speech recognition applications. Results are presented on NIST landline and cellular telephone speech corpora where it is shown that feature mapping provides significant performance improvements over baseline systems and similar performance to Hnorm and Speaker-Model-Synthesis (SMS).
READ LESS

Summary

In speaker recognition applications, channel variability is a major cause of errors. Techniques in the feature, model and score domains have been applied to mitigate channel effects. In this paper we present a new feature mapping technique that maps feature vectors into a channel independent space. The feature mapping learns...

READ MORE