Properties and Applications of Ultrasonic Doppler Sensing in Human-Computer Interaction

Size: px
Start display at page:

Download "Properties and Applications of Ultrasonic Doppler Sensing in Human-Computer Interaction"

Transcription

1 Properties and Applications of Ultrasonic Doppler Sensing in Human-Computer Interaction Bhiksha Raj 1 Kaustubh Kalgaonkar 2 Chris Harrison 1 Paul Dietz 3 1 Carnegie Mellon University Pittsburgh, PA {bhiksha, 2 School of Electrical and Comp. Engineering Georgia Institute of Technology Atlanta, GA kaustubh.kalgaonkar@gatech.edu 3 Applied Sciences Group Microsoft Redmond, WA paul.dietz@microsoft.com ABSTRACT We present an overview of our work on ultrasonic Doppler sensing. This is a technique that captures data on the relative velocities of objects in the field of detection. We draw upon our experiences using the technology to characterize several unique properties that significantly differentiate it from other sensing techniques, and we believe merit attention from the HCI community. These include high frame rate, low computational overhead, instantaneous velocity readings (instead of e.g., frame differencing), and some degree of range independence. Additionally, because it is not vision-based, the technique may sidestep privacy concerns found in many camera-driven approaches, potentially opening the door to sensing in once taboo locations, such as homes, restrooms, hospitals, and schools. INTRODUCTION Sensors are the eyes, ears and skin of computing interfaces. Whether they are simple buttons or sophisticated vision systems, we are empowered by their capabilities and constrained by their shortcomings. A tremendous amount of HCI research has centered on maximizing the effectiveness and utility of these channels. These developments, in concert with significant advances in electronics, have enabled us to bring the power of computation to a wider audience and into more aspects of our lives. Researchers and practitioners can now draw upon a large suite of sensing technologies for their work. Relying on thermal, chemical, electromagnetic, optical, acoustic, mechanical and other means, these sensors can detect blood pressure, faces, hand gestures, temperature, humidity, pupil dilation, acceleration, proximities and many other aspects of our state and environment (see, e.g., [6,13]). In this paper, we present an overview of our work on an ultrasonic Doppler sensor. Instead of operating like sonar (e.g., ultrasonic range finders and proximity sensors), which sends out pings of ultrasonic sound, our sensor emits a single, continuous tone. This bounces off objects in the detection field. In a static environment, the return signal will be at the same frequency, but with a different phase and amplitude. However, if an object is moving, the echoes are Doppler shifted, creating components at other frequencies, proportional to their velocity relative to the sensor (Figure 1). This property, discussed in depth subsequently, gives the sensor a significantly different character from other sensing techniques. We believe these qualities make it a valuable addition to the suite of sensors HCI researchers and practitioners should consider in their applications. We note that both ultrasound and Doppler sensing have been used for a variety of purposes in many tasks. The largest use of ultrasound has been for medical [14] and structural diagnostics [28]. Outside of diagnostic purposes, ultrasound has largely been used for ranging, e.g. [15]. Other interactive applications have been few, and generally centered around the principles used in diagnostic imaging e.g. [16] or ranging. Doppler radars, in addition to their well-known uses in aviation, meteorology, speed guns etc., have also been widely used in commercial and domestic settings for motion detection, intruder alarms (e.g. [27]), light control etc. In the area of human-computer interaction their use has largely been directed towards the characterization and analysis of human gait [17-21], and, to a much smaller extent, as a sensing mechanism for recognizing gestures [22-25]. However, despite the development of micro-doppler sensors [18], Doppler radar remains a relatively expensive option, requiring either complicated hardware design e.g. [24] or specialized hardware, e.g. [18]. 1

2 Our Doppler ultrasound sensor, on the other hand, is constructed from off-the-shelf components, is simple in design, versatile, and lends itself to a variety of different uses as we demonstrate through the example applications we describe later in the paper. DOPPLER-BASED CHARACTERIZATION OF MOTION The Doppler shift due to the reflection from a moving target is approximately: f d = 2vf/(c-v) where f d is the observed frequency shift, v is the velocity of the target (in the direction of the sensor), f is the emitted frequency, and c is the speed of sound. If multiple objects are moving with different velocities, the reflected signal will contain multiple frequencies, one for each object. To put this a slightly different way, the power spectrum of the return signal includes the velocities (in the direction of the sensor) of all objects in its field of view. This is the same principal of operation as a radar gun used by police to catch speeders. However, in addition to using an acoustic signal instead of RF, the goal of our sensor is to observe the full velocity profile in the field of view. Police radars, in contrast, only attempt to detect the velocity of a single object. Figure 1: The velocity of proximate objects alters the frequency of the reflected sound. This is captured the by the sensor, which performs an FFT. A simplified version of this output is illustrated. Sensor Our Doppler sensor consists of an ultrasound emitter and one or more receivers that capture reflections. The emitter is an off-the-shelf MA40A3S ultrasound emitter with a resonant frequency of 40kHz. This frequently is far above what the human ear can detect, allowing the device to operate silently. The emitter is driven by a PIC microcontroller that has been programmed to produce a 40kHz square wave with a duty cycle of 50%. Since the emitter is highly resonant, it produces a nearly perfect sinusoid, even when excited by a square wave. The receiver is an MA40A3R ultrasound sensor that can sense frequencies in a narrow frequency band around 40kHz, with a 3dB bandwidth of less than 3000Hz. The relatively narrow bandwidth of the sensor ensures that it does not pick up out-of-band noise. To ease the processing burden, the sensor takes advantage of the limited bandwidth of the signal and the receiver. At 1 meter/sec, we would expect to see a frequency shift of only 242Hz. The Nyquist theorem states that a signal must be sampled at greater than twice its bandwidth (which can be much smaller than its highest frequency) to allow reconstruction. Thus, we chose to sample at a few khz, which is sufficient to capture human motion. In some experiments, we chose to use higher fidelity equipment that could sample at much higher rates and with far greater precision. In these cases the digitized signal was heterodyned to shift the carrier frequency of 40kHz down to 4kHz and resampled to 16k samples per second. Figure 2 shows a prototype of our sensor. In this instance, the transmitter, driving circuit and receiver are all on the same board. In other cases, e.g. for voice-processing applications, the transmitter and receiver are separated from the board and strapped onto a microphone as shown in Figure 3, so that all three may be collocated. For gesture recognition applications we employ multiple receivers as shown in Figure 5. Once again, the transmitter and receivers are separated from the board. Here the transmitter is driven by the same circuit used in Figure 2, but the signals from the three receivers were jointly captured by a multi-channel 2

3 A/D. The power consumption of the device in Figure 2 is in the order of tens of milliwatts, however the exact value varies with configuration. In all cases the captured signal is spectrographically analyzed to derive features. The analysis frame size and frame rate varies with application. In our work, for gesture recognition tasks, where movements of the hands were relatively fast, we employed an analysis window of 32ms, with a 50% overlap between adjacent windows resulting in a frame rate of frames/sec. For other tasks such as gait recognition and speaker identification we employed a relatively larger analysis window of 40-64ms, with a 50% overlap between analysis frames. In all cases a sequence of cepstral vectors [26] was derived from the sequence of analysis frames as follows: each analysis frame was Hamming windowed, and a 513-point power spectrum computed from it using a 1024 point Fourier transform. The power spectrum was logarithmically compressed and a Discrete Cosine Transform (DCT) applied to it. The first 40 DCT coefficients were retained to obtain a 40-dimensional cepstral vector. Each cepstral vector was further augmented by the difference between the cepstral vectors derived from adjacent frames to obtain a final 80-dimensional feature vector representing each frame. We note that the entire feature computation is lightweight and easily performed on a DSP. The resulting sequence of feature vectors is classified into one of a desired set of classes using a Gaussian Mixture classifier [4]. The Doppler sensor is able to operate over a range of up to 10m for applications such as gait recognition, where the movements to be characterized include large swings in position and velocity. For finer-grained movements, such as finger gestures, the range is much smaller, in the order of one meter. The ultrasound sensor has an angle of 50 degrees. The attenuation of the signal at greater distances also naturally provides robustness to spurious activity in the background (i.e., outside the range of the sensor). Figure 2: Our prototype ultrasonic Doppler sensor. Properties We have employed Doppler sensing in several distinct manners (discussed subsequently). Through these experiences, we have been able to observe and assess the technique s capabilities and shortcomings - especially as they relate to uses in the field of HCI. Below, we provide a synthesis of what we believe are the most notable properties. We place special emphasis on comparing against camera-based approaches, as these are presently popular and most similar in capability. A) Doppler-based measurements capture snapshots of the instantaneous velocities of one or more moving objects (in the direction of the sensor). This stands in strong contrast to cameras, as well as optical and ultrasonic range finders. The latter techniques capture a series of static distances/images; velocities must be estimated through differentiation. B) Doppler-based systems are active systems - they generate the signal they observe. Hence they can operate in the dark while vision based systems are critically dependent on the presence of light. 3

