Recent Frequent Item Mining Algorithm in a Data Stream Based on Flexible Counter Windows

Size: px
Start display at page:

Download "Recent Frequent Item Mining Algorithm in a Data Stream Based on Flexible Counter Windows"

Transcription

1 58 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY 04 Recent Frequent Ite Mnng Algorth n a Data Strea Based on Flexble ounter Wndows Yanyang Guo School of Inforaton Engneerng, Yangzhou Polytechnc ollege, Yangzhou,hna gyy97966@63.co Gang Wang,a, Fenge Hou,b, Qnglng Me,c School of Inforaton Engneerng, Yangzhou Polytechnc ollege, Yangzhou,hna Departent of oputer Scence, Yangzhou Unversty, Yangzhou,hna a yzwg00@63.co, b yzhfs@63.co, c ql859@63.co Abstract In the paper the author ntroduces FW_MRFI, whch s a streang data frequent te nng algorth based on varable wndow. The FW_MRFI algorth can ne frequent te n any wndow of recent streang data, whose gven length s L. Meanwhle, t dvdes recent streang data nto several wndows of varable length accordng to, whch s the nuber of the counter array. Ths algorth can acheve saller query error n recent wndows, and can nze the axu query error n the whole recent streang data. Index Ters streang data, counter array, data nng, ost recent frequent te I. INTRODUTION Although there are any algorths concernng of frequent te nng n streang data [,3,5], any of the don t put ephass on current data. The exstng researches of frequent te nng n the ost recent streang data are anly algorths based on slde wndow technology. L. Golab et al. ntroduced an algorth based on hoppng wndows [], whch requres a specfed a threshold /. Recently, they ntroduced several algorths utlzng slde wndow odel. Lee and Tng [7] put forward an algorth, whch can realze space coplexty O(ε ), and processng te of updatng and queryng O( ε ). L. Zhang and Y. Guan [6] proposed an Estate of streang data frequent value based on slde wndow, whch requres a eory space O(ε ), and the processng and queryng te of each data te O( ε ). H.T.La,T.alders [8] presented to ne the frst K axu frequent te n slde wndows wth dynac-hange lengths. I.T.Ferry et al. proposed an algorth whch dvdes the ost recent streang data based on te-nclned ethod [4]. However, ths algorth deands that the nuber of counter array ust be equal to the nuber of wndows dvded, whch s not applcable when the nuber of counter array s already gven. In practcal applcaton, t s requred that the queryng error of recent data be relatvely saller, whle errors produced by ost exstng algorths are all the sae for data at all tes [9,0,]. Ang at ths proble, FW_MRFI, whch s a streang data frequent te nng algorth based on varable wndow, s ntroduced n ths paper. The FW_MRFI algorth can ne frequent te n any wndow of recent streang data, whose gven length s L. Meanwhle, t dvdes recent streang data nto several wndows of varable length accordng to, whch s the nuber of the counter array. Ths algorth can acheve saller query error n recent wndows, and can nze the axu query error n the whole recent streang data. In order to copare ts accuracy and recall rate wth other exstng ethods, experents wth real data sets and synthetc data sets are conducted, whch shows that FW_MRFI algorth offers uch proved accuracy n data strea recent frequent te nng. II. DEFINITION If the axu length of the ost recent streang data allowed to be quered s L, and current te s t, then the frequent data te n any wndow durng the perod fro t-l to t can be quered. If the partcular wndow to be quered s w = [ w, w n ax ] (as llustrated n Fgure ), n whch w n refers to the farthest pont, whle w ax refers to the nearest one, then t can be seen fro Fgure that the query wndow w should satsfy: t w n L, to wt, t L wn < wax < t. W t-l t W L W Fgure recent streang data of length L If the partcular wndow to be quered s w = [ w, w n ax ], then the length of query wndow w s w = w ax w n. If s a constant defned by the syste between [0,], and f the support of a partcular x n w s equal to or larger than φ w (), then x s the frequent te 04 AADEMY PUBLISHER do:0.4304/sw

