A Novel Speech Controller for Radio Amateurs with a Vision Impairment

Size: px
Start display at page:

Download "A Novel Speech Controller for Radio Amateurs with a Vision Impairment"

Transcription

1 IEEE TRANSACTIONS ON REHABILITATION ENGINEERING, VOL. 8, NO. 1, MARCH A Novel Speech Controller for Radio Amateurs with a Vision Impairment Chih-Lung Lin, Bo-Ren Bai, Li-Chun Du, Cheng-Tao Hu, Shuenn-Tsong Young, and Te-Son Kuo Abstract This paper describes a portable speech controller system for persons with a vision impairment to adjust the channel frequency of a radio set via speech commands. The speech commands are recognized on a general-purpose digital signal processor using a hidden Markov model (HMM), and are used to remotely control radio channel changes. Index Terms Hidden Markov model, radio-digital signal processor, speech controller, visually impaired. I. INTRODUCTION PEOPLE with a vision impairment have difficulty using machines. Voice communication offers a potentially user friendly interface. Machines that talk are now quite common. For example they are used to identify landmarks [1] where a small prerecorded vocabulary is required. Or, alternatively as outputs for computers where a synthesized voice is required [2]. Voice communication in the other direction, from the person to the machine, however is not yet extensively used. This paper deals with this latter topic; the recognition of human speech by machines. Amateur radio can provide communication support for emergencies, fairs, and other activities in a local area. Persons who use amateur radio can also reach anywhere around the world. They can thus acquire much interesting and useful information. Most commercial radios have a digital display for the channel frequency. Persons with a vision impairment usually cannot read the digital display, and therefore cannot conveniently adjust the channel frequency. Lacquet et al. [3] proposed a digital-display-to-natural-voice converter to help radio amateurs with visual impairments. This converter could convert the channel frequency of a radio set into speech for tuning the radio. This converter, however, was operated passively and just announced the selected channel frequency. A more convenient method would be a human voice recognition device which selects the desired channel frequency. Manuscript received November 16, 1998; revised March 30, 1999 and Septemnber 15, This work was supported by the National Science Council of the R.O.C. under Grant NSC E C.-L. Lin, B.-R. Bai, and L.-C. Du are with the Department of Electrical Engineering, National Taiwan University, Taipei 106, Taiwan, R.O.C. C.-T. Hu is with the Department of Biomedical Engineering, National Defense Medical Center, Taipei 106, Taiwan, R.O.C. S.-T. Young is with the Institute of Biomedical Engineering, National Yang-Ming University, Taipei 106, Taiwan, R.O.C. T.-S. Kuo is with the Department of Electrical Engineering, National Taiwan University, Taipei 106, Taiwan ROC and the Graduate Institute of Biomedical Engineering, National Taiwan University, Taipei 106, Taiwan, R.O.C ( kuo@ccms.ntu.edu.tw). Publisher Item Identifier S (00) Speech is one of the most natural methods of communication for humans, and it should be a good human-device interface. However, the speech signal is highly variable and difficult to distinguish [4]. A dynamic time warping (DTW)-based approach has been widely used for speech recognition using speech-chips for consumer products. The ability to increase the recognition rate is limited by the algorithms. The other well known method is the hidden Markov model (HMM) [4] [8]. The HMM retains more statistical information about the speech pattern, and performs much better than the DTW-based approach [4], [6]. Complex HMM algorithms demand and consume large amounts of memory space and computation power. It is difficult to implement the HMM speech recognition algorithm into a single speech-chip. The general-purpose digital signal processing (DSP) chips have considerable computation power, which can be extended with external memory devices. DSP chips are good candidates for managing complex HMM algorithms. There are many successful systems for the recognition of Mandarin Chinese speech using the HMM approach by a personal computer (PC) [8] [10]. Recently, DSP chips have been widely adopted for sound processing in rehabilitation engineering [11] [13]. The DSP devices are programmable and flexible. New processing schemes can easily be developed, evaluated, and modified within the DSP devices. This paper proposes a portable speech controller system based on a DSP chip to control the channel frequency of a radio set to aid persons with a vision impairment. II. METHODS A. Architecture of the Proposed System The hardware block diagram of the portable speech controller system is shown in Fig. 1. The system was composed of a microphone, a speech-recognition device, a voice generator and a remote controller. The human voice was received by a microphone that collected the sound of voices. The input speech was amplified and passed into an anti-aliasing filter with a cutoff frequency of 8 khz. An analog-to-digital converter (ADC) sampled the input speech at a rate of 16 khz, and converted it into a series of 12-bit data. The core of the speech-recognition device was a 32-bit DSP integrated circuit (Texas Instruments TMS320C31-50 MHz), 4-Mbit flash ROM, and 8-Mbit highspeed SRAM. A programmable array logic (PAL) device decoded the output via the DSP data bus and selected peripheral devices to be controlled, such as the flash ROM, high-speed SRAM, voice output chip, and the remote controller /00$ IEEE

2 90 IEEE TRANSACTIONS ON REHABILITATION ENGINEERING, VOL. 8, NO. 1, MARCH 2000 Fig. 1. Hardware block diagram of the speech controller system. A voice output chip (Information Storage Devices ISD 2590) saved analog voice signals as long as 90 s. The analog voice signals were associated with some speech commands. These voice signals can be played back on request through an external 8 loudspeaker by activating the associated addresses. The speech commands were prerecorded by saving the user s voice in the voice output chip. The voice output chip generated the associated speech signals according to the speech commands recognized by the DSP chip. The keypad of the remote controller was used to set the channel frequency and to adjust the voice volume. The digital signals that were associated with the functions of the remote controller were precoded. When the portable speech controller system recognized a speech command, the DSP chip transferred the associated digital signal to the remote controller, which then tuned the channel frequency or adjusted the voice volume. B. Description of Speech Command Recognition A detailed description of the speech recognition processes is presented in this section. First, the input speech signal of a speech utterance was divided into short segments and blocked into 16-ms frames with 8-ms overlap per frame. A Hamming window and fast Fourier transformation (FFT) were then applied to each frame of the input speech. Considering the nonlinear characteristics of the human ear, a mel-scale filter bank was applied to each frame to get the mel-cepstrum coefficients [6], [14] as the input feature. The mel-cepstrum was calculated by (1) (1) Fig. 2. Block diagram of the speech recognition process. where number of filter bank channels; output of the th mel-scale filter bank channel; dimension of mel-cepstrum coefficient. In this paper, we chose and. For each frame obtained from the input speech, the 12-dimension mel-cepstrum, and the 12-dimension regressive mel-cepstrum (which is a linear combination of the mel-cepstrum between adjacent frames [15]) were produced as the feature vector for model training and recognition. The HMM is primarily described by the state transition probabilities and state observation probabilities. The state transition probabilities are used to describe the vocal tract transition between different articulatory configurations, while the state observation probabilities are used to describe the distribution of the acoustic features in different articulatory configurations. When using an HMM, the reference command