4 C) Camera-based systems work best when the motion to be characterized is in a plane perpendicular to the vector from the object to the camera. Conversely, Doppler-based systems are most effective when the motion is towards or away from the sensor (velocities perpendicular to the vector to the sensor are undetectable). In other words, Doppler systems measure motion in an axis orthogonal to cameras (and may offer interesting opportunities if combined). D) Images observed by cameras shrink as the distance from the camera increases. On the other hand, Doppler sensors detect frequency spectra that are independent of the amplitude of the signal, and hence independent of the distance of a target object (as long as the signal is above noise). E) Vision-based algorithms are highly dependent on the ability to extract and track the silhouette of the subject accurately. Even when the only moving object in the video is the subject, various phenomena (e.g., shadows, layout of the background) can affect accurate tracking. On the other hand, Doppler-based devices are relatively insensitive to constant background effects. Additionally, because the emission frequency of the ultrasonic transducer is known (e.g., 40kHz), segmenting motion from the environment is straightforward (simply look for the presence of other frequencies). Thus, no calibration or training is required, making it robust and easily deployable. F) Compared to vision-based systems, Doppler sensors have far less data to deal with (e.g., storage of previous frames, training data). Not only does this mean less advanced hardware is needed for computation, but also reduces power requirements. Vision processing on mobile phones is only now becoming feasible on the highest-end phones, and places a tremendous strain on the processors and batteries. On the other hand, our sensor offloads all signal processing (e.g., FFT) to a dedicated and highly efficient DSP chip, which could be easily integrated into a small mobile device. Classification is also fairly lightweight, and could be moved to embedded hardware. G) At present, our Doppler-based approach is less expensive than comparable vision-based systems. H) Finally, people are particularly sensitive to cameras in regards to their privacy [7]. The notion of something viewing them, even if only processed locally, is somewhat uncomfortable. This suspicion for vision-based sensing has slowed their adoption in the home, classroom, workplace and other contexts. Doppler-based sensing, however, requires no lenses or other vision components, and may escape the stigma entirely (as motion detectors largely have). Previous Work In addition to the properties listed above, our Doppler-based approach is highly versatile, and can be used largely unchanged in a variety of applications where other sensing mechanisms such as video would require application-customized processing. In this section we describe our experience with several applications that demonstrate this versatility. These are organized into three high-level and open areas in HCI where we believe Doppler sensing could lead to significant new opportunities. Accuracy results from preliminary studies are included to highlight the technique s robustness. 4