2 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY of the wndow. We are supposed to query the frequent te desgnated by the user n the ost recent streang data. If there are counter unts avalable n the syste, we are supposed to perfor frequent te query aganst any wndow n the ost recent streang data of length L usng only counter unts, and at the sae te nze the axu query error. For data of dfferent te, query errors of those nearer to the current te are relatvely saller. So, the streang data are dvded nto several te spans, whch are called basc wndows. Statstc nforaton of te nuber n each basc wndow s stored n an array of counter unts. Here Hash functon s adopted to get approxate nubers, that s to say, set up a Hash functon H wth h.count, and set up H(x) as the counter of each data te x. If the value range of H(x) s [, h], then there are h unts. For a partcular wndow w to be quered, soe wndow span overlappng wth the quered wndow w can be chosen to acheve nu error between the length of w'whch are coposed of these spans and the length of w whch are coposed of the quered wndows. A sple way for ths proble s to averagely allocate the ost recent streang data L nto parts, wth each part of fxed length L/. Wth ths way, errors between the quered wndow w and the chosen wndow span w'are less than L/. However, ths ethod sets very hgh deands for space coplexty. Moreover, t treats all data tes n recent streang data equally, whch results n uch loss of the newer data nforaton. However, the newer data nforaton s often coonly eployed and tends to carry ore valuable nforaton than hstorcal data. Another way s to dvde recent streang data wth the length of ndvdual wndow span,,4, l-. The tlted te frae ethod can estate the frequency of recent data te ore accurately, and decrease the accuracy of the hstorcal data gradually. However, wth ths ethod, the error between w and w'can reach L/, and t deands the nuber of counter array be equal to that of dvded wndow span, to wt, l = log L =, whch s not applcable when the value of counter array s gve n. To counter the probles occurred n the two ethods, a coprose, FW_MRFI, s proposed n ths paper. FW_MRFI tres to preserve as uch newer data nforaton as possble, and at the sae te nze axu and enseble error. III. MAIN IDEA OF FW_MRFI ALGORITHM 3. If log L If the length of slde wndow s L, the nuber of counter array defned by the syste s, and the sze of basc wndow s b= L, then the nuber basc wndow l n current slde wndow s L =L/b=. The ost recent streang data n slde wndow s dvded nto spans by logarthc te-nclned of length L, and the length of these spans are respectvely b, b, b, 4b,, -b, -b. The frst wndow stores b data te fro the basc wndow that coes frst, and the length of the followng wndow s twce that of the forer clp. Generally, f the sze of the frst wndow s represented by w0, then, and the th wndow followng t s w = b, 0 < <. One array of counter s adopted to counter the ndvdual data te n each span, and ar the n turn as 0,,, 3, 4,. A buffer array, whch s ared as -, s set up by the syste to receve streang data. Hcount s adopted to estate the countng of the ndvdual data te n the ost recent basc wndows. The countng s added to counter array -, and the orgnal value of - s transferred to 0. The counter array correspondent to the wndow of length s ared as, (=0,,, -), and a counter array - s set up to receve the latest data. The counter array - should transfer ts data n order to receve the latest data every te when t has receved b data te. Fgure s taen as a sple exaple to llustrate how the counter array conducts hcount calculaton and transfer operaton. In fgure, b=, =5, the counter arrays correspondent to the ndvdual wndows are -, 0,,, 3, 4 :, aong whch - s to counter the latest data te. te Fgure transfer operaton f countng wndows AADEMY PUBLISHER

3 60 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY 04 Fgure shows that counter array - always counter the latest data tes, and every te when t has receved b data te t perfor data-transfer. Apart fro transferrng the values n - to 0, t adds the values of forer several counter arrays and transfers the to the followng counter arrays. The te of transferrng dffers n dfferent te t. For exaple, when t=, t transfers tes to the followng counter array, when t=3, t transfers te, and when t=4, t does 3 tes. Generally, G(t) s ared as the locaton of (the low-order bt s bt0), whch s the lowest n bnary representaton of nteger t. The tes of transferrng to be conducted by counter arrays followng - s dentfed by G(t). At t, the tes of transferrng to be conducted s G(t)+. For exaple: f =(0000), then G()=, to wt, when t=, the tes of transferrng s. Slarly, as G(3)=0 G(4)=, when t=3, the tes to be transferred should be, and when t=4, the tes should be 3. After sung and transferrng, the correspondent counter arrays should refresh ther records. To su up, FW_MRFI s gven below to llustrate the refresh procedure of ndvdual counter array. As there are h unts n each counter array, [ ] s adopted to represent th unt n, to wt, the counter of data whose Hash value s. In the followng algorth, + represents the addng up of values of the correspondng unts of and. For exaple, = +, represent [] = [] + [] ( =,,..., h) Algorth FW_MRFI( log L = l ) Begn. t=;. receve and for hcount of the frst two wndows and save to -,, 0, = ; 3. Whle not end condton do 4. t=t+; 0 = - ; 5. for ount for newer group and store to - ; tep= - ; 6. q=n(g(t),) /* s the nuber of counter array, G(t) the locaton of, whch s the lowest n bnary representaton of nteger t */ 7. for = to q do 8. tep= ; 9. = - +tep; tep=tep; 0. end for ;. end Whle ; End The counter array produced by the above algorth can cover all data tes n current wndows, and for the newer data tes, whch can offer hgher accuracy. If n =4, L=6, fgure 3 shows the range of the ndvdual counter array when t=5, 6, 3, 3. As seen fro above, t=5, the range s [, 5]. As the axu range of counter array s [, 8], and the length s 8, the axu query error s 4, whle n range [4, 5], the query error s 0. Generally, at, the query error of range [t-, t] s 0, and that of [t- +,t] s -. One ore exaple, when t=6, the range s [,6]. As ranges of [,8] can be acheved by subtractng countng value of [9,6] fro that of [,6], the axu range s [,8] or [9,6], and the length of both s 8, the axu query error s 4. When t=3, the axu range of counter n the quered wndows s [7,4], and the length s 8, the axu query error s4. When t=3, the axu range of counter n the quered wndows s [7,4] or [5-3], and the length of both s 8, the axu query error s4. Generally, f t od 6=g, then the range at t s [ t 6 g +, t], [ t 6 g +, t]. The axu query error of counters wthn the quered wndows s l/, and nu query error s 0. Furtherore, for those older data ranges w = ( 6 + g), the query errors are greater, whle for those newer data ranges, the query errors are saller. 3. If > log L When > log L, the recent streang data L s dvded nto l wndows of length,, 4, 8,, l-. Let '=-logl, ar wndows of length as S, and ar the correspondng counter array as. As for those ' unused counter arrays, the length of the s dvded accordng to the followng prncple: frst, fro S l-, delete S l-, add two S l-, and subtract fro the value of. If 's not 0, delete one ore S l-, and add two S l-3. And f 's stll not 0, delete one ore S l-, add two S l-3. If all S l- are deleted, 's stll not 0, delete one S l-3, subtract fro '. The rest follows the sae tend tll 's 0. Mar the nuber of wndows S as T. Accordng to the ethod stated above, for gven L and, the axu nuber of wndow of wndow S whch enables T 0 s defned by the followng rule: Mar: l = log L : frst calculate l + D = ( l + 4) () Then the axu nuber of wndow s () = arg ax( D ') T, the nuber of wndow S s defned by 0 > D + ' + = T = l ( T + ) = For exaple, f L=04,=0, l=0, then '=0. Fro (), by calculaton, D 0 =0, D 9 =3, D 8 =0, D 7 =5, D 6 =56.Fro (), by calculaton, =8-=7. Stll, fro (3), by calculaton: T 7 =0-0+=,T 6 =( 0-7 -)-=3, T 0 =T = T = T 3 = T 4 =T 5 = Thus, the total nuber of counter array needed s T 7 + T 6 +T T + T 0 =+3+6=0, whch s exactly equal to the gven nuber of counter array. Therefore, a concluson can be drawn as follows: (3) 04 AADEMY PUBLISHER