3 LIN et al.: A NOVEL SPEECH CONTROLLER FOR RADIO AMATEURS WITH A VISION IMPAIRMENT 91 Fig. 3. Flow diagram of the speech controller system. models are represented by subword models [9], [16]. For example, the spoken Mandarin Chinese command /Da-Sheng/ (increase the volume) was represented by the two subword models /Da/ and /Sheng/. The subword models provided the flexibility to add to or change the command set. In our experiments, each subword model had 7 states that individually had five Gaussian distributions. To recognize an input speech command, the HMM-based keyword spotting technique shown in Fig. 2 was used to detect a speech command embedded in the input speech utterance. While the DSP of the speech controller system performed the keyword spotting, each segment of input speech utterance should be mapped to a pretrained model. Since the input speech utterance was unnecessary only including commands (i.e., the keywords), a filler model was trained for the nonkeyword portion of received voice signal (including background noise and nonkeyword). This filler model was used for dealing with noncommand speech [5], [17]. While the recognition processes were performed, the sequence of the obtained feature vectors were matched with all of the models by a dynamic programming algorithm to find the model with the highest score, i.e., the model that most closely matched the input speech. Since extensive computations were required to calculate the likelihood scores of all frames with respect to all distributions in all models, considerable computation power was necessary. In order to improve reliability, utterance verification techniques were used to adjust the scores of the keyword candidates. All utterances were verified to insure that the keyword candidates existed in the input speech utter-

4 92 IEEE TRANSACTIONS ON REHABILITATION ENGINEERING, VOL. 8, NO. 1, MARCH 2000 ance. Two conditions were considered: 1) the scores of the highest and second candidates were too close and differed to a lesser degree than a predefined value or 2) the highest score was smaller than a predefined value, which meant that the discrimination capability was weak. If any one condition occurred, the recognition processing failed, i.e., the keyword recognition could not be accepted, and had to be attempted again. These methods can provide better results. The cepstrum mean subtraction (CMS) technique was applied to reduce the background noise effect. The cepstrum average was taken over the speech frames, which included the background noise. This average was then subtracted from each cepstral feature vector [18]. This method attempted to remove the noise embedded in the input speech on the feature level, and thus improve the performance to a certain degree. C. System Software The flow diagram of the speech controller system is shown in Fig. 3. The boot loader fetched the program codes from ROM to the SRAM and initialized the hardware of the speech controller system. The system then downloaded the predefined command models that were acquired from the trained speech space of a computer. These models were obtained from a speaker-independent model used at the speech lab, and all of the models were trained from 150 male speakers. The system then analyzed the environmental noise to prevent noise from interfering with the speech command. The zero-crossing rate and short time energy methods were adopted for detection of the endpoint of the received voice signal. The decided speech frame was transformed into a sequence of mel-cepstrum coefficients and was applied to CMS algorithm to reduce the noise interference. Then the recognition processes were then performed by comparing the obtained sequence of mel-cepstrum with pretrained word models. The recognized speech command was enunciated by the voice output chip. The person with a vision impairment could then check whether the speech command was correctly recognized. The Mandarin Chinese spoken words One through Nine, Zero, Point, Mega, Up, Down, Reset, and Hertz were recognized to state a desired channel frequency on the radio set. Within this system, the word Hertz was used for the termination of a command for channel frequency setting. When the word Hertz was recognized, the system treated the previous input speech as a completed command. The Up and Down words were used to adjust the voice volume of the radio set. The Reset command was used to renew the incorrect recognition to avoid mistaken command operation. A recognized speech command was converted into a suitable format for the remote controller to tune the channel frequency or adjust the voice volume of the radio set. III. EXPERIMENTAL RESULTS AND CONCLUSION Five volunteers took part in this experiment. Each subject selected ten desired channel frequencies randomly and then adjusted the volume up and down once on each channel. The portable speech controller system recognized the speech commands in succession and drove the peripheral interface. In the effective test of the noise reduction technique, we adjusted the background noise to create three test environments having about 30, 25, and 20 db signal-to-noise ratios (SNR s). The test environment was in a laboratory. The background noise included air-conditioner noise, multitalker babble, music-weighted noise, etc. The correct rate of speech command recognition before background noise reduction was 72 4% (mean SD) with 30 2 db SNR, 63 4% with 25 db SNR, and 56 % with 20 2 db SNR, respectively. After adopting the CMS technique to reduce the background noise, the correct rate was 90 2% with 30 2 db SNR, 88 2% with 25 2 db SNR, and 86 4% with 20 3 db SNR. However, with the application of the Reset command, all desired commands could be correctly recognized and executed. This paper has presented a portable speech controller system that consists of a speech recognition device, a voice generator, and a remote controller. The HMM-based keyword spotting technique, a set of subword models, and noise reduction techniques were used to recognize the speech commands. Although this system is based on Mandarin Chinese speech recognition, it could be applied to other languages by storing the associated command features into the ROM. Some modifications of the recognition software may also be necessary. This speech controller system is a high recognition rate, portable and low cost system. It should be very useful for radio amateurs with a vision impairment. This system can also be used by quadriplegics. Quadriplegics are usually unable to operate consumer electronics with their hands. The system has the potential to be a good human device interface for quadriplegics. This system can easily be retrofitted to commercial microwave ovens, televisions, air conditioners, and washing machines with remote controllers. ACKNOWLEDGMENT The authors would like to thank L.-S. Lee for providing a Mandarin Chinese speech database. REFERENCES [1] P. Blenkhorn and D. G. Evans, A system for enabling blind people to identify landmarks The sound buoy, IEEE Trans. Rehab. Eng., vol. 5, pp , Sept [2] P. Blenkhorn, Designing products that speak Lessons from talking systems for blind people, Comput. Contr. Eng. J., vol. 5, no. 4, pp , Aug [3] B. M. Lacquet and F. H. Baird, An affordable digital-display-to-nature-voice converter for visually impaired radio amateurs, IEEE Trans. Rehab. Eng., vol. 4, pp , Dec [4] B. R. David and J. G. Wilpon, Whither speech recognition The next 25 years, IEEE Commun. Mag., pp , Nov [5] J. G. Wilpon, L. R. Rabiner, C. H. Lee, and E. R. Goldman, Automatic recognition of keywords in unconstrained speech using hidden Markov models, IEEE Trans. Speech Signal Processing, vol. 38, pp , Nov [6] L. R. Rabiner and B. H. Juang, Fundamentals of Speech Recognition. Englewood Cliffs, NJ: Prentice-Hall, [7] L. R. Rabiner, A tutorial on hidden Markov models and selected applications in speech recognition, Proc. IEEE, vol. 77, pp , Feb [8] L. S. Lee, C. Y. Tseng, H. Y. Gu, F. H. Liu, C. H. Chang, Y. H. Lin, Y. Lee, S. H. Hsieh, and C. H. Chen, Golden Mandarin (I) A real-time Mandarin speech dictation machine for Chinese language with very large vocabulary, IEEE Trans. Speech Audio Processing, vol. 1, pp , Apr

