Exploring Convolutional Neural Network Structures and Optimization Techniques for Speech Recognition

Size: px
Start display at page:

Download "Exploring Convolutional Neural Network Structures and Optimization Techniques for Speech Recognition"

Transcription

1 INTERSPEECH 2013 Exploing Convolutional Neual Netwok Stuctues and Optimization Techniques fo Speech Recognition Ossama Abdel-Hamid 1, Li Deng 2, Dong Yu 2 1 Depatment of Compute Science and Engineeing, Yok Univesity, Toonto, Ontaio, Canada 2 Micosoft Reseach, Redmond, WA USA ossama@cse.yoku.ca, {deng, dongyu}@micosoft.com Abstact Recently, convolutional neual netwoks (CNNs) have been shown to outpefom the standad fully connected deep neual netwoks within the hybid deep neual netwok / hidden Makov model (DNN/HMM) famewok on the phone ecognition task. In this pape, we extend the ealie basic fom of the CNN and exploe it in multiple ways. We fist investigate seveal CNN achitectues, including full and limited weight shaing, convolution along fequency and time axes, and stacking of seveal convolution layes. We then develop a novel weighted softmax pooling laye so that the size in the pooling laye can be automatically leaned. Futhe, we evaluate the effect of CNN petaining, which is achieved by using a convolutional vesion of the RBM. We show that all CNN achitectues we have investigated outpefom the ealie basic fom of the DNN on both the phone ecognition and lage vocabulay speech ecognition tasks. The achitectue with limited weight shaing povides additional gains ove the full weight shaing achitectue. The softmax pooling laye pefoms as well as the best CNN with the manually tuned fixed-pooling size, and has a potential fo futhe impovement. Finally, we show that CNN petaining poduces significantly bette esults on a lage vocabulay speech ecognition task. Index Tems: Convolutional Neual Netwok, Hybid Neual Netwok / Hidden Makov Models, Petaining, Convolutional Resticted Boltzmann Machine 1. Intoduction Recently, deep neual netwok hidden Makov model (DNN/HMM) hybid systems achieved emakable pefomance in many lage vocabulay speech ecognition tasks [1, 2, 3, 4, 5, 6, 7]. This is attibuted to the impoved modeling powe of the DNN that enables it to map complex pattens into class labels o posteio pobabilities. This modeling powe stems fom the deep-layeed stuctue and the distibuted epesentation. Moeove, unsupevised petaining of the DNN helps in achieving bette pefomance fo some tasks. This unsupevised petaining is typically done by stacking single layeed geneative models called Resticted Boltzmann Machine (RBM). Moe ecently, Abdel-Hamid et al. [8] showed that a special neual netwok stuctue called the convolutional neual netwok (CNN) can futhe impove the hybid model pefomance on the TIMIT phone ecognition task. The CNN exploits domain knowledge about featue invaiances within its stuctue and has been successfully applied to vaious image analysis and ecognition tasks [9, 10]. Fo speech pocessing, CNN was theoetically poposed (with no expeimental veification) in [11] but with convolution along the time axis to obtain Fequency bands Static,, Fames Convolution laye featue maps Shae same weights max pooling featue maps othe fully connected hidden layes Figue 1: A convolutional neual netwok with full weight shaing applied along the fequency axis. featues obust to small tempoal shifts. In [12], a geneative model named convolutional RBM (CRBM) was used to lean speech featues without supevision but with one dimensional convolution along time. In [8], it has been shown that much gain can be obtained by applying convolution and max-pooling along fequency. Applying convolution along fequency esults in featues invaiant to small fequency shifts of speech featues, which often happen between diffeent speakes and fo the same speake in diffeent moods. Moeove, in [13], a heteogeneous pooling stuctue poved to be beneficial. In this pape, we futhe exploe CNNs in multiple dimensions. We fist investigate diffeent achitectues of the CNN, including full and limited shaing of convolution filtes, convolution along fequency and time axes, and the stacking of multiple convolution layes. We then popose a novel weighted softmax pooling laye to enable automatic leaning of the pooling size. Lastly we evaluate the effect of CNN petaining, which is achieved by stacking tained CRBMs and RBMs [14]. The est of the pape is oganized as follows. In section 2 we intoduce the CNN and its vaious achitectues. In section 3 we descibe the weighted softmax pooling. The CNN petaining is discussed in section 4. We epot the expeimental esults in section 5, and conclude the pape in section The convolutional neual newok 2.1. Basic stuctue The CNN is a neual netwok with a special stuctue. Figue 1 illustates an example CNN with full weight shaing. In this CNN the fist laye, which consists of a numbe of featue maps, Copyight 2013 ISCA August 2013, Lyon, Fance

2 is called a convolution laye. Each neuon in the convolution laye eceives input fom a local eceptive field epesenting featues of a limited fequency ange. Neuons that belong to the same featue map shae the same weights (also called filtes o kenels) but eceive diffeent inputs shifted in fequency. As a esult, the convolution laye does a convolution of the kenels with the lowe laye activations. Suppose the NN input is V R A B, whee A is the numbe of featues epesenting an input fequency band and B is the numbe of the input fequency bands. In the case of filte bank featues, B epesents the size of the filte bank featue vecto. Let s assume that v = [v 1 v 2... v B], whee v b is the featue vecto epesenting band b. The activations of the convolution laye can be computed as: ( s ) h = θ wb,jv T b+k 1 + a j, (1) whee h is the convolution laye s output of the jth featue map on the kth convolution laye band, s is the filte size, w b,j is a weight vecto epesenting the bth band of the jth filte, a j is the bias of the jth featue map, and θ(x) is the activation function, which is set to the sigmoid function in this wok. A pooling laye is added on top of the convolution laye to compute a lowe esolution epesentation of the convolution laye activations though sub-sampling. The pooling function, which computes some statistics of the activations, is typically applied to the neuons along a window of fequency bands and geneated fom the same featue map in the convolution laye. In [8] a max pooling function, which simply computes the maximum value of the featue ove the coesponding fequency bands, was used. The max-pooling activations can be computed as: p j,m = max (h j,(m 1) n+k), (2) k=1 whee p j,m is the pooling laye s output of the jth featue map and mth pooling laye band, n is the sub-sampling facto, and is the pooling size, which is the numbe of bands to be pooled togethe. Both weight shaing and max pooling play a vital ole in achieving invaiance to small fequency shifts. This is a desied popety because, fo example, the fomants of the same phoneme may appea on slightly diffeent fequencies fo diffeent speakes o even fo the same speake in diffeent states. Moeove, weight shaing helps in educing ove-fitting due to the educed numbe of tainable paametes. The convolution-pooling pais can be stacked up to obtain highe level featues, on top of which the standad fully connected layes can be added to combine the featues of diffeent bands Full and limited weight shaing We call the weight shaing scheme in Figue 1 the full weight shaing. This is the standad scheme used fo image pocessing. It is suitable fo image pocessing because the same image patten can appea at any position in an image. In speech, howeve, diffeent pattens appea in diffeent fequency bands. Fo this eason, a limited weight shaing scheme as shown in Figue 2 is moe suitable. The diffeence hee is that a diffeent (not shaed) kenel is used fo the diffeent fequency window in the convolution laye. Each neuon in the pooling laye summaizes convolution laye s activations geneated fom one paticula featue map defined by the kenels. It is as if the convolution and pooling layes ae divided into many sections, each Fequency bands Static,, Fames Convolution laye featue maps max pooling laye nodes Shae same weights Figue 2: A convolution neual netwok with limited weight shaing applied along the fequency axis. of which pocesses only a limited ange of the input bands and geneates only one output band in the pooling laye. In mathematical tems, the convolution and pooling laye activations can be computed as: ( s ) h (m) = θ w (m) b,j vt (m 1) n+b+k 1 + a (m) j, (3) and whee h (m) p j,m = max k=1 (h(m) ), (4) is the value of the kth band of the jth featue map at the mth convolution laye section, and p j,m is the value of the jth featue of the mth pooling laye band. This scheme also helps educe the numbe of neuons in the pooling laye. Because each band uses kenels that conside only the pattens appeaing in the coesponding fequency ange, the numbe of kenels pe band is educed and the esulted epesentation has bette ability to distinguish pattens in diffeent fequency bands. On the othe hand, this limited weight shaing scheme has the disadvantage of peventing the addition of moe convolution layes on top. This is because the featues in diffeent pooling laye bands in this scheme ae unelated and cannot be convolved. An altenative solution, which may lead to bette pefomance, is to apply the limited weight shaing convolution laye on top of a full weight shaing one Convolution along the time axis The CNN achitectue can also be applied along the time axis to educe tempoal vaiability. In the hybid NN/HMM famewok, the HMM is supposed to handle the speech tempoal vaiability. Howeve, since the scoes of each fame ae computed fom a window of consecutive fames, invaiance to small shifts within this context window can be desiable. Note that the pooling and sub-sampling doesn t affect the time esolution seen by the HMM. It only affects the time esolution eceived by highe layes of the CNN. Combining convolution along both fequency and time axes geneates a 2D CNN simila to the ones used fo image analysis, and allows fo futhe pefomance impovement. Diffeent fom that in the image analysis, though, the convolution and pooling paametes along the fequency and time dimensions ae independent in the speech analysis case. This inceases the 3367