5 Figure 3: Doppler setup for speech applications. A central microphone is augmented with an ultrasonic transmitter and a receiver. Speech Doppler sensors can also be used to provide secondary measurements for speech. For example, a transmitter and receiver could be mounted alongside a conventional microphone (Figure 3 depicts one of our setups). This allows for the instantaneous capture of both audio and minute facial movements. We note that in this setup it is also possible to dispense with the receiver altogether, and use a broadband-microphone to simultaneously capture both the speech and the ultrasound reflections since they occur in widely separated frequency bands. We experimented with this technique in a speaker identification application [9]. We recruited 50 participants, who sat approximately 1m away from a microphone/doppler setup. They were instructed to speak normally and face in the general direction of the microphone. Each participant recorded 75 sentences from the Timit corpus [5], with an average length of about three seconds. One third of these recordings were used to train a Gaussian mixture for that speaker. The rest of the trials were used as test data. Surprisingly, using only the Doppler recordings (i.e. no audio) of a single sentence, we achieved an identification accuracy of 90%. In another application, the Doppler sensor was used for speech-activity detection [10]. In many speech driven user interfaces, the detection of when the user is addressing the system is a difficult problem. Typically the user controls the interaction by pressing a button; however it is desirable to have the onset of speech be detected automatically. Using a Doppler sensor, we were able to detect onset well over 90% of the time, including conditions where conventional methods (based only on speech) successfully detected speech onset ~10% of the time. An important problem in voice-based interfaces is that of detecting when a subject is actually addressing the system, as opposed to merely speaking in the vicinity of the sensor. Conventional speech-based devices cannot distinguish between these scenarios, and typically cameras are required to determine if the subject is facing the system or not. On the other hand, the ultrasound sensor was also able to perform this task by detecting facial movements that are typical to when a subject addresses the sensor. Deployed on an office floor, the sensor achieved false alarm rates that were 1/30 th of that obtained by a speech-only system. Biological Motion The human body is an articulated object, comprised of a number of rigid bones connected by joints. During movements such as walking, the structure moves in characteristic patterns. The velocity of each part that depends on its distance from the hinge around which it moves, on the velocity with which the hinge itself might move around other hinges, and the overall movement of the body. This often forms complex, cyclic pattern of velocities that are characteristic of particular motions. Doppler sensing in particular is well suited to capturing this information. Figure 4 shows a spectrographic view of a 40kHz tone reflected by a walking person. The cyclic motion of the limbs is clearly apparent in the repeated spectrographic patterns. Moreover, the shape and detail of these patterns are characteristic of the manner in which the walker s limbs move, and are thus also characteristic of the walker. 5

6 Sensing in this domain has many potential applications. For example, smart homes could be made more intelligent by knowing the rough age of the occupants in any given space. This can occur because biomechanics of walking are radically different from that of crawling, and limb length is highly correlated with age. This could allow for rough classification of occupants into three groups: infant, child, and adult. Additionally, ultrasonic Doppler sensing could be used for activity recognition (e.g., running, walking, biking), important in many HCI applications. This could be achieved wirelessly, without the need to place sensors on the body (e.g., [2]). Finally, the biomechanics of quadrupeds produces a unique movement signature, and could for example, lead to automatic unlocking of the dog flap vs. the door based on who approaches. Figure 4: Spectrogram of ultrasonic reflections from a subject walking towards the sensor. Figure 5: Mounting the ultrasonic sensor for gait recognition As a proof-of-concept application, we developed a person identifier based primarily on gait [11]. In preliminary experiments, a total of 30 subjects were asked to walk 5m towards and away from a sensor mounted at about hip high on a desk (Figure 5). Half of the data from each subject were used to train a Gaussian Mixture classifier for that subject. The other half of the data was used to evaluate the system. The system was able to identify the walker with 91.7% accuracy, and the direction of walking with 96.3% accuracy. Additionally, we were able to determine participant sex with greater than 80% accuracy. Gestures Gestures are a convenient and intuitive mechanism for communicating with interactive systems. In the case of ultrasonic Doppler sensing, these gestures can be performed wirelessly and without any sensors mounted on the subject (unlike, e.g. accelerometer approaches [12]). The application that originally spurred our interest in Doppler sensors was interactive theme park shows. A show had been designed which required guests to raise their hands to answer questions. To detect this gesture, a number of alternatives were investigated and found wanting. For example, a vision system was attempted, but spurious background activity made it unreliable. 6

7 The solution was to place a 40kHz emitter/receiver pair in the ceiling above each guest participating in the show [3]. The signal processing was done in the analog domain, looking for power in a band around 40.4kHz. Although there is vertical motion in normal walking, it does not produce velocities of the same magnitude as an intentional hand raise. Similarly, standing up is a much slower motion. The system could be confused by unintended gestures, but these were of such a nature that a human observer might well categorize them as intentional hand raising. Ultimately, the Doppler-based solution dramatically out-performed the vision systems under consideration, and at a tiny fraction of their cost. A second effort looked at recognizing more complex gestures [8]. We employed a single ultrasonic transmitter and multiple receivers (located in front and to the right and left of the user). The gesture sensor can recognize a number of different gestures, including forward/backward motion, left/right motion, up/down motion and clockwise or anti-clockwise rotation of the hand. In a preliminary experiment, we collected data from ten participants performing eight, exemplar gestures. Participants were instructed on how to perform each gesture in front of the setup. Following this initial training, participants performed each gesture ten times. This procedure produced 100 instances of each gesture - 60 instances were used for training, the rest was reserved for testing. We employed a Gaussian Mixture classifier, which jointly classified the ensemble of reflections captured by the three sensors. Our proofof-concept setup yielded a classification accuracy of 88.4%. Figure 5: Doppler setup for gesture recognition. It includes a single transmitter in the center and three receivers on the three peripheral arms. Conclusion The Doppler ultrasonic sensor is observed to be demonstrably versatile, as seen from our illustrative examples. The applications described above are diverse, ranging from the biometric applications of gait and speaker recognition to the UI applications of gesture recognition and voice-activity detection. Conventional sensors such as video, although applicable in all of these scenarios, would require significant applicationspecific customization of the type and nature of features extracted from the sensed signals and the classification mechanism employed. The Doppler sensor, on the other hand, achieves all them using essentially the same processing mechanism simple spectral characterization of the signal followed by Bayesian classification, in all cases. The only variation required is the physical layout of the sensor itself, however this is not a serious restriction. In the paper we have also highlighted several unique qualities of Doppler-based sensors. The above review of several preliminary uses of the technology highlights the sensors utility and effectiveness in several example HCI domains. Moreover, the Doppler sensor may be used to augment other sensing modalities at minimal cost. Overall, we believe that the Doppler ultrasound sensor will make a useful addition to the suite of techniques HCI researchers and practitioners might consider in their applications. 7