5 LIN et al.: A NOVEL SPEECH CONTROLLER FOR RADIO AMATEURS WITH A VISION IMPAIRMENT 93 [9] H. M. Wang, T. H. Ho, R. C. Yang, J. L. Shen, B. R. Bai, J. C. Hong, W. P. Chen, T. L. Yu, and L. S. Lee, Complete recognition of continuous Mandarin speech for Chinese language with very large vocabulary using limited training data, IEEE Trans. Speech Audio Processing, vol. 5, pp , Mar [10] B. R. Bai, C. L. Chen, L. F. Chein, and L. S. Lee, Intelligent retrieval of dynamic networked information from mobile terminals using spoken natural language queries, IEEE Trans. Consum. Electron., vol. 44, pp , Feb [11] H. McDermott, A. E. Vandali, R. J. M. van Hoesel, C. M. McKay, J. M. Harrison, and L. T. Cohen, A portable programmable digital sound processor for cochlear implant research, IEEE Trans. Rehab. Eng., vol. 1, pp , June [12] Y. Nejime, T. Aritsuka, T. Imamura, T. Ifukube, and J. Matsushima, A portable digital speech-rate converter for hearing impairment, IEEE Trans. Rehab. Eng., vol. 4, pp , June [13] H. McDermott, A programmable sound processor for advanced hearing aid research, IEEE Trans. Rehab. Eng., vol. 6, pp , Mar [14] S. B. Davis and P. Mermelstein, Comparison of parametric representation for monosyllabic word recognition in continuously spoken sentences, IEEE Trans. Speech Audio Processing, vol. 28, pp , Apr [15] S. Furui, Speaker-independent isolated word recognition using dynamic features of speech spectrum, IEEE Trans. Acoust., Speech, Signal Processing, vol. 34, pp , Feb [16] C. H. Lee, B. H. Juang, F. K. Soong, and L. R. Rabiner, Word recognition using whole word and subword models, in Proc. Int. Conf. Acoust., Speech, and Signal Processing, 1989, pp [17] R. C. Rose and D. B. Paul, A hidden Markov model based keyword recognition system, in Proc. Int. Conf. Acoust., Speech, and Signal Processing, 1990, pp [18] B. S. Atal, Effectiveness of linear prediction characteristics of the speech wave for automatic speaker verification, J. Acoust. Soc. Amer., vol. 55, pp , Chih-Lung Lin was born in Tainan, Taiwan, R.O.C., in He received the M.S. and Ph.D. degrees in electrical engineering from National Taiwan University, Taiwan, R.O.C., in 1993 and 1999, respectively. His research interest are medical instrumentation, medical signal processing, and neuron modeling. Bo-Ren Bai received the B.S. and Ph.D degrees in electrical engineering from National Taiwan University, Taiwan, R.O.C., in 1992 and 1998, respectively. His research interests include speech processing and information retrieval. Li-Chun Du was born in Taipei, Taiwan, R.O.C., in He received the B.S. degree and is working toward the M.S. degree in electrical engineering from National Taiwan University, Taiwan, R.O.C. His research interests are speech processing and biomedical hardware design. Cheng-Tao Hu was born in Taiwan, R.O.C., in He received the Ph.D. degree in electrical engineering from National Taiwan University, Taiwan, R.O.C., in His research interests include medical signal processing. Shuenn-Tsong Young was born in Taiwan, R.O.C., in He received the M.S. and Ph.D. degrees from the Department of Electrical Engineering, National Taiwan University, Taiwan, R.O.C., in 1987 and 1989, respectively. Since 1994, he has been a Professor at the Institute of Biomedical Engineering and Director of the Research and Development Center of Biomedical Engineering, National Yang-Ming University. His research interest is focused on medical instrumentation, medical informatics, and medical electronics. Te-Son Kuo was born in Taiwan, R.O.C., on January 8, He received the B.S. degree in electrical engineering from National Taiwan University, Taipei, Taiwan, in 1960, and the M.S. and Ph.D. degrees in electrical engineering from Georgia Institute of Technology, Atlanta, in 1967 and 1970, respectively. From 1963 to 1964, he had one year study on digital computers in the Philips International Institute of Technological Studies, Eindhoven, The Netherlands. He was a Visiting Assistant Professor in the Electrical Engineering Department at Texas A & M University, College Station, TX, in From 1970 to 1973, he was an Associate Professor and became a Full Professor in 1973, then he served as the Department Head from 1975 to 1981, all in the Department of Electrical Engineering, National Taiwan University, where he is now a Full Professor. He has been also holding a joint appointment with the center for biomedical engineering, National Taiwan University since February His fields of interest are computer-aided design, control system, and biomedical engineering.

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

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS

AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS AN ANALYSIS OF SPEECH RECOGNITION PERFORMANCE BASED UPON NETWORK LAYERS AND TRANSFER FUNCTIONS Kuldeep Kumar 1, R. K. Aggarwal 1 and Ankita Jain 2 1 Department of Computer Engineering, National Institute

More information

Speech Recognition on Robot Controller

Speech Recognition on Robot Controller Speech Recognition on Robot Controller Implemented on FPGA Phan Dinh Duy, Vu Duc Lung, Nguyen Quang Duy Trang, and Nguyen Cong Toan University of Information Technology, National University Ho Chi Minh

More information

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter

Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter Speech Enhancement in Presence of Noise using Spectral Subtraction and Wiener Filter 1 Gupteswar Sahu, 2 D. Arun Kumar, 3 M. Bala Krishna and 4 Jami Venkata Suman Assistant Professor, Department of ECE,

More information

SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS

SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS SIMULATION VOICE RECOGNITION SYSTEM FOR CONTROLING ROBOTIC APPLICATIONS 1 WAHYU KUSUMA R., 2 PRINCE BRAVE GUHYAPATI V 1 Computer Laboratory Staff., Department of Information Systems, Gunadarma University,

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

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

RECENTLY, there has been an increasing interest in noisy

RECENTLY, there has been an increasing interest in noisy IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 52, NO. 9, SEPTEMBER 2005 535 Warped Discrete Cosine Transform-Based Noisy Speech Enhancement Joon-Hyuk Chang, Member, IEEE Abstract In

More information

Isolated Digit Recognition Using MFCC AND DTW

Isolated Digit Recognition Using MFCC AND DTW MarutiLimkar a, RamaRao b & VidyaSagvekar c a Terna collegeof Engineering, Department of Electronics Engineering, Mumbai University, India b Vidyalankar Institute of Technology, Department ofelectronics

More information

Simple Impulse Noise Cancellation Based on Fuzzy Logic

Simple Impulse Noise Cancellation Based on Fuzzy Logic Simple Impulse Noise Cancellation Based on Fuzzy Logic Chung-Bin Wu, Bin-Da Liu, and Jar-Ferr Yang wcb@spic.ee.ncku.edu.tw, bdliu@cad.ee.ncku.edu.tw, fyang@ee.ncku.edu.tw Department of Electrical Engineering

More information

AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES

AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES N. Sunil 1, K. Sahithya Reddy 2, U.N.D.L.mounika 3 1 ECE, Gurunanak Institute of Technology, (India) 2 ECE,

More information

Research Article Implementation of a Tour Guide Robot System Using RFID Technology and Viterbi Algorithm-Based HMM for Speech Recognition

Research Article Implementation of a Tour Guide Robot System Using RFID Technology and Viterbi Algorithm-Based HMM for Speech Recognition Mathematical Problems in Engineering, Article ID 262791, 7 pages http://dx.doi.org/10.1155/2014/262791 Research Article Implementation of a Tour Guide Robot System Using RFID Technology and Viterbi Algorithm-Based

More information

IN MANY industrial applications, ac machines are preferable

IN MANY industrial applications, ac machines are preferable IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 46, NO. 1, FEBRUARY 1999 111 Automatic IM Parameter Measurement Under Sensorless Field-Oriented Control Yih-Neng Lin and Chern-Lin Chen, Member, IEEE Abstract

More information

Non-intrusive intelligibility prediction for Mandarin speech in noise. Creative Commons: Attribution 3.0 Hong Kong License

Non-intrusive intelligibility prediction for Mandarin speech in noise. Creative Commons: Attribution 3.0 Hong Kong License Title Non-intrusive intelligibility prediction for Mandarin speech in noise Author(s) Chen, F; Guan, T Citation The 213 IEEE Region 1 Conference (TENCON 213), Xi'an, China, 22-25 October 213. In Conference

More information

Advanced Digital Motion Control Using SERCOS-based Torque Drives

Advanced Digital Motion Control Using SERCOS-based Torque Drives Advanced Digital Motion Using SERCOS-based Torque Drives Ying-Yu Tzou, Andes Yang, Cheng-Chang Hsieh, and Po-Ching Chen Power Electronics & Motion Lab. Dept. of Electrical and Engineering National Chiao

More information

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter

Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Reduction of Musical Residual Noise Using Harmonic- Adapted-Median Filter Ching-Ta Lu, Kun-Fu Tseng 2, Chih-Tsung Chen 2 Department of Information Communication, Asia University, Taichung, Taiwan, ROC

More information

Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction

Speech Enhancement Using Spectral Flatness Measure Based Spectral Subtraction IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 7, Issue, Ver. I (Mar. - Apr. 7), PP 4-46 e-issn: 9 4, p-issn No. : 9 497 www.iosrjournals.org Speech Enhancement Using Spectral Flatness Measure

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

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

ULTRAWIDEBAND (UWB) communication systems,

ULTRAWIDEBAND (UWB) communication systems, 1726 IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 40, NO. 8, AUGUST 2005 A 1-GS/s FFT/IFFT Processor for UWB Applications Yu-Wei Lin, Hsuan-Yu Liu, and Chen-Yi Lee, Member, IEEE Abstract In this paper, we

More information

On Design and Implementation of an Embedded Automatic Speech Recognition System

On Design and Implementation of an Embedded Automatic Speech Recognition System On Design and Implementation of an Embedded Automatic Speech Recognition System Sujay Phadke Rhishikesh Limaye Siddharth Verma Kavitha Subramanian Indian Institute of Technology, Bombay Dept. of Electrical

More information

Autonomous Vehicle Speaker Verification System

Autonomous Vehicle Speaker Verification System Autonomous Vehicle Speaker Verification System Functional Requirements List and Performance Specifications Aaron Pfalzgraf Christopher Sullivan Project Advisor: Dr. Jose Sanchez 4 November 2013 AVSVS 2

More information

E LECTROOPTICAL(EO)modulatorsarekeydevicesinoptical

E LECTROOPTICAL(EO)modulatorsarekeydevicesinoptical 286 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 2, JANUARY 15, 2008 Design and Fabrication of Sidewalls-Extended Electrode Configuration for Ridged Lithium Niobate Electrooptical Modulator Yi-Kuei Wu,

More information

REFERENCES. [1] P. J. van Wijnen, H. R. Claessen, and E. A. Wolsheimer, A new straightforward