3 numbe of model paametes to optimize and equies caeful handling of these paametes. 3. Weighted softmax pooling At the same time when max-pooling intoduces obustness to small fequency shifts, it educes discimination ability to some featues in some bands, esp. when a fixed pooling size is used as in the CNN pesented in the pevious section. To alleviate this poblem, we popose adding leanable weights to the pooling laye. Moe specifically, instead of using a max-pooling function, we use a softmax pooling function which is diffeentiable. The softmax pooling eplaces Eq. 4 by: p j,m = k=1 exp(u j,m,k )exp(ɛh (m) ) i=1 exp(uj,m,i)exp(ɛh(m) j,i ) h(m), (5) whee u j,m,i epesents the logaithm of the pooling weights, and ɛ is a softmax function paamete that contols its smoothness. The pooling weights can be leaned using the backpopagation algoithm by computing the deivative of Eq. 5. By modifying the pooling weights, a simila effect to modifying pooling size can be obtained. 4. Petaining RBM-based petaining impoves DNN pefomance when the taining set is small. Fo convolutional stuctues, a convolutional RBM (CRBM) has been poposed in [14]. Simila to the RBM, the taining of the CRBM maximizes the taining data likelihood using the appoximate contastive divegence algoithm. In the CRBM, the convolutional laye activations ae stochastic. The CRBM model defines the pobability of a cetain configuation of input and hidden units and the conditional pobability of hidden unit activations given the visible units and vice vesa. The CRBM defines a multinomial distibution ove the pooled hidden nodes and at most one node in a pooled set can be active. The conditional pobability of activation of a hidden node h (m) given the CRBM input is defined by the following softmax function: P (h (m) =1 V) = exp(i(h (m) ) k=1 exp(i(h(m) ), (6) whee I(h (m) ) is the summation of weighted signal eaching node h (m) fom the input laye and it is defined as I(h (m) )= s w (m) b,j vt (m 1) n+b+k 1 + a (m) j. (7) The conditional pobability distibution of v i,b, the visible units of the bth band of the ith featue map, given the hidden unit states can be computed by the following Gaussian distibution: P (v i,b H) =N (v i,b ; j,(k,m) C(i,b) h (m) wm i,f(b,k,m),j,σ 2 ) (8) whee the mean of this Gaussian is the summation of the weighted signal aiving fom the hidden units that ae connected to the visible units. C(i, b) epesents this connection as the set of indices of convolution bands and sections that eceive input fom the visible unit v i,b. w m i,f(b,k,m),j is the weight on the link fom the bth band of the ith input featue map to the kth band and the jth featue map of the mth convolution section. σ 2 is the vaiance of the Gaussian distibution and it is a fixed model paamete. The weights of a tained CRBM ae good initial values fo the convolution laye. Afte the fist convolution laye weights ae leaned, they ae used to compute the convolution and pooling laye outputs using equations 3 and 4. The outputs of the pooling laye ae used as inputs to petain the next laye as done in deep belief netwok taining [15]. 5. Expeimental esults 5.1. Expeimental setup Expeiments wee done on two datasets: TIMIT and Micosoftintenal voice seach (VS). The featue extaction is simila. Speech was analyzed using a 25-ms Hamming window with a 10-ms fixed fame ate. The speech featue vecto was geneated by a Fouie-tansfom-based filte-bank, which includes 40 coefficients distibuted on a Mel scale, along with thei fist and second tempoal deivatives. Enegy was added to TIMIT featue vecto only when limited weight shaing is used, while VS has no enegy component. All speech data wee nomalized so that each coefficient has zeo mean and unit vaiance. The oiginal mean and vaiance wee computed once ove the whole taining dataset and wee used fo nomalizing test data as well. In all expeiments a NN with thee hidden layes is used. Each laye is eithe a fully connected laye with 1000 nodes o a convolution and pooling pai The TIMIT phone ecognition task In TIMIT, we used the 462-speake taining set and emoved all SA sentences (they ae two sentences ead by all speakes). A sepaate development set of 50 speakes was used fo tuning the models paametes and contolling the NN taining pogess (the leaning ate and the numbe of iteations). Results ae epoted using the 24-speake coe test set, which has no ovelap with the development set. We used 183 taget class labels (i.e., 3 states fo each one of the 61 phones). Afte decoding, the 61 phone classes wee mapped to a set of 39 classes as in [16] fo scoing. In ou expeiments, a bi-gam language model ove phones, estimated fom the taining set, was used in decoding. To pepae the NN tagets, a mono-phone HMM was tained on the taining dataset, and it was used to geneate state-level foced alignments. Fo neual netwok taining, a leaning ate annealing and an ealy stopping stategies wee utilized as in [15] The voice seach task VS is a lage vocabulay voice seach dataset containing 18 hous of speech data. Initially, a ti-phone HMM was built with state tying. The state labels wee used as the NN tagets. NN taining was done using a fixed ecipe. The fist 15 epochs wee un with a leaning ate of Anothe 10 epochs wee un with a leaning ate of Results on CNN stuctue In this set of expeiments we compae diffeent convolution stuctues on TIMIT. Table 1 shows the esults. With a full weight shaing CNN we got elative eduction in phone eo ate (PER) of moe than 5% compaed to the DNN without convolution. With limited weight shaing the elative eduction 3368

4 Table 1: Compaisons of TIMIT phone ecognition accuacy among diffeent CNN achitectues. LWS: limited weight shaing; FWS: full weight shaing; K: # of featue maps; PS: pooling size; FS: filte size; B: # of bands. Convolution achitectue PER No convolution 22.9 % Feq FWS (K:200, PS:6, FS:8, B:20) 21.6% Feq LWS (K:84, PS:6, FS:8, B:20) 20.5% Time FWS (K:400, PS:2, FS:8, B:7) 22.5% 2D Multi-layes (K:40, PS:2,2, FS:3,3, B:20,7), (K:200, PS:3,1, FS:5,7, B:18,1) 21.5% exceeded 10%. Convolution though time impoved the scoe as well, though, the impovement was much smalle. This indicates that convolution though fequency is moe impotant. Thee ae a numbe of possibilities fo the limited impovement with convolution though time. Fistly, the pooling and sampling may affect label localization though time because it deceases time esolution fo highe CNN layes. Thus it would be moe difficult fo highe layes to attibute the label to the cente fame. Secondly, the numbe of fames within the time window is only 15. This may decease the benefit of convolution along time as compaed with the 40 fequency bands. The last ow shows the esult of an attempt to use a 2D convolution with two convolution layes. Full weight shaing was used so that moe than one convolution layes can be stacked. A small impovement was obtained ove one laye of full weight shaing, but we think that with moe optimization of the paametes we can get a bette pefomance Results on weighted softmax pooling In this expeiment, we tested the pefomance of weighted softmax pooling. An achitectue simila to the limited weight shaing CNN used in the pevious sub-section was used hee. The pooling weights wee initialized with one. Then, the weights wee updated using the back-popagation algoithm. In one expeiments weights wee not tied and we got 20.8% PER. While in anothe expeiment, weights wee tied within thee goups whee each goup has 28 featue maps shaing the same pooling weights. In this case we got 20.4% PER, which is slightly bette than that achieved with max-pooling. Figue 3 shows the leaned weights. We notice that some bands eceive wide inputs than othes. This indicates that diffeent bands and featue maps ae moe suited to diffeent pooling sizes Results on Petaining To test the effects of petaining a CNN, we conducted a set of expeiments on TIMIT and VS datasets. The petaining implementation was based on the technique of [15] with detail descibed in Section 4, whee CRBMs ae used with convolution layes and RBMs ae used with fully connected layes. Table 2 shows the esults on the tasks of TIMIT (in PER) and VS (in wod eo ate (WER)). We obseve that the petaining impoves both the DNN and CNN except fo the CNN on TIMIT whee petaining didn t help. In geneal, the elative impovement of using petaining fo the CNN is less than that on the DNN. This may be attibuted to the bette stuctue of the CNN that educes the benefit of petaining. Figue 3: Leaned softmax pooling weights. Each column epesents a set of pooling weights. Each pooling band has thee sets of weights. The vetical axis epesents the input bands. Table 2: Effects of CRBM petaining (PT) Scoe Function TIMIT PER VS WER DNN, no PT 22.8% 37.1% DNN, PT 21.9% 35.4% CNN no PT 20.5 % 34.2% CNN PT 20.7 % 33.4% 6. Summay and conclusion In this wok we exploed multiple aspects of CNNs. Ou expeimental esults confimed the impoved pefomance of the CNN, peviously obtained on the TIMIT phone ecognition task, ove a DNN, and showed that simila pefomance impovement can be obtained on lage vocabulay tasks as well. The success of the CNN can be attibuted to the leaned featues that ae invaiant to small fequency shifts of speech pattens (e.g. fomants) which inceases the obustness to speake vaiations. Results also demonstated that both full and limited weight shaing achitectues pefom bette than the DNN without convolution. Howeve, the limited weight shaing scheme povides moe gains than the full weight shaing scheme. This is because distinct featue pattens ae expected to appea in each fequency band. Howeve, full weight shaing peseves consistent featues along all fequency bands, which can be futhe convoluted and pooled in highe convolution layes. Ou esults indicate that doing convolution along time, while outpefoming the DNN, pefoms significantly wose than doing it along fequency. We conjectue that the pefomance gap is caused by the implicit label shift and the smalle ange of the time dimension. The expeimental esults suggest that combining convolution along both fequency and time axes in a way that takes into account speech tajectoy confusion may bing moe pefomance gain. In this pape, we also poposed weighted softmax pooling to enable automatic detemination of the pooling size. Expeimental esults showed that diffeent featue-map goups oganized in diffeent bands can effectively lean diffeent pooling weight stuctues, some of which ae wide than othes. This obsevation indicates that sepaate pooling sizes and stuctues ae desied fo diffeent featues and bands. The ecognition pefomance epoted in this wok is only slightly bette than that achieved using the limited weight shaing CNN. Howeve, we believe this is an inteesting diection and bette leaning algoithms may futhe impove the pefomance. Finally, we poposed to use CRBM to petain the convolution layes in the CNN. We evaluated the CNNs with and without petaining and found out that petaining impoved pefomance on a lage vocabulay speech ecognition task. 3369

5 7. Refeences [1] G. Dahl, D. Yu, L. Deng, and A. Aceo, Context-dependent petained deep neual netwoks fo lage-vocabulay speech ecognition, IEEE Tans. Audio, Speech, and Language Poc., vol. 20, no. 1, pp , jan [2] F. Seide, G. Li, and D. Yu, Convesational speech tansciption using context-dependent deep neual netwoks, in Poc. Intespeech, [3] T. N. Sainath, B. Kingsbuy, B. Ramabhadan, P. Fousek, P. Novak, and A. Mohamed, Making deep belief netwoks effective fo lage vocabulay continuous speech ecognition, in ASRU, [4] G. Hinton, L. Deng, D. Yu, G. Dahl, A. Mohamed, N. Jaitly, A. Senio, V. Vanhoucke, P. Nguyen, T. Sainath, and B. Kingsbuy, Deep neual netwoks fo acoustic modeling in speech ecognition: The shaed views of fou eseach goups, IEEE Signal Pocessing Magazine, vol. 29, no. 6, pp , nov [5] L. Deng, J. Li, J.-T. Huang, K. Yao, D. Yu, F. Seide, M. Seltze, G. Zweig, X. He, J. Williams, Y. Gong,, and A. Aceo, Recent advances in deep leaning fo speech eseach at Micosoft, in Acoustics, Speech and Signal Pocessing (ICASSP), 2013 IEEE Intenational Confeence on, May [6] S. M. Siniscalchi, D. Yu, L. Deng, and C. hui Lee, Speech ecognition using long-span tempoal pattens in a deep netwok model, IEEE Signal Pocessing Lettes, Mach [7] D. Yu, L. Deng, and F. Seide, The deep tenso neual netwok with applications to lage vocabulay speech ecognition, IEEE Tansactions on Audio, Speech, and Language Pocessing, vol. 21, no. 2, pp , [8] O. Abdel-Hamid, A. Mohamed, H. Jiang, and G. Penn, Applying convolutional neual netwoks concepts to hybid NN-HMM model fo speech ecognition, in Poc. ICASSP, mach 2012, pp [9] Y. LeCun, F. Huang, and L. Bottou, Leaning methods fo geneic object ecognition with invaiance to pose and lighting, in Poceedings of CVPR 04. IEEE Pess, [10] Y. Lecun, L. Bottou, Y. Bengio, and P. Haffne, Gadient-based leaning applied to document ecognition, in Poceedings of the IEEE, 1998, pp [11] Y. LeCun and Y. Bengio, Convolutional netwoks fo images, speech, and time-seies, in The Handbook of Bain Theoy and Neual Netwoks, M. A. Abib, Ed. MIT Pess, [12] H. Lee, P. Pham, Y. Lagman, and A. Ng, Unsupevised featue leaning fo audio classification using convolutional deep belief netwoks, in Advances in Neual Infomation Pocessing Systems 22, 2009, pp [13] L. Deng, O. Abdel-Hamid, and D. Yu, A deep convolutional neual netwok using heteogeneous pooling fo tading acoustic invaiance with phonetic confusion, in Acoustics, Speech and Signal Pocessing (ICASSP), 2013 IEEE Intenational Confeence on, May [14] H. Lee, R. Gosse, R. Ranganath, and A. Y. Ng, Convolutional deep belief netwoks fo scalable unsupevised leaning of hieachical epesentations, in Poceedings of the 26th Annual Intenational Confeence on Machine Leaning, se. ICML 09. New Yok, NY, USA: ACM, 2009, pp [15] A. Mohamed, G. Dahl, and G. Hinton, Acoustic modeling using deep belief netwoks, IEEE Tans. Audio, Speech, and Language Pocessing,, vol. 20, no. 1, pp , jan [16] K. F. Lee and H. W. Hon, Speake-independent phone ecognition using hidden makov models, IEEE Tansactions on Audio, Speech and Language Poc., vol. 37, no. 11, pp , Novembe

Design of an LLC Resonant Converter Using Genetic Algorithm

Design of an LLC Resonant Converter Using Genetic Algorithm Design of an LLC Resonant Convete Using Genetic Algoithm H. H. Nien, C. K. Huang, S. K. Changchien, C. H Chan Dept. of Electical Engineeing, Chienkuo Technology Univesity E-mail: nien@ctu.edu.tw Dept,

More information

where and are polynomials with real coefficients and of degrees m and n, respectively. Assume that and have no zero on axis.

where and are polynomials with real coefficients and of degrees m and n, respectively. Assume that and have no zero on axis. function whee is an unknown constant epesents fo the un-modeled dynamics The pape investigates the position contol of electical moto dives that can be configued as stuctue of Fig 1 This poblem is fomulated

More information

VLSI Implementation of Low Complexity MIMO Detection Algorithms

VLSI Implementation of Low Complexity MIMO Detection Algorithms , Impact Facto :.643 eissn : 349-000 & pissn : 394-4544 Intenational Jounal of Reseach and Applications (Ap-Jun 015 Tansactions) (6): 309-313 Intenational Confeence on Emeging Tends in Electonics & Telecommunications

More information

Optimal Design of Smart Mobile Terminal Antennas for Wireless Communication and Computing Systems

Optimal Design of Smart Mobile Terminal Antennas for Wireless Communication and Computing Systems Optimal Design of Smat Mobile Teminal Antennas fo Wieless Communication and Computing Systems Autho Lu, Junwei, Yang, Shiyou Published 2007 Confeence Title 2007 4th Intenational Symposium on Electomagnetic

More information

Demosaicking using Adaptive Bilateral Filters

Demosaicking using Adaptive Bilateral Filters Demosaicking using Adaptive Bilateal Filtes Ekine Akuiyibo Timothy Atobatele EE 362, Winte 2006 0. Abstact Digital cameas sample the continuous spectum using an aay of colo filtes such that each pixel

More information

Low-Complexity Time-Domain SNR Estimation for OFDM Systems

Low-Complexity Time-Domain SNR Estimation for OFDM Systems Low-Complexity Time-Domain SR Estimation fo OFDM Systems A. jaz, A.B. Awoseyila and B.G. Evans A low-complexity SR estimation algoithm fo OFDM systems in fequency-selective fading channels is poposed.

More information

N2-1. The Voltage Source. V = ε ri. The Current Source

N2-1. The Voltage Source. V = ε ri. The Current Source DC Cicuit nalysis The simplest cicuits to undestand and analyze ae those that cay diect cuent (DC). n this note we continue ou study of DC cicuits with the topics of DC voltage and cuent souces, the idea

More information

Feasibility of a triple mode, low SAR material coated antenna for mobile handsets

Feasibility of a triple mode, low SAR material coated antenna for mobile handsets Loughboough Univesity Institutional Repositoy Feasibility of a tiple mode, low SAR mateial coated antenna fo mobile handsets This item was submitted to Loughboough Univesity's Institutional Repositoy by

More information

Spread Spectrum Codes Identification by Neural Networks

Spread Spectrum Codes Identification by Neural Networks in "Systems and Contol: heoy and Applications", published by WSES, 2, pp. 257-262, ISBN 96-852-4 Spead Spectum Codes Identification by Neual Netwoks Céline BOUDER, Gilles BUREL Laboatoie d Electonique

More information

Cyclic Constellation Mapping Method for PAPR Reduction in OFDM system

Cyclic Constellation Mapping Method for PAPR Reduction in OFDM system 2013 8th Intenational Confeence on Communications and Netwoking in China (CHINACOM) Cyclic Constellation Mapping Method fo PAPR Reduction in OFDM system Yong Cheng, Jianhua Ge, Jun Hou, and Fengkui Gong

More information

Volume 1, Number 1, 2015 Pages 1-12 Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 1, Number 1, 2015 Pages 1-12 Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume, Numbe, 5 Pages - Jodan Jounal of Electical Engineeing ISSN (Pint): 49-96, ISSN (Online): 49-969 Discimination between Tansfome Inush Cuent and Intenal Fault using Combined DFT-ANN Appoach

More information

Spectrum Sharing between Public Safety and Commercial Users in 4G-LTE

Spectrum Sharing between Public Safety and Commercial Users in 4G-LTE 1 Spectum Shaing between Public Safety and Commecial Uses in 4G-LTE Haya Shajaiah, Ahmed Abdel-Hadi and Chales Clancy Badley Depatment of Electical and Compute Engineeing Viginia Tech, Alington, VA, 22203,

More information

Analysis of the optimized low-nonlinearity lateral effect sensing detector

Analysis of the optimized low-nonlinearity lateral effect sensing detector Jounal of hysics: Confeence Seies Analysis of the optimized low-nonlineaity lateal effect sensing detecto To cite this aticle: Saeed Olyaee et al J. hys.: Conf. Se. 76 4 Related content - Neual netwok

More information

The Periodic Ambiguity Function Its Validity and Value

The Periodic Ambiguity Function Its Validity and Value The Peiodic Ambiguity Function Its Validity and Value Nadav Levanon Dept. of Electical Engineeing Systems Tel Aviv Univesity Tel Aviv, Isael nadav@eng.tau.ac.il Abstact The peiodic ambiguity function (PAF)

More information

Design of A Circularly Polarized E-shaped Patch Antenna with Enhanced Bandwidth for 2.4 GHz WLAN Applications

Design of A Circularly Polarized E-shaped Patch Antenna with Enhanced Bandwidth for 2.4 GHz WLAN Applications VNU Jounal of Science: Comp. Science & Com. Eng., Vol. 31, No. 2 (2015) 1-7 Design of A Ciculaly Polaized E-shaped Patch Antenna with Enhanced Bandwidth fo 2.4 GHz WLAN Applications Hong Van Tam 1, Luong

More information

Analysis of a Fractal Microstrip Patch Antenna

Analysis of a Fractal Microstrip Patch Antenna 124 Analysis of a Factal Micostip Patch Antenna Vibha Rani Gupta and Nisha Gupta* Bila Institute of Technology, Mesa, Ranchi-835215, Jhakhand, India. vgupta@bitmesa.ac.in, ngupta@bitmesa.ac.in Abstact-

More information

Design of FIR Filter using Filter Response Masking Technique

Design of FIR Filter using Filter Response Masking Technique Design of FIR Filte using Filte Response Masking Technique Sandeep Shivastava, Alok Jain, Ram Kuma Soni Abstact- In this pape autho is tying to implement Fequency esponse masking (FRM) technique. In this

More information

Parameters of spinning AM reticles

Parameters of spinning AM reticles Paametes of spinning AM eticles onald G. Digges, Cal E. Halfod, and Glenn D. Boeman A new method of obtaining amplitude modulation (AM) fo detemining taget location with spinning eticles is pesented. The

More information

Efficient Power Control for Broadcast in Wireless Communication Systems

Efficient Power Control for Broadcast in Wireless Communication Systems Efficient Powe Contol fo Boadcast in Wieless Communication Systems A. T. Chonopoulos Compute Science Depatment Univesity of Texas at San Antonio San Antonio, TX Email:atc@cs.utsa.edu P. Cotae Depatment

More information

Multiagent Reinforcement Learning Dynamic Spectrum Access in Cognitive Radios

Multiagent Reinforcement Learning Dynamic Spectrum Access in Cognitive Radios Sensos & Tansduces 204 by IFSA Publishing, S L http://wwwsensospotalcom Multiagent Reinfocement Leaning Dynamic Spectum Access in Cognitive Radios Wu Chun, 2 Yin Mingyong, 2 Ma Shaoliang, Jiang Hong School

More information

PSO driven RBFNN for design of equilateral triangular microstrip patch antenna

PSO driven RBFNN for design of equilateral triangular microstrip patch antenna Indian Jounal of Radio & Space Physics Vol. 38, August 009, pp 33-37 PSO diven RBF fo design of equilateal tiangula micostip patch antenna Vidya Saga Chintakindi,$, Shyam Sunda Pattnaik,#,*, O P Bajpai

More information

An Efficient Control Approach for DC-DC Buck-Boost Converter

An Efficient Control Approach for DC-DC Buck-Boost Converter 2016 Published in 4th Intenational Symposium on Innovative Technologies in Engineeing and Science 3-5 Novembe 2016 (ISITES2016 Alanya/Antalya - Tukey) An Efficient Contol Appoach fo DC-DC Buck-Boost Convete

More information

Impact of bilateral filter parameters on medical image noise reduction and edge preservation

Impact of bilateral filter parameters on medical image noise reduction and edge preservation The Univesity of Toledo The Univesity of Toledo Digital Repositoy Theses and Dissetations 2009 Impact of bilateal filte paametes on medical image noise eduction and edge pesevation Michael D. Lekan Medical

More information

Performance Analysis of Z-Source Inverter Considering Inductor Resistance

Performance Analysis of Z-Source Inverter Considering Inductor Resistance Pefomance Analysis of Z-Souce Invete Consideing Inducto Resistance Fatma A. Khea * and Essam Eddin M. Rashad ** Electic Powe and Machines Engineeing Depatment, Faculty of Engineeing, anta Univesity, anta,

More information

Near-field Computation and. Uncertainty Estimation using Basic. Cylindrical-Spherical Formulae

Near-field Computation and. Uncertainty Estimation using Basic. Cylindrical-Spherical Formulae Nea-field Computation and Uncetainty Estimation using Basic Cylindical-Spheical Fomulae Poject... IEC 63 Subject... Basic Nea-Field Computation Document numbe... N/A Revision... 3 Autho... F.D. du Plessis

More information

Audio Engineering Society. Convention Paper. Presented at the 120th Convention 2006 May Paris, France

Audio Engineering Society. Convention Paper. Presented at the 120th Convention 2006 May Paris, France Audio Engineeing Society Convention Pape Pesented at the 120th Convention 2006 May 20 23 Pais, Fance This convention pape has been epoduced fom the autho's advance manuscipt, without editing, coections,

More information

Experiments with the HoloEye LCD spatial light modulator

Experiments with the HoloEye LCD spatial light modulator Expeiments with the HoloEye LCD spatial light modulato HoloEye model LC00 spatial light modulato The HoloEye (http://www.holoeye.com/spatial_light_modulato_lc_00.html) LC 00 Spatial Light Modulato (SLM)

More information

Analysis and Implementation of LLC Burst Mode for Light Load Efficiency Improvement

Analysis and Implementation of LLC Burst Mode for Light Load Efficiency Improvement Analysis and Implementation of LLC Bust Mode fo Light Load Efficiency Impovement Bin Wang, Xiaoni Xin, Stone Wu, Hongyang Wu, Jianping Ying Delta Powe Electonics Cente 238 Minxia Road, Caolu Industy Zone,

More information

GAMMA SHAPED MONOPOLE PATCH ANTENNA FOR TABLET PC

GAMMA SHAPED MONOPOLE PATCH ANTENNA FOR TABLET PC GAMMA SHAPED MONOPOLE PATCH ANTENNA FOR TABLET PC Islam Md. Rafiqul, Mohammad Shawkat Habib and Khaizuan Abdullah Depatment of Electical and Compute Engineeing, Intenational Islamic Univesity Malaysia,

More information

OPTIMUM MEDIUM ACCESS TECHNIQUE FOR NEXT GENERATION WIRELESS SYSTEMS

OPTIMUM MEDIUM ACCESS TECHNIQUE FOR NEXT GENERATION WIRELESS SYSTEMS 9 th Febuay. Vol. 3 No. 5 - JATIT & LLS. All ights eseved. ISSN: 99-5 www.jatit.og E-ISSN: 7-395 OPTIMUM MEDIUM ACCESS TECHNIQUE FOR NEXT GENERATION WIRELESS SYSTEMS N.AMUTHA PRABHA, V.MANIANDAN VIT UNIVERSITY,

More information

Design and Characterization of Conformal Microstrip Antennas Integrated into 3D Orthogonal Woven Fabrics

Design and Characterization of Conformal Microstrip Antennas Integrated into 3D Orthogonal Woven Fabrics Design and Chaacteization of Confomal Micostip Antennas Integated into 3D Othogonal Woven Fabics Xin Wang 1, Lan Yao 1, Fujun Xu 2, Dongchun Zhou 1, Yiping Qiu 1 1 College of Textiles, Donghua Univesity,

More information

A Transmission Scheme for Continuous ARQ Protocols over Underwater Acoustic Channels

A Transmission Scheme for Continuous ARQ Protocols over Underwater Acoustic Channels A Tansmission Scheme fo Continuous ARQ Potocols ove Undewate Acoustic Channels Mingsheng Gao 1, Wee-Seng Soh 1 and Meixia Tao 2 1 Dept. of Electical & Compute Engineeing, National Univesity of Singapoe,

More information

DESIGN AND PARAMETRIC EVALUATION OF RECTANGULAR MICROSTRIP PATCH ANTENNA FOR GSM APPLICATION

DESIGN AND PARAMETRIC EVALUATION OF RECTANGULAR MICROSTRIP PATCH ANTENNA FOR GSM APPLICATION DESIGN AND PARAMETRIC EVALUATION OF RECTANGULAR MICROSTRIP PATCH ANTENNA FOR GSM APPLICATION RAHUL T. DAHATONDE, SHANKAR B. DEOSARKAR Dept. of E & TC, D. Babasaheb Ambedka Technological Univesity, Lonee,

More information

Off-line Bangla Signature Verification: An Empirical Study

Off-line Bangla Signature Verification: An Empirical Study Off-line Bangla Signatue Veification: An Empiical Study Autho Pal, Sikanta, Alieza, Alaei, Pal, Umapada, Blumenstein, Michael Published 2013 Confeence Title The 2013 Intenational Joint Confeence on Neual

More information

Analysis of the Radiation Resistance and Gain of Full-Wave Dipole Antenna for Different Feeding Design

Analysis of the Radiation Resistance and Gain of Full-Wave Dipole Antenna for Different Feeding Design Jounal of lectomagnetic Analysis and Applications, 01, 4, 35-4 http://dx.doi.og/10.436/jemaa.01.46033 Published Online June 01 (http://www.scirp.og/jounal/jemaa) 35 Analysis of the Radiation Resistance

More information

1 Performance and Cost

1 Performance and Cost Pefomance and Cost Analysis and Reseach of Ai-Cooled Using Small Diamete Coppe Tubes Wu Yang, Li Changsheng and Deng Bin Abstact Replacing coppe tubes with aluminum tubes and using coppe tubes with smalle

More information

Hexagonal Shaped Microstrip Patch Antenna for Satellite and Military Applications

Hexagonal Shaped Microstrip Patch Antenna for Satellite and Military Applications Intenational Jounal of Engineeing and Advanced Technology (IJEAT) ISSN: 49 8958, Volume-7 Issue-5, June 08 Hexagonal Shaped Micostip Patch Antenna fo Satellite and Militay Applications Jayaenjini N, Unni

More information

ISSN: [Reddy & Rao* et al., 5(12): December, 2016] Impact Factor: 4.116

ISSN: [Reddy & Rao* et al., 5(12): December, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SIMULATION COMPARISONS OF INDUCTION MOTOR DRIVE WITH ESTIMATOR AND PLL V. Nasi Reddy *, S. Kishnajuna Rao*, S.Nagenda Kuma * Assistant

More information

Wall Compensation for Ultra Wideband Applications

Wall Compensation for Ultra Wideband Applications 64 A. MUQAIBEL, N. IYA, U. JOHAR, WALL COMPENSATION FOR ULTRA WIDEBAND APPLICATIONS Wall Compensation fo Ulta Wideband Applications Ali H. MUQAIBEL, Nuuddeen M. IYA, Uma M. JOHAR Dept. of Electical Engineeing,

More information

INCREMENTAL REDUNDANCY (IR) SCHEMES FOR W-CDMA HS-DSCH

INCREMENTAL REDUNDANCY (IR) SCHEMES FOR W-CDMA HS-DSCH ICREMETAL REDUDACY (IR) SCHEMES FOR W-CDMA HS-DSCH Amitava Ghosh 1, Kenneth Stewat, Rapeepat Ratasuk 1, Eoin Buckley, and Raa Bachu 1 Advanced Radio Technology, GTSS, Motoola, Alington Heights, IL, USA

More information

Near-field emission prediction of CESAME

Near-field emission prediction of CESAME Nea-field emission pediction of CESAME E. Sicad, S. Ben Dhia, E. Lamoueux INSA-GEI, 135 Av de Rangueil 31077 Toulouse Fance B. Vignon, L. Couau ST Micoelectonics, Cental R&D Colles, Fance Contact : etienne.sicad@insa-toulouse.f

More information

On Reducing Blocking Probability in Cooperative Ad-hoc Networks

On Reducing Blocking Probability in Cooperative Ad-hoc Networks On educing Blocking Pobability in Coopeative Ad-hoc Netwoks Ayda Basyouni, Walaa Hamouda ept of Electical and Compute Engineeing Concodia Univesity, Monteal, Canada Email: {a basy,hamouda}@ececoncodiaca

More information

An Ultra Low Power Segmented Digital-to-Analog Converter

An Ultra Low Power Segmented Digital-to-Analog Converter An Ulta Low Powe Segmented Digital-to-Analog onvete Manoj Kuma Univesity Institute of Engineeing and Technology, Mahashi Dayanand Univesity, Rohtak-4, Hayana, India. Raj Kuma Pofesso and Diecto, Mata Raj

More information

ABSTRACTT FFT FFT-' Proc. of SPIE Vol U-1

ABSTRACTT FFT FFT-' Proc. of SPIE Vol U-1 Phase econstuction stategies in phase-locking system based on multi-apetue wave font sensos P.A. Semenov, S.D. Pol skikh Shvabe-Reseach, Moscow, Russian Fedeation; e-mail: pite@bk.u ABSTRACTT System of

More information

Investigation. Name: a About how long would the threaded rod need to be if the jack is to be stored with

Investigation. Name: a About how long would the threaded rod need to be if the jack is to be stored with Think Unit bout 6 This Lesson Situation 1 Investigation 1 Name: Think about the design and function of this automobile jack. Use the uto Jack custom tool to test ou ideas. a bout how long would the theaded

More information

Sliding Mode Control for Half-Wave Zero Current Switching Quasi-Resonant Buck Converter

Sliding Mode Control for Half-Wave Zero Current Switching Quasi-Resonant Buck Converter Sliding Mode Contol fo Half-Wave Zeo Cuent Switching Quasi-Resonant Buck Convete M. Ahmed, Student membe, IEEE, M. Kuisma, P. Silventoinen Abstact This pape focuses on the pactical implementation of sliding

More information

Experimental Investigation of Influence on Non-destructive Testing by Form of Eddy Current Sensor Probe

Experimental Investigation of Influence on Non-destructive Testing by Form of Eddy Current Sensor Probe Expeimental Investigation of Influence on Non-destuctive Testing by Fom of Eddy Cuent Senso Pobe Fengyun Xie * and Jihui Zhou School of Mechanical and Electonical Engineeing, East China Jiaotong Univesity,

More information

IMAGE QUALITY ASSESSMENT USING THE MOTIF SCAN

IMAGE QUALITY ASSESSMENT USING THE MOTIF SCAN Signal & Image Pocessing : An Intenational Jounal (SIPIJ) Vol., No.5, Octobe 0 IMAGE QUALITY ASSESSMENT USING THE MOTIF SCAN Z. Cui, D.-O Kim, and R.-H. Pak Depatment of Electonic Engineeing, Sogang Univesity,

More information

INVESTIGATION OF CLOSE-TO-WALL WIRELESS SENSOR DEPLOYMENT USING 2D FINITE-DIFFERENCE TIME-DOMAIN MODELLING. Y. Wu and I. J.

INVESTIGATION OF CLOSE-TO-WALL WIRELESS SENSOR DEPLOYMENT USING 2D FINITE-DIFFERENCE TIME-DOMAIN MODELLING. Y. Wu and I. J. 2 nd Intenational Confeence on Wieless Communications in Undegound and Confined Aeas August 25-27, 2008 Val-d O - Québec - Canada INVESTIGATION OF CLOSE-TO-WALL WIRELESS SENSOR DEPLOYMENT USING 2D FINITE-DIFFERENCE

More information

Configurable M-factor VLSI DVB-S2 LDPC decoder architecture with optimized memory tiling design

Configurable M-factor VLSI DVB-S2 LDPC decoder architecture with optimized memory tiling design RESEARCH Open Access Configuable M-facto VLSI DVB-S2 LDPC decode achitectue with optimized memoy tiling design Gabiel Falcao 1,2*, Maco Gomes 1,2, Vito Silva 1,2, Leonel Sousa 3,4 and Joao Cacheia 2 Abstact

More information

BLACKBOARD SYSTEM AND TOP-DOWN PROCESSING FOR THE TRANSCRIPTION OF SIMPLE POLYPHONIC MUSIC. Juan Pablo Bello and Mark Sandler

BLACKBOARD SYSTEM AND TOP-DOWN PROCESSING FOR THE TRANSCRIPTION OF SIMPLE POLYPHONIC MUSIC. Juan Pablo Bello and Mark Sandler BLACKBOARD SYSTEM AND TOP-DOWN PROCESSING FOR THE TRANSCRIPTION OF SIMPLE POLYPHONIC MUSIC Juan Pablo Bello and Mak Sandle Depatment of Electonic Engineeing, King s College London, Stand, London WC2R 2LS,

More information

The reliability of wireless backhaul mesh networks

The reliability of wireless backhaul mesh networks The eliability of wieless backhaul mesh netwoks Gei Egeland 1, Paal E. Engelstad 2 1 Depatment of Electical and Compute Engineeing, Univesity of Stavange, 4036 Stavange Noway 1 gei.egeland@gmail.com 2

More information

Microwave Finite Element Modeling Applications to Coupled Electromagnetic-Thermal Problems and Characterization of Dielectric Materials

Microwave Finite Element Modeling Applications to Coupled Electromagnetic-Thermal Problems and Characterization of Dielectric Materials Micowave Finite Element Modeling Applications to Coupled Electomagnetic-Themal Poblems and Chaacteization of Dielectic Mateials Hulusi Acikgoz, Yann Le Bihan, Olivie Meye, and Lionel Pichon Laboatoie de

More information

THE USE OF WAVELETS FOR NOISE DETECTION IN THE IMAGES TAKEN BY THE ANALOG AND DIGITAL PHOTOGRAMMETRIC CAMERAS

THE USE OF WAVELETS FOR NOISE DETECTION IN THE IMAGES TAKEN BY THE ANALOG AND DIGITAL PHOTOGRAMMETRIC CAMERAS THE USE OF WAVELETS FO NOISE DETECTION IN THE IMAGES TAKEN BY THE ANALOG AND DIGITAL PHOTOGAMMETIC CAMEAS K. Pyka a, *, J. Siedlik b a Depatment of Geoinfomation, Photogammety and emote Sensing of Envionment

More information

QoE Enhancement of Audio Video IP Transmission with IEEE e EDCA in Mobile Ad Hoc Networks

QoE Enhancement of Audio Video IP Transmission with IEEE e EDCA in Mobile Ad Hoc Networks QoE Enhancement of Audio Video IP Tansmission with IEEE 8.e in Mobile Ad Hoc Netwoks Toshio Nunome and Shuji Tasaka Depatment of Compute Science and Engineeing, Gaduate School of Engineeing, Nagoya Institute

More information

Anti-Forensics of Chromatic Aberration

Anti-Forensics of Chromatic Aberration Anti-Foensics of Chomatic Abeation Owen Maye and Matthew C. Stamm Dept. of Electical and Compute Engineeing, Dexel Univesity, Philadelphia, PA, USA ABSTRACT Ove the past decade, a numbe of infomation foensic

More information

WIRELESS SENSORS EMBEDDED IN CONCRETE

WIRELESS SENSORS EMBEDDED IN CONCRETE 7th Euopean Wokshop on Stuctual Health Monitoing July 8-11, 2014. La Cité, Nantes, Fance Moe Info at Open Access Database www.ndt.net/?id=17296 WIRELESS SENSORS EMBEDDED IN CONCRETE Amal Abbadi 1 Phd Student,

More information

Noise Attenuation Due to Vegetation

Noise Attenuation Due to Vegetation Noise Attenuation Due to Vegetation Vasile BACRIA Politehnica Univesity of Timisoaa, Bd. M.Viteazu,1, 300222 Timisoaa, bacia@mec.upt.o Nicolae HERISANU Politehnica Univesity of Timisoaa, Bd. M. Viteazu,

More information

Controller Design of Discrete Systems by Order Reduction Technique Employing Differential Evolution Optimization Algorithm

Controller Design of Discrete Systems by Order Reduction Technique Employing Differential Evolution Optimization Algorithm Contolle Design of Discete Systems by Ode Reduction Technique Employing Diffeential Evolution Optimization Algoithm J. S. Yadav, N. P. Patida, and J. Singhai Abstact One of the main objectives of ode eduction

More information

Analysis of Occurrence of Digit 0 in Natural Numbers Less Than 10 n

Analysis of Occurrence of Digit 0 in Natural Numbers Less Than 10 n meican Intenational Jounal of Reseach in Fomal, pplied & Natual Sciences vailable online at http://www.iasi.net ISSN (Pint): 2328-3777, ISSN (Online): 2328-3785, ISSN (CD-ROM): 2328-3793 IJRFNS is a efeeed,

More information

PERFORMANCE OF TOA ESTIMATION TECHNIQUES IN INDOOR MULTIPATH CHANNELS

PERFORMANCE OF TOA ESTIMATION TECHNIQUES IN INDOOR MULTIPATH CHANNELS PERFORMANCE OF TOA ESTIMATION TECHNIQUES IN INDOOR MULTIPATH CHANNELS Xinong Li, Kaveh Pahlavan, and Jacques Beneat Cente fo Wiele Infomation Netwo Studies Electical and Compute Engineeing Depatment, Woceste

More information

HYBRID FUZZY PD CONTROL OF TEMPERATURE OF COLD STORAGE WITH PLC

HYBRID FUZZY PD CONTROL OF TEMPERATURE OF COLD STORAGE WITH PLC Jounal of Theoetical and Applied Infomation Technology 28 th Febuay 2013. Vol. 48 No.3 2005-2013 JATIT & LLS. All ights eseved. ISSN: 1992-8645 www.jatit.og E-ISSN: 1817-3195 HYBRID FUZZY PD CONTROL OF

More information

Proposal of Circuit Breaker Type Disconnector for Surge Protective Device

Proposal of Circuit Breaker Type Disconnector for Surge Protective Device Poposal of Cicuit Beake Type Disconnecto fo Suge Potective Device MASAO SHIBAYAMA, HITOSHI KIJIMA Polytechnic Univesity 2-32-1 Ogawanishi, Kodaia, Tokyo, 187-0035 JAPAN hkijima@uitec.ac.jp Abstact: - A

More information

An Improved Implementation of Activity Based Costing Using Wireless Mesh Networks with MIMO Channels

An Improved Implementation of Activity Based Costing Using Wireless Mesh Networks with MIMO Channels Poceedings of the 10th WSEAS Intenational Confenence on APPLIED MATHEMATICS, Dallas, Texas, USA, Novembe 1-3, 2006 262 An Impoved Implementation of Activity Based Costing Using Wieless Mesh Netwoks with

More information

CCSDS Coding&Synchronization Working Group March Washington DC, USA SLS-C&S_08-CNES02

CCSDS Coding&Synchronization Working Group March Washington DC, USA SLS-C&S_08-CNES02 CCSDS Coding&Synchonization Woking Goup Mach 2008 1 Washington DC, USA DVB-S2 like fame constuction and LDPC codes ate o/and size extension fo use of Vaiable Coding & Modulation suitable fo X and Ka bands

More information

Comparison Between Known Propagation Models Using Least Squares Tuning Algorithm on 5.8 GHz in Amazon Region Cities

Comparison Between Known Propagation Models Using Least Squares Tuning Algorithm on 5.8 GHz in Amazon Region Cities 106 Compaison Between Known Popagation Models Using Least Squaes Tuning Algoithm on 5.8 GHz in Amazon Region Cities Buno S. L. Casto, Mácio R. Pinheio, Gevásio P. S. Cavalcante Fedeal Univesity of Paá

More information

A New Buck-Boost DC/DC Converter of High Efficiency by Soft Switching Technique

A New Buck-Boost DC/DC Converter of High Efficiency by Soft Switching Technique A New Buck-Boost D/D onvete of High Efficiency by Soft Switching Technique Dong-Kul Kwak, Seung-Ho Lee, and Do-Young Jung Pofessional Gaduate School of Disaste Pevention, Kangwon National Univesity, 45-711,

More information

Available online at ScienceDirect. Procedia Engineering 100 (2015 )

Available online at  ScienceDirect. Procedia Engineering 100 (2015 ) Available online at www.sciencediect.com ScienceDiect Pocedia Engineeing 1 (215 ) 1 14 25th DAAAM Intenational Symposium on Intelligent Manufactuing and Automation DAAAM 214 Measuement of Complex Pemittivity

More information

Chamber Influence Estimation for Radiated Emission Testing in the Frequency Range of 1 GHz to 18 GHz

Chamber Influence Estimation for Radiated Emission Testing in the Frequency Range of 1 GHz to 18 GHz Chambe Influence Estimation fo Radiated Emission Testing in the Fequency Range of 1 GHz to 18 GHz Alexande Kiz Electomagnetic Compatibility and RF-Engineeing ARC eibesdof eseach GmbH eibesdof, Austia alexande.kiz@acs.ac.at

More information

GENERALISED PRIOR SUBSPACE ANALYSIS FOR POLYPHONIC PITCH TRANSCRIPTION. Derry FitzGerald, Matt Cranitch

GENERALISED PRIOR SUBSPACE ANALYSIS FOR POLYPHONIC PITCH TRANSCRIPTION. Derry FitzGerald, Matt Cranitch Poc. of the 8th Int. Confeence on Digital Audio Effects (DAFX-5), Madid, Spain, Septembe 2-22, 25 GENERALISED PRIOR SUBSPACE ANALYSIS FOR POLYPHONIC PICH RANSCRIPION Dey FitzGeald, Matt Canitch Cok Institute

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Poceedings of Meetings on Acoustics Volume 4, 2 http://acousticalsociety.og/ 62nd Meeting Acoustical Society of Ameica San Diego, Califonia 3 Octobe - 4 Novembe 2 Session 4pEA: Engineeing Acoustics 4pEA8.

More information

Short-Circuit Fault Protection Strategy of Parallel Three-phase Inverters

Short-Circuit Fault Protection Strategy of Parallel Three-phase Inverters Shot-Cicuit Fault Potection Stategy of Paallel Thee-phase Invetes Hongliang Wang, Membe, IEEE, Xuejun Pei, Membe, IEEE, Yu Chen, Membe, IEEE,Yong Kang College of Electical and Electonics Engineeing Huazhong

More information

Steve Alpern, Thomas Lidbetter, Alec Morton, and Katerina Papadaki Patrolling a pipeline

Steve Alpern, Thomas Lidbetter, Alec Morton, and Katerina Papadaki Patrolling a pipeline Steve Alpen, Thomas Lidbette, Alec Moton, and Kateina Papadaki Patolling a pipeline Book section Oiginal citation: Oiginally published in Alpen, Steven, Lidbette, Thomas, Moton, Alec and Papadaki, Kateina

More information

Design of Microstrip Antenna for Wireless Local Area Network

Design of Microstrip Antenna for Wireless Local Area Network Available Online at www.ijcsmc.com Intenational Jounal of Compute Science and Mobile Computing A Monthly Jounal of Compute Science and Infomation Technology IJCSMC, Vol. 4, Issue. 4, Apil 205, pg.36 365

More information

Determination of The Winding Inductances Of A Two-Phase Machine.

Determination of The Winding Inductances Of A Two-Phase Machine. IOSR Jounal of Engineeing (IOSRJEN) ISSN (e): 5-31, ISSN (p): 78-8719 Vol. 5, Issue 4 (Apil. 15), V1 PP 16- www.iosjen.og Detemination of The Winding Inductances Of A Two-Phase Machine. * I.K. Onwuka,

More information

MIMO OTA Testing in Small Multi-Probe Anechoic Chamber Setups Llorente, Ines Carton; Fan, Wei; Pedersen, Gert F.

MIMO OTA Testing in Small Multi-Probe Anechoic Chamber Setups Llorente, Ines Carton; Fan, Wei; Pedersen, Gert F. Aalbog Univesitet MIMO OTA Testing in Small Multi-Pobe Anechoic Chambe Setups Lloente, Ines Caton; Fan, Wei; Pedesen, Get F. Published in: I E E E Antennas and Wieless Popagation Lettes DOI (link to publication

More information

Study and Design of Dual Frequency High Gain and Conformal Microstrip Patch Antenna

Study and Design of Dual Frequency High Gain and Conformal Microstrip Patch Antenna , pp.236-243 http://dx.doi.og/10.14257/astl.2017.147.33 Study and Design of Dual Fequency High Gain and Confomal Micostip Patch Antenna S. Auna 1, K. Sinivasa Naik 2, J. Ramesh 2 and D. Madhu 2 1 Andha

More information

77 GHz ACC Radar Simulation Platform

77 GHz ACC Radar Simulation Platform 77 GHz ACC Rada Simulation Platfom Camilla Känfelt, Alain Péden, Ali Bazzi, Ghayath El Haj Shhadé, Mohamad Abbas, Thiey Chonavel and Fantz Bodeeau Abstact The development of a system simulation platfom

More information

HISTORY AND PROGRESS OF THE TOW THOMAS BI-QUADRATIC FILTER. PART I. GENERATION AND OP AMP REALIZATIONS

HISTORY AND PROGRESS OF THE TOW THOMAS BI-QUADRATIC FILTER. PART I. GENERATION AND OP AMP REALIZATIONS Jounal of icuits, Systems, and omputes Vol. 7, No. (2008) 33 54 c Wold Scientific Publishing ompany HISTOY ND POGESS OF THE TOW THOMS BIQUDTI FILTE. PT I. GENETION ND OP MP ELIZTIONS HMED M. SOLIMN Electonics

More information

Figure Geometry for Computing the Antenna Parameters.

Figure Geometry for Computing the Antenna Parameters. Spheical Coodinate Systems Definitions Figue 1.2.1 Geomety fo Computing the Antenna Paametes. Antenna Radiation Patten: The distibution of adiated enegy fom an antenna ove a suface of constant adius centeed

More information

Optimised Wireless Network Using Smart Mobile Terminal Antenna (SMTA) System

Optimised Wireless Network Using Smart Mobile Terminal Antenna (SMTA) System Optimised Wieless Netwok Using Smat Mobile Teminal Antenna (SMTA) System Autho Lu, Junwei, Sciven, Ian, Wate, Wayne Published 2010 Confeence Title Poceedings of IEEE APEMC2010 DOI https://doi.og/10.1109/apemc.2010.5475858

More information

International Journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online

International Journal of Engineering Research-Online A Peer Reviewed International Journal Articles available online A Pee Reviewed Intenational Jounal Aticles available online http://www.ijoe.in REVIEW ARTICLE ISSN: 2321-7758 GAIN ENHANCEMENT OF MICROSTRIP ANTENNA USING SQUARE ARRAY RAHUL GUPTA 1, BRIJESH DHAKKAR 2,GARIMA

More information

Tri-frequency Microcosmic Fractal Dipole Antenna with PBG Structure Used for 2G, 3G and 4G Systems. Bin LIN 1,*

Tri-frequency Microcosmic Fractal Dipole Antenna with PBG Structure Used for 2G, 3G and 4G Systems. Bin LIN 1,* Intenational Confeence on Compute Netwoks and Communication Technology (CNCT2016) Ti-fequency Micocosmic Factal Dipole Antenna with PBG Stuctue Used fo 2G, 3G and 4G Systems Bin LIN 1,* 1 Xiamen Univesity

More information

Development of Corona Ozonizer Using High Voltage Controlling of Produce Ozone Gas for Cleaning in Cage

Development of Corona Ozonizer Using High Voltage Controlling of Produce Ozone Gas for Cleaning in Cage Moden Envionmental Science and Engineeing (ISSN 333-58) July 07, Volume 3, No. 7, pp. 505-509 Doi: 0.534/mese(333-58)/07.03.07/0 Academic Sta Publishing Company, 07 www.academicsta.us Development of Coona

More information

A Simple Improvement to the Viterbi and Viterbi Monomial-Based Phase Estimators

A Simple Improvement to the Viterbi and Viterbi Monomial-Based Phase Estimators Univesity of New Oleans ScholaWoks@UNO Electical Engineeing Faculty Publications Depatment of Electical Engineeing 006 A Simple Impovement to the Vitebi and Vitebi Monomial-Based Phase Estimatos Kenneth

More information

Discussion #7 Example Problem This problem illustrates how Fourier series are helpful tools for analyzing electronic circuits. Often in electronic

Discussion #7 Example Problem This problem illustrates how Fourier series are helpful tools for analyzing electronic circuits. Often in electronic Discussion #7 Example Poblem This poblem illustates how Fouie seies ae helpful tools fo analyzing electonic cicuits. Often in electonic cicuits we need sinusoids of vaious fequencies But we may aleady

More information

Journal of Applied Science and Agriculture

Journal of Applied Science and Agriculture Jounal of Applied Science and Agicultue, 9(16) Octobe 214, Pages: 1-15 AENSI Jounals Jounal of Applied Science and Agicultue ISSN 1816-9112 Jounal home page: www.aensiweb.com/jasa A Design of New Bluetooth

More information

Design and Implementation of 4 - QAM VLSI Architecture for OFDM Communication

Design and Implementation of 4 - QAM VLSI Architecture for OFDM Communication Design and Implementation of 4 - QAM VLSI Achitectue fo OFDM Communication R. Achitha 1, S. Bhagyalakshmi 2, V. Jaya Suthi 3, D. T. Menakadevi 4 U.G. Students, Depatment of ECE, Adhiyamaan College of Engineeing,

More information

Higher moments method for generalized Pareto distribution in flood frequency analysis

Higher moments method for generalized Pareto distribution in flood frequency analysis IOP Confeence Seies: Eath and Envionmental Science PAPER OPEN ACCESS Highe moments method fo genealized Paeto distibution in flood fequency analysis To cite this aticle: C R Zhou et al IOP Conf. Se.: Eath

More information

UNCERTAINTY ESTIMATION OF SIZE-OF-SOURCE EFFECT MEASUREMENT FOR 650 NM RADIATION THERMOMETERS

UNCERTAINTY ESTIMATION OF SIZE-OF-SOURCE EFFECT MEASUREMENT FOR 650 NM RADIATION THERMOMETERS XIX IMEKO Wold Congess Fundamental and Applied Metology Septembe 6 11, 29, Lisbon, Potugal UNCERTAINTY ESTIMATION OF SIZE-OF-SOURCE EFFECT MEASUREMENT FOR 65 NM RADIATION THERMOMETERS Fumihio Sakuma, Laina

More information

(2) The resonant inductor current i Lr can be defined as, II. PROPOSED CONVERTER

(2) The resonant inductor current i Lr can be defined as, II. PROPOSED CONVERTER A High Powe Density Soft Switching Bidiectional Convete Using Unified Resonant Cicuit Ratil H Ashique, Zainal Salam, Mohd Junaidi Abdul Aziz Depatment of Electical Engineeing, Univesity Technology Malaysia,

More information

CORNER TRUNCATED MICROSTRIP PATCH ANTENNA

CORNER TRUNCATED MICROSTRIP PATCH ANTENNA CORNER TRUNCATED MICROSTRIP PATCH ANTENNA Nazia Hasan 1, D.S.C.Gupta 2 1 Student ECE Deptt. UTU Dehadun,Uttaakhand Technical Univesity, Dehadun(India) 2 ECE Deptt. DIT Dehadun,Dehadun Institute of Technology

More information

Current Compensation Techniques for Lowvoltage High-performance Current Mirror Circuits

Current Compensation Techniques for Lowvoltage High-performance Current Mirror Circuits Southen Illinois Univesity Cabondale OpenSIUC Aticles Depatment of Electical and Compute Engineeing 7-06 Cuent Compensation Techniques fo Lowvoltage High-pefomance Cuent Mio Cicuits Stefan Leitne Haibo

More information

Highly Selective Dual-Mode Microstrip Bandpass Filters Using Triangular Patch Resonators

Highly Selective Dual-Mode Microstrip Bandpass Filters Using Triangular Patch Resonators ADVANCED ELECTROMAGNETICS, VOL. 6, NO. 1, MARCH 2017 Highly Selective Dual-Mode Micostip Bandpass Filtes Using Tiangula Patch Resonatos K.G. Avinash, I. Sinivasa Rao School of Electonics Engineeing, VIT

More information

Singing Voice Detection in North Indian Classical Music

Singing Voice Detection in North Indian Classical Music Singing Voice Detection in Noth Indian Classical Music Vishweshwaa Rao, S. Ramakishnan and Peeti Rao Depatment of Electical Engineeing Indian Institute of Technology Bombay, Mumbai 476, India Email: {vishu,

More information

Optic Cable Tracking and Positioning Method Based on Distributed Optical Fiber Vibration Sensing

Optic Cable Tracking and Positioning Method Based on Distributed Optical Fiber Vibration Sensing 08 5th Intenational Confeence on Electical & Electonics Engineeing and Compute Science (ICEEECS 08) Optic Cable Tacking and Positioning Method Based on Distibuted Optical Fibe Vibation Sensing Zhang Chao,

More information

Power Minimization in Uni-directional Relay Networks with Cognitive Radio Capabilities

Power Minimization in Uni-directional Relay Networks with Cognitive Radio Capabilities 00 5th Intenational Symposium on elecommunications (IS'00) Poe Minimization in Uni-diectional Relay Netoks ith Cognitive Radio Capabilities Adalan Alizadeh Seyed Mohammad-Sajad Sadough Cognitive elecommunication

More information

Voice Conversion Application (VOCAL)

Voice Conversion Application (VOCAL) 0 Intenational Confeence on Uncetainty Reasoning and Knowledge Engineeing Voice Convesion Application (VOCAL) Liliana, Resmana Lim, Elizabeth Kwan Infomatics Depatment, Industial Technology Faculty Peta

More information

DESIGN OF DUAL BAND 1X2 MICROSTRIP PATCH ANTENNA ARRAY FOR GPS RECEIVERS

DESIGN OF DUAL BAND 1X2 MICROSTRIP PATCH ANTENNA ARRAY FOR GPS RECEIVERS DESIGN OF DUAL BAND 1X2 MICROSTRIP PATCH ANTENNA ARRAY FOR GPS RECEIVERS S. Subhashini and S. Sadhish Pabhu B. S. Abdu Rahman Univesity, Chennai, India ABSTRACT An H shaped dual band mico-stip patch antenna

More information

Distributed Spectrum Allocation via Local Bargaining

Distributed Spectrum Allocation via Local Bargaining Distibuted Spectum Allocation via Local Bagaining Lili Cao Shanghai Jiaotong Univesity, Shanghai, P.R. China Email: cao li li@yahoo.com Haitao Zheng Micosoft Reseach Asia, Beijing, P.R. China Email: htzheng@ieee.og

More information