4 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY 04 6 Theore : wth the wndow-arrangng ethod entoned above, the nuber of wndows arranged s exactly the sae as the gven nuber of counter array. Prove : f T 0 starts at th layer Total nuber of wndows =T+T-+...+T+T0 = = l T = ( T ) l + + T +(-) l + ( ) = ' l + l + ( ) = + l ' + = l ' 3 + = l + ' = proven Theore : wth the wndow-arrangng ethod entoned above, certan gven counter array can cover the query of the ost recent steang data of length L-. Prove : f T 0 starts at th layer Total coverage length = T. + T l = T. + [ ( T ). ] + l + + = T. + T + l = = L proven If the buffer array - s ncluded, t can cover the query of the ost recent streang data wth length L entrely. As t s wthn the query range, the axu coverage range s. Therefore, t s not dffcult to draw a concluson as follows: Theore 3: The wndow-arrangng ethod entoned above s a schee that can eploy as any as wndows to query the ost recent streang data of coverage length L, and can guarantee the error less than -. Aong whch: l + [( log L) ( ( l + 4) )] = arg ax Thus t can be seen that the axu query error of the counter wthn query wndows s -, and the nu error s 0. Errors are greater for older data spans, and saller for newer ones. Accordng to the wndow-arrangng ethod entoned above, counter array can be eployed to counter streang data of each ndvdual wndow correspondngly. Each te when a data coes, counter array - counters t, and then transfers t. Apart fro transferrng the values n - to 0, t adds the values of forer several counter arrays and transfers the to the followng counter arrays. The te of transferrng dffers n dfferent te t. For exaple, f the length of the ost recent streang data query wndow L=3, thenl = log L = 5, and the nuber of gven counter array =7, then ' =. Accordng to the wndow-arrangng ethod entoned above, the nuber of each ndvdual wndow should be T - =,T 0 =,T =,T =3,T 3 =. To su up, FW_MRFI s gven below to llustrate the refresh procedure of ndvdual counter array. Algorth : FW_MRFI( > log L = l ) Begn. t=;. receve and for hcount of the frst two wndows and save to -,, 0, = ; 3. Whle not end condton do 4. t=t+; 0 = - ; 5. for ount for newer group and store to - ; tep= - ; 6. q=n(g(t),) /* s the nuber of counter array, G(t) the locaton of, whch s the lowest n bnary representaton of nteger t */ 7. for = to q do 8. tep= ; =tep; tep=tep; 9. for = to T do 9. tep= tep=tep; 0. endfor. T tep=tep+ 0. end for ;. end Whle ; End ; IV. EXPERIMENTAL INVESTIGATION =tep; Experents wth real data sets and synthetc data sets are conducted to easure FW_MRFI algorth, and copare ts perforance wth TTount algorth whch adopts tlted te frae ethod. All experents were operated on Ps wth 5M eory,.7g PU, WINDOWS XP operatng syste, and prograed usng python.6. In experents, paraeters are set as:,b=000. φ = Synthetc Data To easure ths algorth, 6 groups of data set satsfyng Zpf dstrbuton are created randoly, wth paraeters of each Zpf Dstrbuton group beng 0.5, 0.75,,.5,.5 and.75. The sze of the data set s 000. When dfferent nuber of counter array s gven, recall rate and accuracy of TTount and algorth ntroduced n ths paper are easured by query wndows created randoly. Meanwhle, recall rate and accuracy of the two algorths of dfferent Zpf dstrbutons are copared when b=000, φ = Fgure 5(a) llustrates the coparson of recall rate of the two algorths when φ =0.005 and Zpf dstrbuton paraeter s.5. It can be seen fro Fgure 5 that recall rate of both algorths can reach 00% for data sets of relatvely stable dstrbuton. Fgure 3(b) llustrates the coparson of accuracy of 04 AADEMY PUBLISHER