REFERENCES. [1] P. J. van Wijnen, H. R. Claessen, and E. A. Wolsheimer, A new straightforward REFERENCES [1] P. J. van Wijnen, H. R. Claessen, and E. A. Wolsheimer, A new straightforward calibration and correction procedure for on-wafer high-frequency S-parameter measurements (45 MHz 18 GHz), in

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

Chapter 6: DSP And Its Impact On Technology. Book: Processor Design Systems On Chip. By Jari Nurmi

Chapter 6: DSP And Its Impact On Technology. Book: Processor Design Systems On Chip. By Jari Nurmi Chapter 6: DSP And Its Impact On Technology Book: Processor Design Systems On Chip Computing For ASICs And FPGAs By Jari Nurmi Slides Prepared by: Omer Anjum Introduction The early beginning g of DSP DSP

More information

A Real Time Noise-Robust Speech Recognition System

A Real Time Noise-Robust Speech Recognition System A Real Time Noise-Robust Speech Recognition System 7 A Real Time Noise-Robust Speech Recognition System Naoya Wada, Shingo Yoshizawa, and Yoshikazu Miyanaga, Non-members ABSTRACT This paper introduces

More information

A DEVICE FOR AUTOMATIC SPEECH RECOGNITION*

A DEVICE FOR AUTOMATIC SPEECH RECOGNITION* EVICE FOR UTOTIC SPEECH RECOGNITION* ats Blomberg and Kjell Elenius INTROUCTION In the following a device for automatic recognition of isolated words will be described. It was developed at The department

More information

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA ECE-492/3 Senior Design Project Spring 2015 Electrical and Computer Engineering Department Volgenau

More information

Performance analysis of voice activity detection algorithm for robust speech recognition system under different noisy environment

Performance analysis of voice activity detection algorithm for robust speech recognition system under different noisy environment BABU et al: VOICE ACTIVITY DETECTION ALGORITHM FOR ROBUST SPEECH RECOGNITION SYSTEM Journal of Scientific & Industrial Research Vol. 69, July 2010, pp. 515-522 515 Performance analysis of voice activity

More information

Determination of instants of significant excitation in speech using Hilbert envelope and group delay function

Determination of instants of significant excitation in speech using Hilbert envelope and group delay function Determination of instants of significant excitation in speech using Hilbert envelope and group delay function by K. Sreenivasa Rao, S. R. M. Prasanna, B.Yegnanarayana in IEEE Signal Processing Letters,

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

Speech Enhancement Using a Mixture-Maximum Model

Speech Enhancement Using a Mixture-Maximum Model IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 10, NO. 6, SEPTEMBER 2002 341 Speech Enhancement Using a Mixture-Maximum Model David Burshtein, Senior Member, IEEE, and Sharon Gannot, Member, IEEE

More information

Exact Synthesis of Broadband Three-Line Baluns Hong-Ming Lee, Member, IEEE, and Chih-Ming Tsai, Member, IEEE

Exact Synthesis of Broadband Three-Line Baluns Hong-Ming Lee, Member, IEEE, and Chih-Ming Tsai, Member, IEEE 140 IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 57, NO. 1, JANUARY 2009 Exact Synthesis of Broadband Three-Line Baluns Hong-Ming Lee, Member, IEEE, and Chih-Ming Tsai, Member, IEEE Abstract

More information

Implementing Speaker Recognition

Implementing Speaker Recognition Implementing Speaker Recognition Chase Zhou Physics 406-11 May 2015 Introduction Machinery has come to replace much of human labor. They are faster, stronger, and more consistent than any human. They ve

More information

Effective post-processing for single-channel frequency-domain speech enhancement Weifeng Li a

Effective post-processing for single-channel frequency-domain speech enhancement Weifeng Li a R E S E A R C H R E P O R T I D I A P Effective post-processing for single-channel frequency-domain speech enhancement Weifeng Li a IDIAP RR 7-7 January 8 submitted for publication a IDIAP Research Institute,

More information

ROBUST PITCH TRACKING USING LINEAR REGRESSION OF THE PHASE

ROBUST PITCH TRACKING USING LINEAR REGRESSION OF THE PHASE - @ Ramon E Prieto et al Robust Pitch Tracking ROUST PITCH TRACKIN USIN LINEAR RERESSION OF THE PHASE Ramon E Prieto, Sora Kim 2 Electrical Engineering Department, Stanford University, rprieto@stanfordedu

More information

PHASE-LOCKED loops (PLLs) are widely used in many

PHASE-LOCKED loops (PLLs) are widely used in many IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 3, MARCH 2011 149 Built-in Self-Calibration Circuit for Monotonic Digitally Controlled Oscillator Design in 65-nm CMOS Technology

More information

Active Noise Cancellation System Using DSP Prosessor

Active Noise Cancellation System Using DSP Prosessor International Journal of Scientific & Engineering Research, Volume 4, Issue 4, April-2013 699 Active Noise Cancellation System Using DSP Prosessor G.U.Priyanga, T.Sangeetha, P.Saranya, Mr.B.Prasad Abstract---This

More information

Single Channel Speaker Segregation using Sinusoidal Residual Modeling

Single Channel Speaker Segregation using Sinusoidal Residual Modeling NCC 2009, January 16-18, IIT Guwahati 294 Single Channel Speaker Segregation using Sinusoidal Residual Modeling Rajesh M Hegde and A. Srinivas Dept. of Electrical Engineering Indian Institute of Technology

More information

Robust Low-Resource Sound Localization in Correlated Noise

Robust Low-Resource Sound Localization in Correlated Noise INTERSPEECH 2014 Robust Low-Resource Sound Localization in Correlated Noise Lorin Netsch, Jacek Stachurski Texas Instruments, Inc. netsch@ti.com, jacek@ti.com Abstract In this paper we address the problem

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

SPEECH communication under noisy conditions is difficult

SPEECH communication under noisy conditions is difficult IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL 6, NO 5, SEPTEMBER 1998 445 HMM-Based Strategies for Enhancement of Speech Signals Embedded in Nonstationary Noise Hossein Sameti, Hamid Sheikhzadeh,

More information

Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM

Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM 1 M.Sivakami, 2 Dr.A.Palanisamy 1 Research Scholar, 2 Assistant Professor, Department of ECE, Sree Vidyanikethan