8 REFERENCES 1. Cao, X. and Balakrishnan, R. VisionWand: interaction techniques for large displays using a passive wand tracked in 3D. In Proc. UIST ' Consolvo, S., McDonald, D. W., Toscos, T., Chen, M. Y., Froehlich, J., Harrison, B., Klasnja, P., La- Marca, A., LeGrand, L., Libby, R., Smith, I., and Landay, J. A. Activity sensing in the wild: a field trial of ubifit garden. In Proc. CHI ' Dietz, P. H. "Apparatus for detecting guest interactions and method therefore." U.S. Patent #6,307, Duda, R. O., Hart, P. E., and Stork, D. G. Pattern Classification, 2 nd ed. John Wiley & Sons, Garofolo, J. S., Lamel, L. F., Fisher, W. M., Fiscus, J. G., Pallett, D. S., Dahlgren, N. L TIMIT Acoustic-Phonetic Continuous Speech Corpus. Linguistic Data Consortium, Philadelphia. LDC Catalog No. LDC93S1. 6. Hinckley, K., Pierce, J., Sinclair, M., and Horvitz, E. Sensing techniques for mobile interaction. In Proc. UIST ' Hudson, S. E. and Smith, I. Techniques for addressing fundamental privacy and disruption tradeoffs in awareness support systems. In Proc. CSCW ' Kalgaonkar, K. and Raj, B. One-handed gesture recognition using ultrasonic Doppler sonar. In Proc. ICASSP Kalgaonkar, K. and Raj, B. Recognizing talking faces from acoustic Doppler reflections. In Proc. IEEE Intl. Conf. on Automatic Face and Gesture Recognition Kalgaonkar, K. and Raj, B. Ultrasonic Doppler sensor for voice activity detection. IEEE Signal Processing Letters, 14, 10, (Oct. 2007), Kalgaonkar, K. and Raj, B. Acoustic Doppler Sonar for Gait Recognition, In Proc. AVSS ' Kela, J., Korpipää, P., Mäntyjärvi, J., Kallio, S., Savino, G., Jozzo, L., and Marca, D. Accelerometer-based gesture control for a design environment. Personal Ubiquitous Computing, 10, 5 (Jul. 2006), Paradiso, J. A., Hsiao, K., Strickon, J., Lifton, J., and Adler, A. Sensor systems for interactive surfaces. IBM Syst. Journal, 39, 3-4 (Jul. 2000), Vogt, F., McCaig, G., Ali, M. A., and Fels, Sidney. Tongue 'n' Groove: an ultrasound based music controller. NIME '02 Proceedings of the 2002 conference on New interfaces for musical expression. 17. Yardibi, T.; Cuddihy, P.; Genc, S.; Bufi, C.; Skubic, M.; Rantz, M.; Liang Liu; Phillips, C. Gait characterization via pulse-doppler radar IEEE Pervasive Computing and Communications Workshops (PERCOM Workshops), March 2011, Seattle WA Tahmoush, D.; Silvious, J. Radar micro-doppler for long range front-view gait recognition. 3rd International Conference on Biometrics: Theory, Applications, and Systems, BTAS '09. Sept. 2009, Tivivie, F. H. C., Bouzerdoum, A. and Amin, M. G. A Human Gait Classification Method Based on Radar Doppler Spectrograms. EURASIP Journal on Advances in Signal Processing, Volume 2010 (2010), Article ID Hornsteiner, C. and Detlefsen, J. Characterisation of human gait using a continuous-wave radar at 24GHz. Adv. Radio Sci., 6, 67 70, Geisheimer, J.L.; Marshall, W.S.; Greneker, E. A continuous-wave (CW) radar for gait analysis. 35th Asilomar Conference on Signals, Systems and Computers, Leo, C. K. Contact and Free-Gesture Tracking for Large Interactive Surfaces. Masters thesis. Massachusetts Institute of Technology, Oppenheim, A. and Schafer, R.W. Digitial Signal Processing. Prentice Hall. 8

9

Recognizing Talking Faces From Acoustic Doppler Reflections

Recognizing Talking Faces From Acoustic Doppler Reflections MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Recognizing Talking Faces From Acoustic Doppler Reflections Kaustubh Kalgaonkar, Bhiksha Raj TR2008-080 December 2008 Abstract Face recognition

More information

Structure of Speech. Physical acoustics Time-domain representation Frequency domain representation Sound shaping

Structure of Speech. Physical acoustics Time-domain representation Frequency domain representation Sound shaping Structure of Speech Physical acoustics Time-domain representation Frequency domain representation Sound shaping Speech acoustics Source-Filter Theory Speech Source characteristics Speech Filter characteristics

More information

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world.

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world. Sensing Key requirement of autonomous systems. An AS should be connected to the outside world. Autonomous systems Convert a physical value to an electrical value. From temperature, humidity, light, to

More information

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm

Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Speech Enhancement Based On Spectral Subtraction For Speech Recognition System With Dpcm A.T. Rajamanickam, N.P.Subiramaniyam, A.Balamurugan*,

More information

Mel Spectrum Analysis of Speech Recognition using Single Microphone

Mel Spectrum Analysis of Speech Recognition using Single Microphone International Journal of Engineering Research in Electronics and Communication Mel Spectrum Analysis of Speech Recognition using Single Microphone [1] Lakshmi S.A, [2] Cholavendan M [1] PG Scholar, Sree

More information

Dimension Reduction of the Modulation Spectrogram for Speaker Verification

Dimension Reduction of the Modulation Spectrogram for Speaker Verification Dimension Reduction of the Modulation Spectrogram for Speaker Verification Tomi Kinnunen Speech and Image Processing Unit Department of Computer Science University of Joensuu, Finland Kong Aik Lee and

More information

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity

Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Exploring Passive Ambient Static Electric Field Sensing to Enhance Interaction Modalities Based on Body Motion and Activity Adiyan Mujibiya The University of Tokyo adiyan@acm.org http://lab.rekimoto.org/projects/mirage-exploring-interactionmodalities-using-off-body-static-electric-field-sensing/

More information

Multi-spectral acoustical imaging

Multi-spectral acoustical imaging Multi-spectral acoustical imaging Kentaro NAKAMURA 1 ; Xinhua GUO 2 1 Tokyo Institute of Technology, Japan 2 University of Technology, China ABSTRACT Visualization of object through acoustic waves is generally

More information

Fall Detection and Classifications Based on Time-Scale Radar Signal Characteristics

Fall Detection and Classifications Based on Time-Scale Radar Signal Characteristics Fall Detection and Classifications Based on -Scale Radar Signal Characteristics Ajay Gadde, Moeness G. Amin, Yimin D. Zhang*, Fauzia Ahmad Center for Advanced Communications Villanova University, Villanova,

More information

A 3D ultrasonic positioning system with high accuracy for indoor application

A 3D ultrasonic positioning system with high accuracy for indoor application A 3D ultrasonic positioning system with high accuracy for indoor application Herbert F. Schweinzer, Gerhard F. Spitzer Vienna University of Technology, Institute of Electrical Measurements and Circuit