5 6 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY 04 the two algorths when values of vary. For, as the value of ncreases, the bgger countng wndow eep subdvdng nto saller ones, thus guarantee ore accurate frequency countng. However, the nuber of countng array of TTount s stable. Therefore, as the value of ncreases, FW_MRFI s ore accurate than FW_MRFI. Accuracy TTount (a) oparson of TTount (b) oparson of Accuracy Fgure 3 oparson of Two Algorth on and Accuracy when the value of vares When =35, recall rate coparson for data sets of varous Zp dstrbuton paraeters s llustrated n Fgure 4(a). Recall rate of FW_MRFI alost reach 00%, whle TTount can t reach 00% as ts errors are greater n queryng and countng wndows. When =35, nng accuracy coparson for data sets of varous Zp dstrbuton paraeters s llustrated n Fgure 4(b). As can be seen fro the fgure, for data sets of varous Zp dstrbuton paraeters, FW_MRFI s ore accurate than TTount TTount zpf (a) oparson TTount zpf (b) Accuracy oparson Fgure 4 recall rate and accuracy coparson for data sets of varous Zp dstrbuton paraeters(φ =0.05,=35) 4. Real Data In real data experents, data set, osara [8],s adopted ( The data set s coposed of anonyous clc strea of a Hungary onlne news gateway webste, whch contans about 800 llon separate data tes. 90 groups of query wndows created randoly are adopted to copare ther recall rate and accuracy. Fgure 5(a) llustrates the coparson of recall rate when the value of vares. As seen fro Fgure 5(a), recall rate of FW_MRFI s hgher than that of TTount. Fgure 5(b) llustrates the coparson of accuracy when the value of vares. Obvously, as the value of ncreases, FW_MRFI s ore accurate than that of TTount TTount (a) oparson 04 AADEMY PUBLISHER

6 JOURNAL OF SOFTWARE, VOL. 9, NO., JANUARY Accuracy TTount (b) Accuracy oparson Fgure 5 and Accuracy oparson when the value of vares (osara data set,φ =0.05) Fgure 6(a) llustrates the recall rate coparson of two algorths wth dfferent query wdth. As seen fro the fgure, recall rate of FW_MRFI s hgher than that of t. Fgure 6(b) llustrate the accuracy coparson of the two algorths. Results n the fgure shows that FW_MRFI s ore accurate than t. Accuracy rate of FW_MRFI are all over 95%, even 00%, whch proves better perforance of FW_MRFI. Accuracy TTount Query wdth(k) (a) oparson TTount Query wdth(k) (b) Accuracy coparson Fgure 6 recall rate and accuracy coparson of two algorths wth dfferent query wdth V. ONLUSION FW_MRFI, whch s a streang data frequent te nng algorth based on varable wndow, s ntroduced n ths paper. The FW_MRFI algorth can ne frequent te n any wndow of recent streang data, whose gven length s L. Meanwhle, t dvdes recent streang data nto several wndows of varable length accordng to, whch s the nuber of the counter array. Ths algorth can acheve saller query error n recent wndows, and can nze the axu query error n the whole recent streang data. In order to copare ts accuracy and recall rate wth other exstng ethods, experents wth real data sets and synthetc data sets are conducted, whch proves that FW_MRFI algorth offers uch proved accuracy n recent frequent te nng n data strea. AKNOWLEDGEMENTS Ths research was supported n part by odern educaton technology research proect of Jangsu provnce (03-R-495). REFERENES [] J. Msra, D. Gres. Fndng repeated eleents[j]. Scence of oputer Prograng, 98, pp.43~5. [] L. Golab, D. DeHaan, A. L.Ortz, et al. Fndng frequent tes n sldng wndows wth ultnoally-dstrbuted te frequences[]. In Proceedngs of the 6th Internatonal onference on Scentfc and Statstcal Database Manageent, 004, pp.45~46. [3] G. S. Manu, R. Motwan. Approxate Frequency ounts over Data Streas[]. In Proc. of VLDB, 00, pp.346~357. [4] T. alders, N. Dexters, B. Goethals. Mnng Frequent Itesets n a Strea[]. In Proceedngs of 7th IEEE Internatonal onference on Data Mnng, 007, pp. 83~9. [5] Frequent teset nng dataset repostory, unversty of helsn (008), [6] L. f. Zhang, Y. Guan, Frequency estaton over sldng wndows[], Proceedngs of the 008 IEEE 4th Internatonal onference on Data Engneerng, 008, pp.385~387. [7] H. F. L, S. Y. Lee. Mnng frequent tesets over data streas usng effcent wndow sldng technques[j]. Expert Systes wth Applcatons.009, pp [8] H. T.La,T. alders, Mnng Top-K Frequent Ites n a Data Strea wth Flexble Sldng Wndows,opyrght 00 AM /07 [9].N. Yang, and Y.Y Yang, and.y. hu, "Iage Lbrary Systes: A Novel Installent Payent for Buyng Iages on the Web," Journal of oputers, Vol. 0, No., 009,pp , Apr. [0] X. Xu, J. Ln. A novel te advancng echans for agent-orented supply chan sulaton. Journal of oputers, Vol.4, No., 009, pp [] Ma cuxa, Meng xangxu. Research on Obect onstrants Model and Inverted onstrants n Paraetrc Desgn, Journal of oputers, Vol.3, No.9, 000, pp AADEMY PUBLISHER

A comparative study of initial basic feasible solution methods for transportation problems

A comparative study of initial basic feasible solution methods for transportation problems Matheatcal Theory and Modelng ISSN 2224-5804 (Paper) ISSN 2225-0522 (Onlne) www.ste.org A coparatve study of ntal basc feasble soluton ethods for transportaton probles Abstract Abdul Sattar Sooro 1 Gurudeo

More information

Radial Distribution System Reconfiguration in the Presence of Distributed Generators

Radial Distribution System Reconfiguration in the Presence of Distributed Generators 4th Internatonal Conference on Coputer, Mechatroncs, Control and Electronc Engneerng (ICCMCEE 205) Radal Dstrbuton Syste Reconfguraton n the Presence of Dstrbuted Generators Xngquan J, a, Q Lu, GuoZheng

More information

World Scientific Research Journal (WSRJ) ISSN: A Algorithm for Location in Wireless Sensor Networks Based on Local

World Scientific Research Journal (WSRJ) ISSN: A Algorithm for Location in Wireless Sensor Networks Based on Local World Scentfc Research Journal (WSRJ) ISSN: 2472-3703 www.wsr-.org A Algorth for Locaton n Wreless Sensor Networks Based on Local Deand Level Hu Yang 1, a, Zhengsheng Dng 2, b 1 College of Scence, X an

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

1 Introduction. 2 LDPC codes. 3 LDPC coded OFDM system

1 Introduction. 2 LDPC codes. 3 LDPC coded OFDM system DPC Coded OFDM Wreless Councaton Syste Based on IEEE 8.a Standard Png Ma, Dongfeng Yuan School of Inforaton Scence and Engneerng Shandong Unversty ShanDa South Road 7,Jnan, Shandong, 5 P. R. Chna Abstract:-

More information

ADAPTIVE PACKET ERROR RATE TARGET FOR ENERGY EFFICIENT PACKET DELIVERY

ADAPTIVE PACKET ERROR RATE TARGET FOR ENERGY EFFICIENT PACKET DELIVERY 19th European Sgnal Processng Conference (EUSIPCO 11) Barcelona, Span, August 9 - Septeber, 11 ADAPTIVE PACKET ERROR RATE TARGET FOR ENERGY EFFICIENT PACKET DELIVERY Elo Calvanese Strnat and Roht Gupta

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Research on Scheduling Strategy of AFDX End System Based on Time/Event Trigger

Research on Scheduling Strategy of AFDX End System Based on Time/Event Trigger Internatonal Journal of Inforaton and ouncaton Scences 08; (): 66-74 http://www.scencepublshnggroup.co//cs do: 0.648/.cs.0800.6 ISSN: 575-700 (Prnt); ISSN: 575-79 (Onlne) Research on Schedulng Strategy

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Modeling, Simulation and Analysis of Matrix Converter Using Matlab&Simulink

Modeling, Simulation and Analysis of Matrix Converter Using Matlab&Simulink Internatonal Journal of Modelng and Optzaton, Vol., No., June 0 Modelng, Sulaton and Analyss of Matrx Converter Usng Matlab&Sulnk Hulus Karaca and Raazan Akkaya Abstract In ths paper, a atrx converter

More information

Distance Based Heuristic for Power and Rate Allocation of Video Sensor Networks

Distance Based Heuristic for Power and Rate Allocation of Video Sensor Networks IEEE Wreless Councatons and Networkng Conference: Moble and Wreless Networks Dstance Based Heurstc for Power and ate Allocaton of Vdeo Sensor Networks Babang A.B. Sarf, Vctor C.M. Leung, Panos Nasopoulos

More information

Analysis of earthquake wave propagation in buildings

Analysis of earthquake wave propagation in buildings Earthquake Resstant Engneerng Structures V 33 Analyss of earthquake wave propagaton n buldngs H. Kawaka, M. Oyuncheg & E. A. J. Tngatnga 3 Geosphere Research Insttute, Sataa Unversty, Japan Graduate School

More information

Adaptive Fractional Frequeny Reuse (AFFR) Scheme for Multi-cell IEEE e Systems

Adaptive Fractional Frequeny Reuse (AFFR) Scheme for Multi-cell IEEE e Systems Adaptve Fractonal Frequeny Reuse (AFFR) Schee for Mult-cell IEEE 82.6e Systes Suzan M. Shoukry Hgher Technologcal Insttute suzan.shukry@gal.co Khaled Elsayed Caro Unversty khaled@eee.org Al Eloghazy Mltary

More information

MORPHOLOGY INFRARED IMAGE TARGET DETECTION ALGORITHM OPTIMIZED BY GENETIC THEORY

MORPHOLOGY INFRARED IMAGE TARGET DETECTION ALGORITHM OPTIMIZED BY GENETIC THEORY MORPHOLOGY INFRARED IMAGE TARGET DETECTION ALGORITHM OPTIMIZED BY GENETIC THEORY Zhenfeng Shao a, Xanqang Zhu a, Jun Lu b a State Key Laboratory for Inforaton Engneerng n Surveyng, Mappng and Reote Sensng,

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

A Soft Decoding of Linear Block Codes by Genetic Algorithms

A Soft Decoding of Linear Block Codes by Genetic Algorithms Internatonal Conference on Intellgent Coputatonal Systes (ICICS'2012) Jan 7-8 2012 Duba A Soft Decodng of Lnear Bloc Codes by Genetc Algorths Ahed Azouaou and Dr Mostafa Belas Abstract In ths paper we

More information

1260 JOURNAL OF NETWORKS, VOL. 7, NO. 8, AUGUST 2012

1260 JOURNAL OF NETWORKS, VOL. 7, NO. 8, AUGUST 2012 1260 JOURAL OF ETWORKS, VOL. 7, O. 8, AUGUST 2012 An Iproved Penalty-SA Based Resource Allocaton Algorth for OFDMA Cellular Systes Qngl Zhao Broadband Wreless councatons laboratory,south Chna Unversty

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Automatic Identification of Text Genres and Their Roles in Subject-Based Categorization

Automatic Identification of Text Genres and Their Roles in Subject-Based Categorization Proceedngs of the 37th Hawa Internatonal Conference on Syste Scences - 2004 Autoatc Identfcaton of Text Genres and Ther Roles n Subject-Based Categorzaton Yong-Bae Lee Dept. of Coputer Educaton Jeonju

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

A New Scalable RFID Delegation Protocol

A New Scalable RFID Delegation Protocol Appl. Math. Inf. Sc. 8, No. 4, 97-94 (4 97 Appled Matheatcs & Inforaton Scences An Internatonal Journal http://dx.do.org/.785/as/845 A New Scalable RFID Delegaton Protocol Xuqng Chen,, anje Cao, and Yu

More information

Simplified Reactive Power Control for Grid-connected Photovoltaic Inverters

Simplified Reactive Power Control for Grid-connected Photovoltaic Inverters Indan Journal of Scence and Technology, Vol 8(13), DOI: 1017485/jst/2015/v813/57487, July 2015 ISSN (Prnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Splfed Reactve Power Control for Grd-connected Photovoltac

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Research on Wireless Sensor Actuator Distribution Algorithm Meeting Maximum Request Expectation

Research on Wireless Sensor Actuator Distribution Algorithm Meeting Maximum Request Expectation Paper Research on Wreless Sensor Actuator Dstrbuton Algorth Meetng Maxu Request Research on Wreless Sensor Actuator Dstrbuton Algorth Meetng Maxu Request Expectaton https://do.org/0.399/joe.v304.6584 Xuejun

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

a ADSP-21990: Reference Frame Conversions

a ADSP-21990: Reference Frame Conversions a ADSP-21990: Reference Frae Conversons a ADSP-21990: Reference Frae Conversons Analog Devces Inc., January 2002 Page 1 of 14 a ADSP-21990: Reference Frae Conversons Table of Contents SUMMARY... 3 1 INTRODUCTION

More information

Towards a Better Diversity-Multiplexing Tradeoff in MIMO Systems

Towards a Better Diversity-Multiplexing Tradeoff in MIMO Systems Towards a Better Dversty-Multpleng Tradeoff n MIMO Systes Ln Da, Sana Sfar, Khaled B. Letaef, Fellow, IEEE Center for Wreless Inforaton Technology The Hong Kong Unversty of Scence & Technology Clear Water

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Seyed Mostafa Mirhassani Department of electrical engineering, Saveh Branch, Islamic Azad University, Saveh, Iran

Seyed Mostafa Mirhassani Department of electrical engineering, Saveh Branch, Islamic Azad University, Saveh, Iran nternatonal Journal of Coputer Applcatons (0975 8887) Detecton of Narrowed Coronary Arteres n X-ray Angographc ages usng Contour processng of Segented Heart Vessels based on Hessan Vesselness Flter and

More information

Speed Tracking of Indirect Field Oriented Control Induction Motor using Neural Network

Speed Tracking of Indirect Field Oriented Control Induction Motor using Neural Network Avalable onlne at www.scencedrect.co Proceda Technology 8C (13) 138 143 www.elsever.co/locate/proceda The 4th Internatonal Conference on Electrcal Engneerng and Inforatcs (ICEEI 13) Speed Trackng of Indrect

More information

Available online at ScienceDirect. International Conference on Electrical Engineering and Informatics 2013 (ICEEI 2013)

Available online at   ScienceDirect. International Conference on Electrical Engineering and Informatics 2013 (ICEEI 2013) Avalable onlne at www.scencedrect.co ScenceDrect Proceda Technology 11 ( 13 ) 141 146 Internatonal Conference on Electrcal Engneerng and Inforatcs 13 (ICEEI 13) Speed Trackng of Indrect Feld Orented Control

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Customer witness testing guide

Customer witness testing guide Customer wtness testng gude Ths gude s amed at explanng why we need to wtness test equpment whch s beng connected to our network, what we actually do when we complete ths testng, and what you can do to

More information

Fire Detection and Localization Using Wireless Sensor Networks

Fire Detection and Localization Using Wireless Sensor Networks Fre Detecton and Localzaton Usng Wreless Sensor Networks Alreza Khadv and Martn Hasler Ecolé Polytechnque Fédérale de Lausanne School of Coputer and Councaton Scences Laboratory of Nonlnear Systes CH 5,

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information

Fertility Level, Changing Trends and Possible Relaxation of the One-Child Policy in China

Fertility Level, Changing Trends and Possible Relaxation of the One-Child Policy in China Fertlty Level, Changng Trends and Possble Relaaton of the One-Chld Polcy n Chna Abstract -specfc fertlty rates n Chna decrease fro 199 to 2. Fro 2 onward, these rates for frst-born babes ncrease everywhere

More information

Determination of primary features of ABR signals in intelligent system aiding the auditory system diagnosis

Determination of primary features of ABR signals in intelligent system aiding the auditory system diagnosis Deternaton of prary features of ABR sgnals n ntellgent syste adng the audtory syste dagnoss BUŁKA J., WOCHLIK I., KOWAL J., BANIA P., IZWORSKI A. Departent of Autoatcs AGH Unversty of Technology Al. Mcewcza

More information

Sujitha et al., International Journal of Advanced Engineering Technology E-ISSN

Sujitha et al., International Journal of Advanced Engineering Technology E-ISSN ujtha et al., Internatonal Journal of Advanced Engneerng Technology E-IN 0976-3945 Research Paper PERORMANCE O BLIND MULTIUER DETECTION IN REQUENCY ELECTIVE ADING CHANNEL UING OCDM J. ujtha 1, Dr. K. Baskaran

More information

Research Article A 4D-Role Based Access Control Model for Multitenancy Cloud Platform

Research Article A 4D-Role Based Access Control Model for Multitenancy Cloud Platform Hndaw Publshng Corporaton Matheatcal Probles n Engneerng Volue 2016, Artcle ID 2935638, 16 pages http://dxdoorg/101155/2016/2935638 Research Artcle A 4D-Role Based Access Control Model for Multtenancy

More information

An Efficient Filter Banks Based Multicarrier System in Cognitive Radio Networks

An Efficient Filter Banks Based Multicarrier System in Cognitive Radio Networks RADIOEGIEERIG, VOL. 9, O. 4, DECEMBER 479 An Effcent Flter Bans Based Multcarrer Syste n Cogntve Rado etwors Yun CUI,, Zhfeng ZHAO,, Honggang ZHAG, Yor-Zhejang Lab for Cogntve Rado and Green Councatons

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

An Algorithm Forecasting Time Series Using Wavelet

An Algorithm Forecasting Time Series Using Wavelet IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 04 ISSN (Prnt): 94-084 ISSN (Onlne): 94-0784 www.ijcsi.org 0 An Algorthm Forecastng Tme Seres Usng Wavelet Kas Ismal Ibraheem,Eman

More information

THE ARCHITECTURE OF THE BROADBAND AMPLIFIERS WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON EMITTER

THE ARCHITECTURE OF THE BROADBAND AMPLIFIERS WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON EMITTER VOL. 0, NO. 8, OCTOBE 205 ISSN 89-6608 2006-205 Asan esearch Publshng Network (APN. All rghts reserved. THE ACHITECTUE OF THE BOADBAND AMPLIFIES WITHOUT CLASSICAL STAGES WITH A COMMON BASE AND A COMMON

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Fig. 1: Schematic Of Wacdma Network

Fig. 1: Schematic Of Wacdma Network ISSN : 30-709(Onlne) ISSN : 30-9543(Prnt) Abstract The Optcal CDMA systes suffer fro the proble of Multple Access Interference (MAI).As the nuber of users ncrease the BER error rate degrades because the

More information

Retransmitted Jamming Method to LFM Radar Based on Compressed Sensing

Retransmitted Jamming Method to LFM Radar Based on Compressed Sensing Retranstted Jang Method to LFM Radar Based on Copressed Sensng Guochao LAO Postgraduate School Acadey of Equpent Beng, Chna laoguochao@26.co We YE Departent of Inforaton and Equpent Acadey of Equpent Beng,

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Energy Efficiency Analysis and Power Allocation of Cooperative Communications in Wireless Sensor Networks

Energy Efficiency Analysis and Power Allocation of Cooperative Communications in Wireless Sensor Networks Journal of Councatons Vol. 8, No. 12, Deceber 2013 Energy Effcency Analyss and ower Allocaton of Cooperatve Councatons n Wreless ensor Networks We u, Guangng, and n Zhu chool of Mechancal, Electrcal and

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

EFFECTIVE HARMONIC MITIGATION TECHNIQUES USING WAVELETS BASED ANALYSIS

EFFECTIVE HARMONIC MITIGATION TECHNIQUES USING WAVELETS BASED ANALYSIS R.Kaeswara Rao. et al. / Internatonal Journal of Engneerng Scence and Technology (IJEST) EFFECTIVE HARMONIC MITIGATION TECHNIQUES USING WAVELETS BASED ANALYSIS R.KAMESWARA RAO 1 Electrcal and Electroncs

More information

Distributed Channel Allocation Algorithm with Power Control

Distributed Channel Allocation Algorithm with Power Control Dstrbuted Channel Allocaton Algorthm wth Power Control Shaoj N Helsnk Unversty of Technology, Insttute of Rado Communcatons, Communcatons Laboratory, Otakaar 5, 0150 Espoo, Fnland. E-mal: n@tltu.hut.f

More information

STATISTICS. is given by. i i. = total frequency, d i. = x i a ANIL TUTORIALS. = total frequency and d i. = total frequency, h = class-size

STATISTICS. is given by. i i. = total frequency, d i. = x i a ANIL TUTORIALS. = total frequency and d i. = total frequency, h = class-size STATISTICS ImPORTANT TERmS, DEFINITIONS AND RESULTS l The mean x of n values x 1, x 2, x 3,... x n s gven by x1+ x2 + x3 +... + xn x = n l mean of grouped data (wthout class-ntervals) () Drect method :

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

Time Reversal Acoustic Communication Using Filtered Multitone Modulation

Time Reversal Acoustic Communication Using Filtered Multitone Modulation Sensors 5, 5, 3554-357; do:.339/s593554 Artcle OPEN ACCESS sensors ISSN 44-8 www.dp.co/journal/sensors Te Reversal Acoustc Councaton Usng Fltered ulttone odulaton Ln Sun,, Baowe Chen,, Hasen L,, *, Tan

More information

LT Code Design for Inactivation Decoding

LT Code Design for Inactivation Decoding LT Code esgn for Inactvaton ecodng Francsco Lázaro lasco, Ganlug Lva, Gerhard auch Insttute of Councatons and Navgaton LR Geran erospace Center), Wesslng, Gerany 82234 Insttute for Telecouncaton Haburg

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

Abstract. 2. Detection of iris region. 1. Introduction. 1, otherwise

Abstract. 2. Detection of iris region. 1. Introduction. 1, otherwise Hgh Perforance Irs Recognton Based on LDA and LPCC Cha e CHU and Chng-Han CHN Insttute of lectrcal ngneerng,i-shou Unversty,, Secton, Hsueh-Cheng Rd., a -Hsu Hsang, Kaohsung County, awan, 84, R.O.C. al:

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Compressive Direction Finding Based on Amplitude Comparison

Compressive Direction Finding Based on Amplitude Comparison Compressve Drecton Fndng Based on Ampltude Comparson Rumng Yang, Ypeng Lu, Qun Wan and Wanln Yang Department of Electronc Engneerng Unversty of Electronc Scence and Technology of Chna Chengdu, Chna { shan99,

More information

Phasor Representation of Sinusoidal Signals

Phasor Representation of Sinusoidal Signals Phasor Representaton of Snusodal Sgnals COSC 44: Dgtal Communcatons Instructor: Dr. Amr Asf Department of Computer Scence and Engneerng York Unversty Handout # 6: Bandpass odulaton Usng Euler dentty e

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

Insertion/Extraction Tool and Replacement Tip Kits [ ]

Insertion/Extraction Tool and Replacement Tip Kits [ ] Inserton/Extracton Tool 91285-1 and Replacement Tp Kts 543382-[ ] Instructon Sheet 408-9404 19 JUN 12 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually powered

More information

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm IACSIT Internatonal Journal of Engneerng and Technology, Vol. 7, No. 3, June 25 FPGA Implementaton of Ultrasonc S-Scan Coordnate Converson Based on Radx-4 CORDIC Algorthm Ruobo Ln, Guxong Lu, and Wenmng

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Temperature Control Strategy of the Heating Furnace Used in Adsorption Desulfurization Device

Temperature Control Strategy of the Heating Furnace Used in Adsorption Desulfurization Device Internatonal Journal of Scence Vol.4 No. 017 ISSN: 1813-4890 Teperature Control Strategy of the Heatng Furnace Used n Adsorpton Desulfurzaton Devce Haozh Lu a, Hayun Chen, Daoka Yang School of Mechatronc

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

MRI Brain Abnormality Detection Using Fuzzy Neural Network

MRI Brain Abnormality Detection Using Fuzzy Neural Network MRI Bran Abnoralt Detecton Usng Fuzz Neural Network Kasra Haghgh Address: Dr.Behesht 36th, No. 81, Mashhad, Iran Abstract In ths paper an expert sste for detecton of bran abnoraltes s proposed. Frst precedng

More information

PRO- CRIMPER* III Hand Crimping

PRO- CRIMPER* III Hand Crimping PRO- CRIMPER* III Hand Crmpng Instructon Sheet Tool Assembly 91338-1 408-8377 wth De Assembly 91338-2 22 JUL 09 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Voltage security constrained reactive power optimization incorporating wind generation

Voltage security constrained reactive power optimization incorporating wind generation Unversty of Wollongong Research Onlne Faculty of Engneerng and Informaton Scences - Papers: Part A Faculty of Engneerng and Informaton Scences 2012 Voltage securty constraned reactve power optmzaton ncorporatng

More information

Packet Loss and Delay Combined Optimization for Satellite Channel Bandwidth Allocation Controls

Packet Loss and Delay Combined Optimization for Satellite Channel Bandwidth Allocation Controls Packet Loss and Delay obined Optiiation for Satellite hannel Bandwth Allocation ontrols Igor Bisio Meber, IEEE, Mario Marchese Senior Meber, IEEE DIST - Departent of ounication, oputer and Syste Science

More information

FFT Spectrum Analyzer

FFT Spectrum Analyzer THE ANNUAL SYMPOSIUM OF THE INSTITUTE OF SOLID MECHANICS SISOM 22 BUCHAREST May 16-17 ----------------------------------------------------------------------------------------------------------------------------------------

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Secure Collaborative Spectrum Sensing in the Presence of Primary User Emulation Attack in Cognitive Radio Networks

Secure Collaborative Spectrum Sensing in the Presence of Primary User Emulation Attack in Cognitive Radio Networks Arkabr Unversty of Technology (Tehran Polytechnc) Vol. 47, No., Fall 5, pp. - 8 Arkabr Internatal Journal of Scence& Research (Electrcal & Electrcs Engneerng) )AIJ-EEE) Secure Collaboratve Spectru Sensng

More information

Jamming Resilient Cross-Layer Resource Allocation in Uplink HARQ-Based SIMO OFDMA Video Transmission Systems

Jamming Resilient Cross-Layer Resource Allocation in Uplink HARQ-Based SIMO OFDMA Video Transmission Systems Receved Septeber 6, 07, accepted October 6, 07, date of publcaton October 0, 07, date of current verson Noveber 8, 07. Dgtal Object Identfer 0.09/ACCESS.07.76494 Jang Reslent Cross-Layer Resource Allocaton

More information

DYNAMIC LOCATION ESTIMATION BY KALMAN FILTER

DYNAMIC LOCATION ESTIMATION BY KALMAN FILTER Ubqutous Coputng and Councaton Journal ISSN 199-844 DYNAMIC LOCATION ESTIMATION BY KALMAN FILTER Lubna Farh UBICC Publshers, Sr syed Engneerng Unversty, Karach, Pakstan lubnafarh@yahoo.co ABSTRACT Ths

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Open Access The Cloud Computing Center Performance Analysis Model Based on Queuing Theory

Open Access The Cloud Computing Center Performance Analysis Model Based on Queuing Theory Send Orders for Reprnts to reprnts@benthascence.ae 228 The Open Autoaton and Control Systes Journal, 25, 7, 228-2285 Open Access The Cloud Coputng Center Perforance Analyss Model Based on Queung Theory

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Int. J. Grid and Utility Computing, Vol. X, No. Y, XXXX

Int. J. Grid and Utility Computing, Vol. X, No. Y, XXXX Int. J. Grd and Utlty Coputng, Vol. X, No. Y, XXXX Maxu revenue-orented resource allocaton n cloud Guofu Feng* Departent of Coputer Scence and Technology, Nanng udt Unversty, 77 Bewe Road, Nanng 210029,

More information

Performance Testing of the Rockwell PLGR+ 96 P/Y Code GPS receiver

Performance Testing of the Rockwell PLGR+ 96 P/Y Code GPS receiver Performance Testng of the Rockwell PLGR+ 96 P/Y Code GPS recever By Santago Mancebo and Ken Chamberlan Introducton: The Rockwell PLGR (Precson Lghtweght GPS Recever) + 96 s a Precse Postonng Servce P/Y

More information

Accurate Electromagnetic Transient Simulations of HVDC Cables and Overhead Transmission Lines

Accurate Electromagnetic Transient Simulations of HVDC Cables and Overhead Transmission Lines ccurate Electroagnetc Transent Sulatons of HVDC Cables and Overhead Transsson Lnes H.M.J. De Slva,.M. Gole and L.M. Wedepohl bstract-- Ths paper ntroduces three dfferent procedures for proveents n the

More information