More information

THE reference spur for a phase-locked loop (PLL) is generated

THE reference spur for a phase-locked loop (PLL) is generated IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 54, NO. 8, AUGUST 2007 653 Spur-Suppression Techniques for Frequency Synthesizers Che-Fu Liang, Student Member, IEEE, Hsin-Hua Chen, and

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

An Adaptive Multi-Band System for Low Power Voice Command Recognition

An Adaptive Multi-Band System for Low Power Voice Command Recognition INTERSPEECH 206 September 8 2, 206, San Francisco, USA An Adaptive Multi-Band System for Low Power Voice Command Recognition Qing He, Gregory W. Wornell, Wei Ma 2 EECS & RLE, MIT, Cambridge, MA 0239, USA

More information

Low-Complexity High-Order Vector-Based Mismatch Shaping in Multibit ΔΣ ADCs Nan Sun, Member, IEEE, and Peiyan Cao, Student Member, IEEE

Low-Complexity High-Order Vector-Based Mismatch Shaping in Multibit ΔΣ ADCs Nan Sun, Member, IEEE, and Peiyan Cao, Student Member, IEEE 872 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 58, NO. 12, DECEMBER 2011 Low-Complexity High-Order Vector-Based Mismatch Shaping in Multibit ΔΣ ADCs Nan Sun, Member, IEEE, and Peiyan

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

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

Speech Enhancement using Wiener filtering

Speech Enhancement using Wiener filtering Speech Enhancement using Wiener filtering S. Chirtmay and M. Tahernezhadi Department of Electrical Engineering Northern Illinois University DeKalb, IL 60115 ABSTRACT The problem of reducing the disturbing

More information

Comparison of Spectral Analysis Methods for Automatic Speech Recognition

Comparison of Spectral Analysis Methods for Automatic Speech Recognition INTERSPEECH 2013 Comparison of Spectral Analysis Methods for Automatic Speech Recognition Venkata Neelima Parinam, Chandra Vootkuri, Stephen A. Zahorian Department of Electrical and Computer Engineering

More information

IN SEVERAL wireless hand-held systems, the finite-impulse

IN SEVERAL wireless hand-held systems, the finite-impulse IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 51, NO. 1, JANUARY 2004 21 Power-Efficient FIR Filter Architecture Design for Wireless Embedded System Shyh-Feng Lin, Student Member,

More information

WITH the rapid evolution of liquid crystal display (LCD)

WITH the rapid evolution of liquid crystal display (LCD) IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 43, NO. 2, FEBRUARY 2008 371 A 10-Bit LCD Column Driver With Piecewise Linear Digital-to-Analog Converters Chih-Wen Lu, Member, IEEE, and Lung-Chien Huang Abstract

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals 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

IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING. Department of Signal Theory and Communications. c/ Gran Capitán s/n, Campus Nord, Edificio D5

IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING. Department of Signal Theory and Communications. c/ Gran Capitán s/n, Campus Nord, Edificio D5 IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING Javier Hernando Department of Signal Theory and Communications Polytechnical University of Catalonia c/ Gran Capitán s/n, Campus Nord, Edificio D5 08034

More information

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval

Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Wavelet-Based Multiresolution Matching for Content-Based Image Retrieval Te-Wei Chiang 1 Tienwei Tsai 2 Yo-Ping Huang 2 1 Department of Information Networing Technology, Chihlee Institute of Technology,

More information

Methods for Reducing the Activity Switching Factor

Methods for Reducing the Activity Switching Factor International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume, Issue 3 (March 25), PP.7-25 Antony Johnson Chenginimattom, Don P John M.Tech Student,

More information

Separating Voiced Segments from Music File using MFCC, ZCR and GMM

Separating Voiced Segments from Music File using MFCC, ZCR and GMM Separating Voiced Segments from Music File using MFCC, ZCR and GMM Mr. Prashant P. Zirmite 1, Mr. Mahesh K. Patil 2, Mr. Santosh P. Salgar 3,Mr. Veeresh M. Metigoudar 4 1,2,3,4Assistant Professor, Dept.

More information

POLAR COORDINATE MAPPING METHOD FOR AN IMPROVED INFRARED EYE-TRACKING SYSTEM

POLAR COORDINATE MAPPING METHOD FOR AN IMPROVED INFRARED EYE-TRACKING SYSTEM BIOMEDICAL ENGINEERING- APPLICATIONS, BASIS & COMMUNICATIONS POLAR COORDINATE MAPPING METHOD FOR AN IMPROVED INFRARED EYE-TRACKING SYSTEM 141 CHERN-SHENG LIN 1, HSIEN-TSE CHEN 1, CHIA-HAU LIN 1, MAU-SHIUN

More information

A 4b/cycle Flash-assisted SAR ADC with Comparator Speed-boosting Technique

A 4b/cycle Flash-assisted SAR ADC with Comparator Speed-boosting Technique JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.18, NO.2, APRIL, 2018 ISSN(Print) 1598-1657 https://doi.org/10.5573/jsts.2018.18.2.281 ISSN(Online) 2233-4866 A 4b/cycle Flash-assisted SAR ADC with

More information

Journal Papers. No. Title

Journal Papers. No. Title Journal Papers No. Title 1 2 3 4 5 6 7 8 M.-L. Wang, C.-P. Li*, and W.-J. Huang, Semi-blind channel estimation and precoding scheme in two-way multi-relay networks, IEEE Trans. on Signal Processing, Accepted,

More information

Robust telephone speech recognition based on channel compensation

Robust telephone speech recognition based on channel compensation Pattern Recognition 32 (1999) 1061}1067 Robust telephone speech recognition based on channel compensation Jiqing Han*, Wen Gao Department of Computer Science and Engineering, Harbin Institute of Technology,

More information

MMSE STSA Based Techniques for Single channel Speech Enhancement Application Simit Shah 1, Roma Patel 2

MMSE STSA Based Techniques for Single channel Speech Enhancement Application Simit Shah 1, Roma Patel 2 MMSE STSA Based Techniques for Single channel Speech Enhancement Application Simit Shah 1, Roma Patel 2 1 Electronics and Communication Department, Parul institute of engineering and technology, Vadodara,