More information

MAKING TRANSIENT ANTENNA MEASUREMENTS

MAKING TRANSIENT ANTENNA MEASUREMENTS MAKING TRANSIENT ANTENNA MEASUREMENTS Roger Dygert, Steven R. Nichols MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 ABSTRACT In addition to steady state performance, antennas

More information

Acoustic signal processing via neural network towards motion capture systems

Acoustic signal processing via neural network towards motion capture systems Acoustic signal processing via neural network towards motion capture systems E. Volná, M. Kotyrba, R. Jarušek Department of informatics and computers, University of Ostrava, Ostrava, Czech Republic Abstract

More information

3D Distortion Measurement (DIS)

3D Distortion Measurement (DIS) 3D Distortion Measurement (DIS) Module of the R&D SYSTEM S4 FEATURES Voltage and frequency sweep Steady-state measurement Single-tone or two-tone excitation signal DC-component, magnitude and phase of

More information

Stride Rate in Radar Micro-Doppler Images

Stride Rate in Radar Micro-Doppler Images Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Stride Rate in Radar Micro-Doppler Images Dave Tahmoush and Jerry Silvious US

More information

TRANSFORMS / WAVELETS

TRANSFORMS / WAVELETS RANSFORMS / WAVELES ransform Analysis Signal processing using a transform analysis for calculations is a technique used to simplify or accelerate problem solution. For example, instead of dividing two

More information

A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal

A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal International Journal of ISSN 0974-2107 Systems and Technologies IJST Vol.3, No.1, pp 11-16 KLEF 2010 A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal Gaurav Lohiya 1,

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

More information

EWGAE 2010 Vienna, 8th to 10th September

EWGAE 2010 Vienna, 8th to 10th September EWGAE 2010 Vienna, 8th to 10th September Frequencies and Amplitudes of AE Signals in a Plate as a Function of Source Rise Time M. A. HAMSTAD University of Denver, Department of Mechanical and Materials

More information

Using RASTA in task independent TANDEM feature extraction

Using RASTA in task independent TANDEM feature extraction R E S E A R C H R E P O R T I D I A P Using RASTA in task independent TANDEM feature extraction Guillermo Aradilla a John Dines a Sunil Sivadas a b IDIAP RR 04-22 April 2004 D a l l e M o l l e I n s t

More information

Fibre Laser Doppler Vibrometry System for Target Recognition

Fibre Laser Doppler Vibrometry System for Target Recognition Fibre Laser Doppler Vibrometry System for Target Recognition Michael P. Mathers a, Samuel Mickan a, Werner Fabian c, Tim McKay b a School of Electrical and Electronic Engineering, The University of Adelaide,

More information

Human detection by neural networks using a low-cost short-range Doppler radar sensor

Human detection by neural networks using a low-cost short-range Doppler radar sensor Human detection by neural networks using a low-cost short-range Doppler radar sensor Jihoon Kwon Radar R&D Center / GSCST Hanwha Systems / Seoul National University Youngin-si, Gyeonggi-do 17121, Korea

More information

VHF Radar Target Detection in the Presence of Clutter *

VHF Radar Target Detection in the Presence of Clutter * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 1 Sofia 2006 VHF Radar Target Detection in the Presence of Clutter * Boriana Vassileva Institute for Parallel Processing,

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION NDE2002 predict. assure. improve. National Seminar of ISNT Chennai, 5. 7. 12. 2002 www.nde2002.org AN ELECTROMAGNETIC ACOUSTIC TECHNIQUE FOR NON-INVASIVE DEFECT DETECTION IN MECHANICAL PROSTHETIC HEART

More information

DSP VLSI Design. DSP Systems. Byungin Moon. Yonsei University

DSP VLSI Design. DSP Systems. Byungin Moon. Yonsei University Byungin Moon Yonsei University Outline What is a DSP system? Why is important DSP? Advantages of DSP systems over analog systems Example DSP applications Characteristics of DSP systems Sample rates Clock

More information

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES

A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES A COMPACT, AGILE, LOW-PHASE-NOISE FREQUENCY SOURCE WITH AM, FM AND PULSE MODULATION CAPABILITIES Alexander Chenakin Phase Matrix, Inc. 109 Bonaventura Drive San Jose, CA 95134, USA achenakin@phasematrix.com

More information

Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic Masking

Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic Masking The 7th International Conference on Signal Processing Applications & Technology, Boston MA, pp. 476-480, 7-10 October 1996. Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic

More information

Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2

Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2 Signals A Preliminary Discussion EE442 Analog & Digital Communication Systems Lecture 2 The Fourier transform of single pulse is the sinc function. EE 442 Signal Preliminaries 1 Communication Systems and

More information

DERIVATION OF TRAPS IN AUDITORY DOMAIN

DERIVATION OF TRAPS IN AUDITORY DOMAIN DERIVATION OF TRAPS IN AUDITORY DOMAIN Petr Motlíček, Doctoral Degree Programme (4) Dept. of Computer Graphics and Multimedia, FIT, BUT E-mail: motlicek@fit.vutbr.cz Supervised by: Dr. Jan Černocký, Prof.

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Signal Processing in Acoustics Session 1pSPa: Nearfield Acoustical Holography

More information

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Vol., No. 6, 0 Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Zhixin Chen ILX Lightwave Corporation Bozeman, Montana, USA chen.zhixin.mt@gmail.com Abstract This paper

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

Acoustics and Fourier Transform Physics Advanced Physics Lab - Summer 2018 Don Heiman, Northeastern University, 1/12/2018

Acoustics and Fourier Transform Physics Advanced Physics Lab - Summer 2018 Don Heiman, Northeastern University, 1/12/2018 1 Acoustics and Fourier Transform Physics 3600 - Advanced Physics Lab - Summer 2018 Don Heiman, Northeastern University, 1/12/2018 I. INTRODUCTION Time is fundamental in our everyday life in the 4-dimensional

More information

A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February :54

A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February :54 A Digital Signal Processor for Musicians and Audiophiles Published on Monday, 09 February 2009 09:54 The main focus of hearing aid research and development has been on the use of hearing aids to improve

More information

Introduction of Audio and Music