More information

Isolated Word Recognition Based on Combination of Multiple Noise-Robust Techniques

Isolated Word Recognition Based on Combination of Multiple Noise-Robust Techniques Isolated Word Recognition Based on Combination of Multiple Noise-Robust Techniques 81 Isolated Word Recognition Based on Combination of Multiple Noise-Robust Techniques Noboru Hayasaka 1, Non-member ABSTRACT

More information

Time-Frequency Distributions for Automatic Speech Recognition

Time-Frequency Distributions for Automatic Speech Recognition 196 IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 9, NO. 3, MARCH 2001 Time-Frequency Distributions for Automatic Speech Recognition Alexandros Potamianos, Member, IEEE, and Petros Maragos, Fellow,

More information

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

High-speed Noise Cancellation with Microphone Array

High-speed Noise Cancellation with Microphone Array Noise Cancellation a Posteriori Probability, Maximum Criteria Independent Component Analysis High-speed Noise Cancellation with Microphone Array We propose the use of a microphone array based on independent

More information

x ( Primary Path d( P (z) - e ( y ( Adaptive Filter W (z) y( S (z) Figure 1 Spectrum of motorcycle noise at 40 mph. modeling of the secondary path to

x ( Primary Path d( P (z) - e ( y ( Adaptive Filter W (z) y( S (z) Figure 1 Spectrum of motorcycle noise at 40 mph. modeling of the secondary path to Active Noise Control for Motorcycle Helmets Kishan P. Raghunathan and Sen M. Kuo Department of Electrical Engineering Northern Illinois University DeKalb, IL, USA Woon S. Gan School of Electrical and Electronic

More information

Fundamental frequency estimation of speech signals using MUSIC algorithm

Fundamental frequency estimation of speech signals using MUSIC algorithm Acoust. Sci. & Tech. 22, 4 (2) TECHNICAL REPORT Fundamental frequency estimation of speech signals using MUSIC algorithm Takahiro Murakami and Yoshihisa Ishida School of Science and Technology, Meiji University,,

More information

Evaluating the Performance of MLP Neural Network and GRNN in Active Cancellation of Sound Noise

Evaluating the Performance of MLP Neural Network and GRNN in Active Cancellation of Sound Noise Evaluating the Performance of Neural Network and in Active Cancellation of Sound Noise M. Salmasi, H. Mahdavi-Nasab, and H. Pourghassem Abstract Active noise control (ANC) is based on the destructive interference

More information

IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives

IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 14, NO. 3, MAY 1999 541 A Sliding Mode Current Control Scheme for PWM Brushless DC Motor Drives Jessen Chen and Pei-Chong Tang Abstract This paper proposes

More information

ON THE IMPLEMENTATION OF MELODY RECOGNITION ON 8-BIT AND 16-BIT MICROCONTROLLERS

ON THE IMPLEMENTATION OF MELODY RECOGNITION ON 8-BIT AND 16-BIT MICROCONTROLLERS ON THE IMPLEMENTATION OF MELODY RECOGNITION ON 8-BIT AND 16-BIT MICROCONTROLLERS Jyh-Shing Roger Jang and Yung-Sen Jang Dept. of Computer Science, National Tsing Hua University, Taiwan Email: {jang, aircop}

More information

Speech Enhancement: Reduction of Additive Noise in the Digital Processing of Speech

Speech Enhancement: Reduction of Additive Noise in the Digital Processing of Speech Speech Enhancement: Reduction of Additive Noise in the Digital Processing of Speech Project Proposal Avner Halevy Department of Mathematics University of Maryland, College Park ahalevy at math.umd.edu

More information

A Fuzzy-Based Impulse Noise Detection and Cancellation for Real-Time Processing in Video Receivers

A Fuzzy-Based Impulse Noise Detection and Cancellation for Real-Time Processing in Video Receivers 780 IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 52, NO. 3, JUNE 2003 A Fuzzy-Based Impulse Noise Detection and Cancellation for Real-Time Processing in Video Receivers Chung-Bin Wu, Bin-Da

More information

RECENTLY, the fast growing wireless local area network

RECENTLY, the fast growing wireless local area network 1002 IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 55, NO. 5, MAY 2007 Dual-Band Filter Design With Flexible Passband Frequency and Bandwidth Selections Hong-Ming Lee, Member, IEEE, and Chih-Ming

More information

An Adaptive Algorithm for Morse Code Recognition

An Adaptive Algorithm for Morse Code Recognition An Adaptive Algorithm for Morse Code Recognition by Cheng-Hong Yang Dept of Electronic Engineering National Kaohsiung Institute of Technology Kaohsiung, Taiwan 807 Ching-Hsing Luo ABSTRACT The Morse code

More information

International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov Dec 2015

International Journal of Engineering and Techniques - Volume 1 Issue 6, Nov Dec 2015 RESEARCH ARTICLE OPEN ACCESS A Comparative Study on Feature Extraction Technique for Isolated Word Speech Recognition Easwari.N 1, Ponmuthuramalingam.P 2 1,2 (PG & Research Department of Computer Science,

More information

AMONG planar metal-plate monopole antennas of various

AMONG planar metal-plate monopole antennas of various 1262 IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 53, NO. 4, APRIL 2005 Ultrawide-Band Square Planar Metal-Plate Monopole Antenna With a Trident-Shaped Feeding Strip Kin-Lu Wong, Senior Member,

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

I D I A P. On Factorizing Spectral Dynamics for Robust Speech Recognition R E S E A R C H R E P O R T. Iain McCowan a Hemant Misra a,b

I D I A P. On Factorizing Spectral Dynamics for Robust Speech Recognition R E S E A R C H R E P O R T. Iain McCowan a Hemant Misra a,b R E S E A R C H R E P O R T I D I A P On Factorizing Spectral Dynamics for Robust Speech Recognition a Vivek Tyagi Hervé Bourlard a,b IDIAP RR 3-33 June 23 Iain McCowan a Hemant Misra a,b to appear in

More information

CIRCULAR polarizers, which play an important role in

CIRCULAR polarizers, which play an important role in IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 52, NO. 7, JULY 2004 1719 A Circular Polarizer Designed With a Dielectric Septum Loading Shih-Wei Wang, Chih-Hung Chien, Chun-Long Wang, and Ruey-Beei

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

Automatic Morse Code Recognition Under Low SNR

Automatic Morse Code Recognition Under Low SNR 2nd International Conference on Mechanical, Electronic, Control and Automation Engineering (MECAE 2018) Automatic Morse Code Recognition Under Low SNR Xianyu Wanga, Qi Zhaob, Cheng Mac, * and Jianping

More information

Automotive three-microphone voice activity detector and noise-canceller

Automotive three-microphone voice activity detector and noise-canceller Res. Lett. Inf. Math. Sci., 005, Vol. 7, pp 47-55 47 Available online at http://iims.massey.ac.nz/research/letters/ Automotive three-microphone voice activity detector and noise-canceller Z. QI and T.J.MOIR

More information

Blind Source Separation for a Robust Audio Recognition Scheme in Multiple Sound-Sources Environment

Blind Source Separation for a Robust Audio Recognition Scheme in Multiple Sound-Sources Environment International Conference on Mechatronics, Electronic, Industrial and Control Engineering (MEIC 25) Blind Source Separation for a Robust Audio Recognition in Multiple Sound-Sources Environment Wei Han,2,3,

More information

BIOLOGICALLY-INSPIRED SIGNAL PROCESSOR USING LATERAL INHIBITION AND INTEGRATIVE FUNCTION MECHANISMS FOR HIGH INSTANTANEOUS DYNAMIC RANGE

BIOLOGICALLY-INSPIRED SIGNAL PROCESSOR USING LATERAL INHIBITION AND INTEGRATIVE FUNCTION MECHANISMS FOR HIGH INSTANTANEOUS DYNAMIC RANGE BIOLOGICALLY-INSPIRED SIGNAL PROCESSOR USING LATERAL INHIBITION AND INTEGRATIVE FUNCTION MECHANISMS FOR HIGH INSTANTANEOUS DYNAMIC RANGE Kiran George Department of Computer Engineering California State

More information

GENERALLY speaking, to decrease the size and weight of

GENERALLY speaking, to decrease the size and weight of 532 IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 24, NO. 2, FEBRUARY 2009 A Low-Consumption Regulated Gate Driver for Power MOSFET Ren-Huei Tzeng, Student Member, IEEE, and Chern-Lin Chen, Senior Member,

More information

Teaching Digital Signal Processing with MatLab and DSP Kits

Teaching Digital Signal Processing with MatLab and DSP Kits Teaching Digital Signal Processing with MatLab and DSP Kits Authors: Marco Antonio Assis de Melo,Centro Universitário da FEI, S.B. do Campo,Brazil, mant@fei.edu.br Alessandro La Neve, Centro Universitário

More information

A Courseware about Microwave Antenna Pattern

A Courseware about Microwave Antenna Pattern Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) A Courseware about Microwave Antenna Pattern Shih-Cheng Lin, Chi-Wen Hsieh*, Yi-Ting Tzeng, Lin-Chuen Hsu, and Chih-Yu Cheng

More information

THIS paper deals with the generation of multi-phase clocks,

THIS paper deals with the generation of multi-phase clocks, 984 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 53, NO. 5, MAY 2006 Phase Averaging and Interpolation Using Resistor Strings or Resistor Rings for Multi-Phase Clock Generation Ju-Ming

More information

Single-Channel Speech Enhancement in Variable Noise-Level Environment

Single-Channel Speech Enhancement in Variable Noise-Level Environment IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 33, NO. 1, JANUARY 2003 137 1) The customer groups are correlated: Interestingly, the demographic group female-under-25

More information

Design and Analysis of a Portable High-Speed Clock Generator

Design and Analysis of a Portable High-Speed Clock Generator IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 48, NO. 4, APRIL 2001 367 Design and Analysis of a Portable High-Speed Clock Generator Terng-Yin Hsu, Chung-Cheng

More information

AN EFFICIENT ALGORITHM FOR THE REMOVAL OF IMPULSE NOISE IN IMAGES USING BLACKFIN PROCESSOR

AN EFFICIENT ALGORITHM FOR THE REMOVAL OF IMPULSE NOISE IN IMAGES USING BLACKFIN PROCESSOR AN EFFICIENT ALGORITHM FOR THE REMOVAL OF IMPULSE NOISE IN IMAGES USING BLACKFIN PROCESSOR S. Preethi 1, Ms. K. Subhashini 2 1 M.E/Embedded System Technologies, 2 Assistant professor Sri Sai Ram Engineering

More information

DWT BASED AUDIO WATERMARKING USING ENERGY COMPARISON

DWT BASED AUDIO WATERMARKING USING ENERGY COMPARISON DWT BASED AUDIO WATERMARKING USING ENERGY COMPARISON K.Thamizhazhakan #1, S.Maheswari *2 # PG Scholar,Department of Electrical and Electronics Engineering, Kongu Engineering College,Erode-638052,India.

More information

Active Noise Cancellation System using low power for Ear Headphones

Active Noise Cancellation System using low power for Ear Headphones This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com Active Noise Cancellation System using low power for Ear Headphones

More information

A NOVEL DESIGN OF LTE SMART MOBILE ANTENNA WITH MULTIBAND OPERATION

A NOVEL DESIGN OF LTE SMART MOBILE ANTENNA WITH MULTIBAND OPERATION Progress In Electromagnetics Research C, Vol. 42, 19 124, 213 A NOVEL DESIGN OF LTE SMART MOBILE ANTENNA WITH MULTIBAND OPERATION Sheng-Ming Deng 1, *, Ching-Long Tsai 1, Jiun-Peng Gu 2, Kwong-Kau Tiong

More information

THE problem of acoustic echo cancellation (AEC) was

THE problem of acoustic echo cancellation (AEC) was IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 13, NO. 6, NOVEMBER 2005 1231 Acoustic Echo Cancellation and Doubletalk Detection Using Estimated Loudspeaker Impulse Responses Per Åhgren Abstract

More information

Active Noise Cancellation Headsets

Active Noise Cancellation Headsets W2008 EECS 452 Project Active Noise Cancellation Headsets Kuang-Hung liu, Liang-Chieh Chen, Timothy Ma, Gowtham Bellala, Kifung Chu 4 / 15 / 2008 Outline Motivation & Introduction Challenges Approach 1

More information