Introduction of Audio and Music 1 Introduction of Audio and Music Wei-Ta Chu 2009/12/3 Outline 2 Introduction of Audio Signals Introduction of Music 3 Introduction of Audio Signals Wei-Ta Chu 2009/12/3 Li and Drew, Fundamentals of Multimedia,

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

m+p Analyzer Revision 5.2

m+p Analyzer Revision 5.2 Update Note www.mpihome.com m+p Analyzer Revision 5.2 Enhanced Project Browser New Acquisition Configuration Windows Improved 2D Chart Reference Traces in 2D Single- and Multi-Chart Template Projects Trigger

More information

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications Volume 118 No. 18 2018, 4009-4018 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of OFDM Modulated Digital Communication Using Software

More information

Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise

Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise Classification of ships using autocorrelation technique for feature extraction of the underwater acoustic noise Noha KORANY 1 Alexandria University, Egypt ABSTRACT The paper applies spectral analysis to

More information

Speech Synthesis using Mel-Cepstral Coefficient Feature

Speech Synthesis using Mel-Cepstral Coefficient Feature Speech Synthesis using Mel-Cepstral Coefficient Feature By Lu Wang Senior Thesis in Electrical Engineering University of Illinois at Urbana-Champaign Advisor: Professor Mark Hasegawa-Johnson May 2018 Abstract

More information

NOISE ESTIMATION IN A SINGLE CHANNEL

NOISE ESTIMATION IN A SINGLE CHANNEL SPEECH ENHANCEMENT FOR CROSS-TALK INTERFERENCE by Levent M. Arslan and John H.L. Hansen Robust Speech Processing Laboratory Department of Electrical Engineering Box 99 Duke University Durham, North Carolina

More information

Sensing Human Activities With Resonant Tuning

Sensing Human Activities With Resonant Tuning Sensing Human Activities With Resonant Tuning Ivan Poupyrev 1 ivan.poupyrev@disneyresearch.com Zhiquan Yeo 1, 2 zhiquan@disneyresearch.com Josh Griffin 1 joshdgriffin@disneyresearch.com Scott Hudson 2

More information

Different Approaches of Spectral Subtraction Method for Speech Enhancement

Different Approaches of Spectral Subtraction Method for Speech Enhancement ISSN 2249 5460 Available online at www.internationalejournals.com International ejournals International Journal of Mathematical Sciences, Technology and Humanities 95 (2013 1056 1062 Different Approaches

More information

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore.

15 th Asia Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore. Time of flight computation with sub-sample accuracy using digital signal processing techniques in Ultrasound NDT Nimmy Mathew, Byju Chambalon and Subodh Prasanna Sudhakaran More info about this article:

More information

Antenna Measurements using Modulated Signals

Antenna Measurements using Modulated Signals Antenna Measurements using Modulated Signals Roger Dygert MI Technologies, 1125 Satellite Boulevard, Suite 100 Suwanee, GA 30024-4629 Abstract Antenna test engineers are faced with testing increasingly

More information

DOPPLER SHIFTED SPREAD SPECTRUM CARRIER RECOVERY USING REAL-TIME DSP TECHNIQUES

DOPPLER SHIFTED SPREAD SPECTRUM CARRIER RECOVERY USING REAL-TIME DSP TECHNIQUES DOPPLER SHIFTED SPREAD SPECTRUM CARRIER RECOVERY USING REAL-TIME DSP TECHNIQUES Bradley J. Scaife and Phillip L. De Leon New Mexico State University Manuel Lujan Center for Space Telemetry and Telecommunications

More information

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT

ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT ON WAVEFORM SELECTION IN A TIME VARYING SONAR ENVIRONMENT Ashley I. Larsson 1* and Chris Gillard 1 (1) Maritime Operations Division, Defence Science and Technology Organisation, Edinburgh, Australia Abstract

More information

PanPhonics Panels in Active Control of Sound

PanPhonics Panels in Active Control of Sound PanPhonics White Paper PanPhonics Panels in Active Control of Sound Seppo Uosukainen VTT Building and Transport Contents Introduction... 1 Active control of sound... 1 Interference... 2 Control system...

More information

Battery lifetime modelling for a 2.45GHz cochlear implant application

Battery lifetime modelling for a 2.45GHz cochlear implant application Battery lifetime modelling for a 2.45GHz cochlear implant application William Tatinian LEAT UMR UNS CNRS 6071 250 Avenue A. Enstein 06560 Valbonne, France (+33) 492 94 28 51 william.tatinian@unice.fr Yannick

More information

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A.

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A. DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A., 75081 Abstract - The Global SAW Tag [1] is projected to be

More information

EMC / FIELD STRENGTH Test receivers. Fast and straightforward: diagnostic and precompliance measurements with the R&S ESRP

EMC / FIELD STRENGTH Test receivers. Fast and straightforward: diagnostic and precompliance measurements with the R&S ESRP EMC / FIELD STRENGTH Test receivers Fast and straightforward: diagnostic and precompliance measurements with the R&S ESRP 54 Many of the requirements such as speed, functionality and ease of use imposed

More information

FOURIER analysis is a well-known method for nonparametric

FOURIER analysis is a well-known method for nonparametric 386 IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 54, NO. 1, FEBRUARY 2005 Resonator-Based Nonparametric Identification of Linear Systems László Sujbert, Member, IEEE, Gábor Péceli, Fellow,

More information

Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors

Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors Derek Puccio, Don Malocha, Nancy Saldanha Department of Electrical and Computer Engineering University of Central Florida

More information

Digital Signal Processing (DSP) Algorithms for CW/FMCW Portable Radar

Digital Signal Processing (DSP) Algorithms for CW/FMCW Portable Radar Digital Signal Processing (DSP) Algorithms for CW/FMCW Portable Radar Muhammad Zeeshan Mumtaz, Ali Hanif, Ali Javed Hashmi National University of Sciences and Technology (NUST), Islamabad, Pakistan Abstract

More information

Keysight Technologies Pulsed Antenna Measurements Using PNA Network Analyzers

Keysight Technologies Pulsed Antenna Measurements Using PNA Network Analyzers Keysight Technologies Pulsed Antenna Measurements Using PNA Network Analyzers White Paper Abstract This paper presents advances in the instrumentation techniques that can be used for the measurement and

More information

Applications of Acoustic-to-Seismic Coupling for Landmine Detection

Applications of Acoustic-to-Seismic Coupling for Landmine Detection Applications of Acoustic-to-Seismic Coupling for Landmine Detection Ning Xiang 1 and James M. Sabatier 2 Abstract-- An acoustic landmine detection system has been developed using an advanced scanning laser

More information

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS THE BENEFITS OF DSP LOCK-IN AMPLIFIERS If you never heard of or don t understand the term lock-in amplifier, you re in good company. With the exception of the optics industry where virtually every major

More information

Linguistic Phonetics. Spectral Analysis

Linguistic Phonetics. Spectral Analysis 24.963 Linguistic Phonetics Spectral Analysis 4 4 Frequency (Hz) 1 Reading for next week: Liljencrants & Lindblom 1972. Assignment: Lip-rounding assignment, due 1/15. 2 Spectral analysis techniques There

More information

Satellite Communications Testing

Satellite Communications Testing Satellite Communications Testing SATELLITE COMMUNICATIONS TESTING Traditionally, the satellite industry has relied on geosynchronous earth orbit (GEO) satellites that take years to build and require very

More information

Active Control of Energy Density in a Mock Cabin

Active Control of Energy Density in a Mock Cabin Cleveland, Ohio NOISE-CON 2003 2003 June 23-25 Active Control of Energy Density in a Mock Cabin Benjamin M. Faber and Scott D. Sommerfeldt Department of Physics and Astronomy Brigham Young University N283

More information

Finger Gesture Recognition Using Microphone Arrays

Finger Gesture Recognition Using Microphone Arrays Finger Gesture Recognition Using Microphone Arrays Seong Jae Lee and Jennifer Ortiz 1. INTRODUCTION Although gestures and movement are a natural, everyday occurrence, it remains to be a complex event to

More information

A Robust Voice Activity Detector Using an Acoustic Doppler Radar

A Robust Voice Activity Detector Using an Acoustic Doppler Radar MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com A Robust Voice Activity Detector Using an Acoustic Doppler Radar Rongqiang Hu, Bhiksha Raj TR25-59 November 25 Abstract This paper describes

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

Gait Recognition Using WiFi Signals

Gait Recognition Using WiFi Signals Gait Recognition Using WiFi Signals Wei Wang Alex X. Liu Muhammad Shahzad Nanjing University Michigan State University North Carolina State University Nanjing University 1/96 2/96 Gait Based Human Authentication

More information

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION

TE 302 DISCRETE SIGNALS AND SYSTEMS. Chapter 1: INTRODUCTION TE 302 DISCRETE SIGNALS AND SYSTEMS Study on the behavior and processing of information bearing functions as they are currently used in human communication and the systems involved. Chapter 1: INTRODUCTION

More information

Response spectrum Time history Power Spectral Density, PSD

Response spectrum Time history Power Spectral Density, PSD A description is given of one way to implement an earthquake test where the test severities are specified by time histories. The test is done by using a biaxial computer aided servohydraulic test rig.

More information

EPILEPSY is a neurological condition in which the electrical activity of groups of nerve cells or neurons in the brain becomes

EPILEPSY is a neurological condition in which the electrical activity of groups of nerve cells or neurons in the brain becomes EE603 DIGITAL SIGNAL PROCESSING AND ITS APPLICATIONS 1 A Real-time DSP-Based Ringing Detection and Advanced Warning System Team Members: Chirag Pujara(03307901) and Prakshep Mehta(03307909) Abstract Epilepsy

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

More information

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients

Enhancement of Speech Signal by Adaptation of Scales and Thresholds of Bionic Wavelet Transform Coefficients ISSN (Print) : 232 3765 An ISO 3297: 27 Certified Organization Vol. 3, Special Issue 3, April 214 Paiyanoor-63 14, Tamil Nadu, India Enhancement of Speech Signal by Adaptation of Scales and Thresholds

More information

An Example of robots with their sensors

An Example of robots with their sensors ROBOTICA 03CFIOR DAUIN Politecnico di Torino Mobile & Service Robotics Sensors for Robotics 1 An Example of robots with their sensors 3 Another example Omnivision Camera (360 ) Pan-Tilt-Zoom (PTZ) camera

More information

Reading: Johnson Ch , Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday.

Reading: Johnson Ch , Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday. L105/205 Phonetics Scarborough Handout 7 10/18/05 Reading: Johnson Ch.2.3.3-2.3.6, Ch.5.5 (today); Liljencrants & Lindblom; Stevens (Tues) reminder: no class on Thursday Spectral Analysis 1. There are

More information

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches

Performance study of Text-independent Speaker identification system using MFCC & IMFCC for Telephone and Microphone Speeches Performance study of Text-independent Speaker identification system using & I for Telephone and Microphone Speeches Ruchi Chaudhary, National Technical Research Organization Abstract: A state-of-the-art

More information

Measurements and analysis of multistatic and multimodal micro-doppler signatures for automatic target classification

Measurements and analysis of multistatic and multimodal micro-doppler signatures for automatic target classification Measurements and analysis of multistatic and multimodal micro-doppler signatures for automatic target classification Marcio Perassoli,+ + Division of Defense Systems (ASD) Institute of Aeronautics and

More information

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc.

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc. Leddar optical time-of-flight sensing technology, originally discovered by the National Optics Institute (INO) in Quebec City and developed and commercialized by LeddarTech, is a unique LiDAR technology

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator

Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator Simplified Arithmetic Hilbert Transform based Wide-Band Real-Time Digital Frequency Estimator Jean-Paul Sandoz University of Applied Sciences EIAJ-HES, Hôtel de ville 7 2400, Le Locle, Switzerland Phone

More information

Sensor system of a small biped entertainment robot

Sensor system of a small biped entertainment robot Advanced Robotics, Vol. 18, No. 10, pp. 1039 1052 (2004) VSP and Robotics Society of Japan 2004. Also available online - www.vsppub.com Sensor system of a small biped entertainment robot Short paper TATSUZO

More information

Nuove tecnologie per ecografia ad ultrasuoni: da 2D a 4D

Nuove tecnologie per ecografia ad ultrasuoni: da 2D a 4D DINFO Dipartimento di Ingegneria dell Informazione Department of Information Engineering Nuove tecnologie per ecografia ad ultrasuoni: da 2D a 4D Piero Tortoli Microelectronics Systems Design Lab 1 Introduction

More information

Modal damping identification of a gyroscopic rotor in active magnetic bearings

Modal damping identification of a gyroscopic rotor in active magnetic bearings SIRM 2015 11th International Conference on Vibrations in Rotating Machines, Magdeburg, Germany, 23. 25. February 2015 Modal damping identification of a gyroscopic rotor in active magnetic bearings Gudrun

More information

Detection and Identification of Remotely Piloted Aircraft Systems Using Weather Radar

Detection and Identification of Remotely Piloted Aircraft Systems Using Weather Radar Microwave Remote Sensing Laboratory Detection and Identification of Remotely Piloted Aircraft Systems Using Weather Radar Krzysztof Orzel1 Siddhartan Govindasamy2, Andrew Bennett2 David Pepyne1 and Stephen

More information

Audio processing methods on marine mammal vocalizations

Audio processing methods on marine mammal vocalizations Audio processing methods on marine mammal vocalizations Xanadu Halkias Laboratory for the Recognition and Organization of Speech and Audio http://labrosa.ee.columbia.edu Sound to Signal sound is pressure

More information

Audio Fingerprinting using Fractional Fourier Transform

Audio Fingerprinting using Fractional Fourier Transform Audio Fingerprinting using Fractional Fourier Transform Swati V. Sutar 1, D. G. Bhalke 2 1 (Department of Electronics & Telecommunication, JSPM s RSCOE college of Engineering Pune, India) 2 (Department,

More information

Performance Analysis of Parallel Acoustic Communication in OFDM-based System

Performance Analysis of Parallel Acoustic Communication in OFDM-based System Performance Analysis of Parallel Acoustic Communication in OFDM-based System Junyeong Bok, Heung-Gyoon Ryu Department of Electronic Engineering, Chungbuk ational University, Korea 36-763 bjy84@nate.com,

More information

Definitions. Spectrum Analyzer

Definitions. Spectrum Analyzer SIGNAL ANALYZERS Spectrum Analyzer Definitions A spectrum analyzer measures the magnitude of an input signal versus frequency within the full frequency range of the instrument. The primary use is to measure

More information

SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN. Yu Wang and Mike Brookes

SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN. Yu Wang and Mike Brookes SPEECH ENHANCEMENT USING A ROBUST KALMAN FILTER POST-PROCESSOR IN THE MODULATION DOMAIN Yu Wang and Mike Brookes Department of Electrical and Electronic Engineering, Exhibition Road, Imperial College London,

More information

EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS

EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS EMBEDDED DOPPLER ULTRASOUND SIGNAL PROCESSING USING FIELD PROGRAMMABLE GATE ARRAYS Diaa ElRahman Mahmoud, Abou-Bakr M. Youssef and Yasser M. Kadah Biomedical Engineering Department, Cairo University, Giza,

More information

Long Range Acoustic Classification

Long Range Acoustic Classification Approved for public release; distribution is unlimited. Long Range Acoustic Classification Authors: Ned B. Thammakhoune, Stephen W. Lang Sanders a Lockheed Martin Company P. O. Box 868 Nashua, New Hampshire

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

Theory and Applications of Frequency Domain Laser Ultrasonics

Theory and Applications of Frequency Domain Laser Ultrasonics 1st International Symposium on Laser Ultrasonics: Science, Technology and Applications July 16-18 2008, Montreal, Canada Theory and Applications of Frequency Domain Laser Ultrasonics Todd W. MURRAY 1,

More information

EE 351M Digital Signal Processing

EE 351M Digital Signal Processing EE 351M Digital Signal Processing Course Details Objective Establish a background in Digital Signal Processing Theory Required Text Discrete-Time Signal Processing, Prentice Hall, 2 nd Edition Alan Oppenheim,

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

Target Classification by Using Pattern Features Extracted from Bispectrum-Based Radar Doppler Signatures

Target Classification by Using Pattern Features Extracted from Bispectrum-Based Radar Doppler Signatures Target Classification by Using Pattern Features Extracted from Bispectrum-Based Radar Doppler Signatures Pavlo O. Molchanov *, Jaakko T. Astola *, Karen O. Egiazarian *, Alexander V. Totsky ** * Department

More information

Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System

Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System Edith Cowan University Research Online ECU Publications 2012 2012 Wavelength Division Multiplexing of a Fibre Bragg Grating Sensor using Transmit-Reflect Detection System Gary Allwood Edith Cowan University

More information

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS AKSHAY CHANDRASHEKARAN ANOOP RAMAKRISHNA akshayc@cmu.edu anoopr@andrew.cmu.edu ABHISHEK JAIN GE YANG ajain2@andrew.cmu.edu younger@cmu.edu NIDHI KOHLI R

More information

Enhanced Resonant Inspection Using Component Weight Compensation. Richard W. Bono and Gail R. Stultz The Modal Shop, Inc. Cincinnati, OH 45241

Enhanced Resonant Inspection Using Component Weight Compensation. Richard W. Bono and Gail R. Stultz The Modal Shop, Inc. Cincinnati, OH 45241 Enhanced Resonant Inspection Using Component Weight Compensation Richard W. Bono and Gail R. Stultz The Modal Shop, Inc. Cincinnati, OH 45241 ABSTRACT Resonant Inspection is commonly used for quality assurance

More information

Multifrequency Doppler Signatures of Human Activities

Multifrequency Doppler Signatures of Human Activities Multifrequency Doppler Signatures of Human Activities Ram M. Narayanan Department of Electrical Engineering The Pennsylvania State University University Park, PA 16802 ram@engr.psu.edu 16 May 2012 JACE&FD

More information

Mechatronics Project Report

Mechatronics Project Report Mechatronics Project Report Introduction Robotic fish are utilized in the Dynamic Systems Laboratory in order to study and model schooling in fish populations, with the goal of being able to manage aquatic

More information

DIGITAL SIGNAL PROCESSING. Introduction

DIGITAL SIGNAL PROCESSING. Introduction DIGITAL SIGNAL PROCESSING Introduction What is Signal? A SIGNAL is a measurement of a physical quantity of certain medium. Examples of signals: Audio patterns (voice, speech, music) Visual patterns (written

More information

The Cricket Indoor Location System

The Cricket Indoor Location System The Cricket Indoor Location System Hari Balakrishnan Cricket Project MIT Computer Science and Artificial Intelligence Lab http://nms.csail.mit.edu/~hari http://cricket.csail.mit.edu Joint work with Bodhi

More information