FULL RECONFIGURABLE INTERLEAVER ARCHITECTURE FOR HIGH-PERFORMANCE SDR APPLICATIONS

Size: px
Start display at page:

Download "FULL RECONFIGURABLE INTERLEAVER ARCHITECTURE FOR HIGH-PERFORMANCE SDR APPLICATIONS"

Transcription

1 SDR'10 Sesson 5G- 6 FULL RECONFIGURABLE INTERLEAVER ARCHITECTURE FOR HIGH-PERFORMANCE SDR APPLICATIONS Renaud Pacalet (Telecom-Parstech, LabSoC, Sopha-Antpols, France; renaud.pacalet@telecom-parstech.fr); Jar Gonzalez-Pna (Telecom-Parstech, LabSoC, Sopha-Antpols, France; jar@telecom-parstech.fr). ABSTRACT Ths paper presents an nterleaver / denterleaver archtecture that meets all the requrements for complex SDR applcatons, bascally, t offers enough flexblty to mplement about any nterleavng method. Ths archtecture allows to run several nterleavng processes concurrently, ether wth the same method or wth dfferent ones, enablng hgh performance mult-rado applcatons wth the same hardware. Ths archtecture ntegrates the nterleavng altogether wth the rate matchng and the frame equalzaton two closely related processng, mprovng the overall system s performance. Whle the reconfgurable nterleaver can be shared among several steps of the communcatons process, t would be very neffcent to use t for the nternal nterleavng of turbo codng or decodng. It would requre a large communcaton bandwdth between the nterleaver and the channel coder / decoder. Ths paper also dscusses the mplementaton of two hghly optmzed nterleaver archtectures for the specfc requrements of turbo codng modules of LTE and UMTS standards. 1. INTRODUCTION It s wdely accepted that future wreless communcatons devces wll be based n Software Defned Rado Platforms (6),(8), Rado Platforms composed of shared hardware and software modules, all of them beng confgurable enough to support dfferent standards. Ths paper presents three nterleaver archtectures: a reconfgurable one that s capable of mplementng any nterleavng method, and two other whch are hghly optmzed for the nternal nterleavng of the channel turbo codng / decodng modules of LTE and UMTS standards. As the nterleavng process has a drect mpact on the performance of the system, many papers have been wrtten that evaluate performance of dfferent nterleavng methods (5), The research leadng to these results has receved fundng from the European Communty s Seventh Framework Programme (FP7/ ) under grant agreement SACRA n (9), (10), (12). In contrast, few papers are focused on nterleaver archtectures for SDR applcatons. (4), (11) and (14) are examples of dual-mode nterleaver archtectures, whch are suffcent for systems targetng standards wth smlar nterleavng methods, but not for real SDR and CR applcatons. Our reconfgurable nterleaver / denterleaver module also mplements rate-matchng and frame-equalzaton wthn the same hardware. To our knowledge, no other prevous archtecture proposed ths, whch n fact ncreases not only the performance of the nterleaver tself, but also the overall system performance. The paper s organzed as follows: Secton II descrbes the functonalty and archtecture of our full reconfgurable nterleaver. Secton III presents the optmzed core of LTE s nner nterleaver. The secton IV presents the optmzed core for UMTS nner nterleaver. The cores are compared to other mplementatons n secton V. Secton VI concludes. 2. FULL RECONFIGURABLE INTERLEAVER As llustrated by fgure 1, our fully reconfgurable nterleavng core uses three nternal mult-port memores: an nput buffer X, an output buffer Y and a permutaton buffer P, whch holds the table that defnes the permutaton functon (). The basc operaton mode s straghtforward: entres of the permutaton table are ponters to nput buffer entres; durng executon the permutaton table stored n P s parsed, one entry at a tme, and the ponted nput sample X[P []] s coped n the output buffer: Y [] = X[P []]. In the presented mplementaton, the nput and output buffers are 8 bts wde wth length of 2 16 = The P buffer s 16 bts wde, allowng to address the whole 64k samples from nput buffer X. Ths memory confguraton exemplfes the requrements of a worst case scenaro, and can be changed accordng to the partcular requrements of a gven applcaton, wthout alterng the functonalty of the core. For systems targetng only one or two communcatons standards, and assumng ther nterleavng functons are structured ones, t s lkely that more effcent archtectures exst, both n terms of slcon area and power consumpton: whle nput and output buffers can usually not be avoded n Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 509

2 any mplementaton, the permutaton buffer can sometmes be replaced by a more cost effectve address generator. But as we target complex SDR wth a full range of flexblty and as we want to adapt even to not yet defned nterleavng methods, t was chosen usng a permutaton buffer as the one opton that offers the level of flexblty and performance that s requred. In order to mtgate the overhead, we take beneft of the offered flexblty and mplement extra features as rate matchng, frame equalzaton, handlng of soft bts and hard bts, and mappng n mult-carrer waveforms. An mportant characterstc of our archtecture s ts capablty to handle concurrent nstances of the same or dfferent standards (for mult-rado applcatons). Swtchng from one standard to another s just a matter of loadng a new permutaton table n memory or, when several tables ft n the P buffer, pontng to a dfferent table(see fgure 1 ). In other approaches based on address generators ths can be acheved by duplcatng the hardware and / or addng dfferent generators for dfferent standards (assumng all of them are known at desgn tme)... up to the pont where the number of generators becomes ntractable or where ther cumulated cost exceeds the cost of our table-based soluton. Our fgures account already for ths capablty. Permutaton buffer (P ) 1(0) 1() 1(l1 1)) 2(0) 2() 2(l2 1)) 16 bts l1 64k Standard 1 Standard 2 Input buffer (X) sample 64k Output buffer (Y ) 8 bts 8 bts Fg. 1. Memory based nterleaver archtecture 2.1. Advanced Interleavng modes As already mentoned, our reconfgurable archtecture offers several extra features, confgured through a set of parameters. It s mportant to note that these extra features do not requre extra computaton tme, they are performed whle nterleavng and wth the same hardware. 64k Hard-bts and soft-bts modes The module handles soft bt samples of 1 to 8 bts, stored on a one byte per sample bass, as shown on fgure 2, example (a). The unused bts on a byte are gnored n the nput buffer and forced to zero n the output buffer. (a) (b) j 1() 2() 13 bts P X Y x..x bt offset sample smpl. wdth j smpl. wdth Fg. 2. Softbts (a) and Hardbts (b) operatng mode In the hard-bts mode, each byte of the nput or output buffer holds 8 dfferent one-bt samples. The meanng of the entres n the permutaton table P changes: the 13 MSBs (Most Sgnfcant Bts) are the byte offset n the nput buffer X and the 3 LSBs (Least Sgnfcant Bts) are the bt offset of the nput sample n the selected byte, as depcted n fgure 2, example (b), where the nput and output data are accessed btwse. Hard bts are frequently used on transmsson and soft bts on recepton Rate-matchng mode The rate matchng process s carred out so that the sze of a block of samples matches the sze of rado frames. It wll ether repeat bts to ncrease the rate or puncture bts to decrease the rate. At transmsson the rate-matchng s specfed n the permutaton table, ether by repeatng entres n the P Buffer, or by omttng them, accessng several tmes the same sample from the X buffer, or smply not accessng t at all, accordng to the rate-matchng specfcaton. At recepton, repeated samples wll be handled dfferently from the others. When rate-matchng mode s enabled, the MSB of each P entry s consdered as a repeat flag. The 15 LSBs form the ponter to the nput sample, reducng the range to nstead of The repeat flag defnes a repeat sequences n the P buffer (fgure 3). The ponters n a repeat sequence pont to the dfferent copes of the same repeated nput sample. The dfferent copes can have dfferent values because of transmsson errors. Dependng on the selected rate-matchng mode, the correspondng, sngle, output sample wll be the average of the copes or the last one. If rate-matchng mode s average, a repeat sequence s at most 8 entres long. Unless the last of a repeat sequence, an entry Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 510

3 wth the repeat flag unset ponts to a regular, non-repeated, sample. P X Y P () = F orcezero zero one Y repeat sequence (8 entres max n average mode) mean or last Fg. 4. Frame equalzaton mode 15 bts Fg. 3. Rate-matchng operatng mode Frame equalzaton mode Frame equalzaton conssts n addng stuffng bts to the data stream, ether zeros or ones, wth the purpose of ensurng that the output can be segmented nto equal sze segments to be transmtted n a TTI (Transmsson Tme Interval). When the frame equalzaton opton s enabled, two specal values of permutaton entry are defned: ForceZero and ForceOne. When a ForceZero / ForceOne entry s encountered n the P buffer, the nterleaver forces a zero / one n the next ( th ) poston of the Y buffer. The ForceZero and ForceOne specal values can be specfed as an operaton parameter, and should of course be dfferent. Fgure 4 llustrates the frame equalzaton Very large permutaton functons Although the proposed buffer szes are large enough for most today s standards, t s possble that future nterleavng methods requre larger permutaton tables. Stll, these large permutatons can be mplemented n ths archtecture n several passes. When nterleavng n several passes, t may be requred to skp output entres that were updated n prevous passes or wll be updated n subsequent passes. In order to allow ths, a thrd specal value s defned for the permutaton entres: the SkpValue. When the SkpValue entry s encountered and the skp mode s enabled, the ponter to the output buffer s ncremented wthout wrtng any output sample, thus preservng the value of the skpped sample. The SkpValue entry can also be defned as an operatng parameter and should be dfferent from ForceZero and ForceOne f both skp and frame equalzaton modes are enabled Implementaton The nterleaver was mplemented as a ppelne wth statonary control as depcted n fgure 5. The ppelne s dvded n nne stages. Flushng or stallng t s never necessary. It runs at full speed (one permutaton entry per cycle) n all confguratons. Three out of the nne stages are dedcated to memory access, the others are used to generate read and wrte addresses for the three buffers, and to make calculatons for Rate-matchng and Frame-equalzaton procedures. The address generaton logc of ths module was syntheszed for a 130 nm CMOS standard cells lbrary, ts maxmum speed s 350Mhz, although we requre only 200Mhz. At 200Mhz the area consumpton s of just 0.02mm OPTIMIZED INTERLEAVER CORES A generc, table-based, nterleaver such as the one descrbed n the prevous secton s not always the best soluton, even n the SDR context. The nternal nterleaver of turbo coders / decoders s tghtly coupled wth the channel codng / decodng. It would be rather neffcent to delegate ths specfc nterleavng to an external generc nterleaver. Ths s especally true for the decoder because the nterleaver s used several tmes per teraton of the decodng process and the number of teratons s frequently 5 to 10 per code word. A dedcated, compact and energy effcent address generator, embedded drectly nsde the channel coder / decoder seams a much better soluton. The two address generators presented below are dedcated to the 3GPP UMTS and 3GPP LTE turbo nterleavers. They mplement all varants of these two standards at a much lower hardware cost than the generc nterleaver. Ther major drawback, of course, s that they would not handle a possble new standard, wth a totally dfferent turbo nterleavng scheme. Contrary to other mplementatons, lke (3), these nterleavers are already desgned to be embedded n a complete SoC n whch a CPU s n charge of controllng the whole dgtal baseband processng. Thanks to ths CPU, some blocklength specfc parameters are computed n software and drectly used by the hardware address generators. Ths HW / SW parttonng allows for a more effcent hardware utlzaton. Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 511

4 VCI_e srstn exec Param eoc err status p_cnt d_ovf eoc_rep r_ovf do_ovf one_rep Interface zero_rep force skp_rep frc1 frc2 skp3 skp4 prevvalue errors skp skp1 skp2 accu_n accu accu1 mask p_ovf Sel1 sel2 repeat rpt1 rpt2 rpt3 rpt4 newvalue enp1 enp2 enx enx1 enx2 enx3 enx4 enp accu endv1 endv2 add mss2p.x a perm addp p nput enx P X Accum d output y stage stage e DIV sam2wr stage eny Y rnwy ry Fg. 5. Full reconfgurable Interleaver controller 3.1. LTE turbo encoder nterleaver Ths module mplements an address generator for the LTE turbo encoder and decoder as defned n (2). The block of samples to nterleave s frst wrtten n a buffer n the natural order. It s then read out accordng to the sequence of addresses produced by the address generator. The nverse permutaton s appled by wrtng the nput block wth the address generator and readng out n natural order. The 3GPP LTE turbo nternal nterleaver s defned n (2) as () = P () = (f 1 + f 2 2 ) mod k, where f 1 and f 2 are two parameters dependng on the block sze k. The module generates a sequence of ndexes P (0), P (1),... P (k 1). P () s the poston n the nput block of the th sample of the output block. The frst output ndex P (0) s thus the ndex n the nput block of the frst output sample. The parameters used by the module (α, β) are calculated n advance from the f 1, f 2 parameters of the 3GPP specfcaton: α = (f 1 + f 2 ) mod k and β = (2 f 2 ) mod k. In the course of an nterleavng / denterleavng operaton, the ndex ncrements from 0 to k 1. The module takes beneft of ths smple scheme to compute the polynomal P () ncrementally: P ( + 1) = f 1 ( + 1) + f 2 ( + 1) 2 = P () + f f 2 + f 2 = P () + Q() Q( + 1) = Q() + 2 f 2 = Q() + β Wth P (0) = 0 and Q(0) = f 1 + f 2 = α. The sequence wraps around k naturally. There s no need to detect the last value of a sequence or to reload Q(0) and P (0) n ther correspondng regsters. Indeed P (k) = 0 = P (0) and Q(k) = α = Q(0). Because P (), Q(), α, β are naturals less than k, the modulus k reducton when computng P (+1) and Q( + 1) s a smple comparson wth k and an optonal subtracton by k. The mplementaton s depcted n fgure6. load β = (f2 2) mod k k k load α = (f1 + f2) mod k β (. +.) mod k q = 0? load 0 (. +.) mod k p last frst Fg. 6. Optmzed archtecture for LTE turbo nterleaver 3.2. UMTS turbo encoder nterleaver Ths module mplements an address generator for the UMTS turbo encoder and decoder as defned n (1). As n the LTE case, the nterleavng / denterleavng s mplemented by wrtng n natural order and readng n permuted order or the opposte. The module generates a sequence of ndexes n 0,... n k 1. The n ndex s the poston n the nput block of the th output sample. The frst output value n 0 s thus the poston n the nput block of the frst output sample. After hardware / software parttonng, t was decded to pre-compute several parameters n software. From the UTMS standard, the parameters that are precomputed are: number of rows rp, number of columns c, prme number p. We also precompute the sere x, whch can be of 5, 10 or 20 elements, where x = (v q 256) mod p, all ths parameters are passed to the module before startng operaton. Once havng the precomputed parameters, the nterleaver mplements the followng steps, accordng to the UMTS standard for turbo code nternal nterleaver: p2 Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 512

5 1. Fnd the S(j) j {0,1,...,p 1} for ntra-row permutaton, where S(j) = s(ν s(j 1)) mod p 2. Fnd the q ) {0,1,...,rp 1}, where q 0 s equal to 1; and q s to be a least prmer nteger number such that gdc(q,p q)=1; and q > 6 and > q 1 for each =1,2,3...,R Fnd the r ) {0,1,...,rp 1} sequence, where r T ()=q, = 0, 1, 2..., rp and T (I) I {0,1,...,rp 1} s selected from the standard accordng to the block sze k. 4. Perform ntra-row permutaton as: U (j) = s((j r ) mod (p 1)); where U (j) s the orgnal bt poston of j-th permuted bt of -th row. 5. Perform nter-row permutaton as U T () (j) 6. Read the matrx column by column. In our algorthm, U sequences of 5, 10 or 20 elements are constructed ncrementally. The current value of each U sequence s stored n a shft regster (u () n fgure 7). The j th value of the T () th U sequence s: U T () (j) = S((j r T () ) mod (p 1)) = (v (j r T ()) mod (p 1) ) mod p As by defnton r t() = q, t can be wrtten: U T () (j) = (v (j q) mod (p 1) ) mod p Fermat s lttle theorem allows to rewrte ths expresson as: U T () (j) = (v j q ) mod p = From whch t comes: U T () (j 0) = ( x ) j mod p 256 ( U T () (j 1) x ) mod p 256 Wth U T () (0) = 1. Then, usng (a, b, p) 8 bts modular Montgomery (7) multplcaton: ( ) a b (a, b, p) = mod p 256 We end up wth U T () (j 0) = (U T () (j 1), x, p) 3.3. Archtecture Ths core s based on a Montgomery multplcaton mplementaton, wth two shft regsters as nputs, x () and u () for the two sequences U T () (j 1) and x respectvely. The Montgomery multplcaton s mplemented n 5 stages Table 1. Desgn Results comparson Desgn Process Standards Area Freq (MHz) (mm 2 ) Desgn(13) 180 nm UMTS Desgn(3) 90 nm UMTS, LTE ND ND Ths work 130 nm UMTS, LTE ppelne (correspondng to the mnmum number of rows). The frst 4 stages of the ppelne mplement the 8 teratons of the 8 bts modular Montgomery multpler, 2 bts of x at a tme, LSBs frst. The ffth stage mplements a fnal reducton modulus p. As depcted n fgure 7, for a new nterleavng procedure, the current value of each U sequence s ntalzed to 1. Then, these values enter a fve stages ppelne, one after the other. The output of the ppelne s fed back to the frst poston n the u () ppelne (whch s dfferent for 5, 10 and 20 rows schemes). A 5, 10 or 20 stages ppelne (x () ) contans the x. The x () and u () shft regsters move together so that the rght U and x values are always nput to the four frst stages of the modular Montgomery multpler ppelne. The modular Montgomery multpler also uses a 5 stages w () shft regster to store the ntermedate results of the modular Montgomery multplcaton. Once computed, the current value of each U sequence enters a 3 stages post-processng unt. Ths unt computes the actual n ndexes from the U sequences as specfed n the 3GPP standards. The frst stage computes the nput row and column ndexes. The second stage computes the nput bt poston. The U sequences naturally wrap so there s no need for an ntalzaton between two sequences wth the same parameter set mplementaton Results The two address generators modules were syntheszed for a 130 nm CMOS standard cells lbrary, wth 350 MHz a target clock frequency. Table 1 summarzes the results. Slcon area s used nstead of the more classcal (and more technologyndependent) gate count because some prevous works count nstances of standard cells whle others count gate equvalents, that s, the less buffered, 2-nputs, NAND gate. Takng nto account the technology shft our desgn outperforms (13) n terms of slcon area, maxmum frequency and flexblty. It s probably very close from the one of (3), whch s very smlar. The man dfferences are the utlzaton of a Montgomery modular multpler, the absence of nternal RAM (2 K-bts n (3)) and the pre-computaton of parameters n our case, whle they requre extra hardware to do ths. Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 513

6 Post. P 1 P 2 P 3 RED R = 20 R = 10 R = 5 u (18) u (17) u (8) u (3) u (2) u (1) u (0) w (0) w (3) S w (2) w (1) 3 S 2 S 1 S 0 x (19) x (18) x (9) x (4) x (3) x (2) x (1) x (0) R = 20 R = 10 R = 5 Fg. 7. Optmzed archtecture for UMTS turbo nterleaver 4. CONCLUSIONS Ths paper presents three archtectures of nterleavers targetng complex SDR applcatons. The frst s a full reconfgurable desgn that can be used for practcally all known standards of communcatons, and provdng more flexblty than any other archtecture of our knowledge. The two others are optmzed for the LTE and UMTS turbo nterleavers respectvely. They are extremely compact and fast but ther flexblty s lmted to the varants of ther target standard. References [1] 3GPP. Multplexng and channel codng (fdd), rel 920. [2] 3GPP. Evolved unversal terrestral rado access (eutra); multplexng and channel codng, rel 920. [3] ASGHAR, R., AND LIU, D. Dual standard reconfgurable hardware nterleaver for turbo decodng. In Wreless Pervasve Computng, ISWPC rd Internatonal Symposum on ( ), pp [4] CHANG, Y.-N. A low-cost dual-mode denterleaver desgn. Consumer Electroncs, IEEE Transactons on 54, 2 (May 2008), [5] HAO, D., YAO, P., AND HOEHER, P. Analyss and desgn of nterleaver sets for nterleave-dvson multplexng and related technques. In Turbo Codes and Related Topcs, th Internatonal Symposum on (Sept. 2008), pp [6] MITOLA, J. The software rado archtecture. Communcatons Magazne, IEEE 33, 5 (May 1995), [7] MONTGOMERY, P. L. Modular multplcaton wthout tral dvson. Mathematcs of Computaton 44, 170 (1985), [8] MUHAMMAD, N.-U.-I., RASHEED, R., PACALET, R., KNOPP, R., AND KHALFALLAH, K. Flexble baseband archtectures for future wreless systems. pp [9] PARK, S.-J., AND JEON, J.-H. Interleaver optmzaton of convolutonal turbo code for systems. Communcatons Letters, IEEE 13, 5 (May 2009), [10] SADJADPOUR, H., SLOANE, N., SALEHI, M., AND NEBE, G. Interleaver desgn for turbo codes. Selected Areas n Communcatons, IEEE Journal on 19, 5 (May 2001), [11] SANCHEZ-ORTIZ, C., PARRA-MICHEL, R., AND GUZMAN-RENTERIA, M. Desgn and mplementaton of a mult-standard nterleaver for a, n, e & dvb standards. In Reconfgurable Computng and FPGAs, ReConFg 08. Internatonal Conference on (Dec. 2008), pp [12] WANG, M., SHEIKH, A., AND QI, F. Interleaver desgn for short turbo codes. In Global Telecommuncatons Conference, GLOBECOM 99 (1999), vol. 1B, pp vol. 1b. [13] WANG, Z., AND LI, Q. Very low-complexty hardware nterleaver for turbo decodng. Crcuts and Systems II: Express Brefs, IEEE Transactons on 54, 7 (july 2007), [14] WU, Y.-W., TING, P., AND MA, H.-P. A hgh speed nterleaver for emergng wreless communcatons. In Wreless Networks, Communcatons and Moble Computng, 2005 Internatonal Conference on (June 2005), vol. 2, pp Proceedngs of the SDR 10 Techncal Conference and Product Exposton, Copyrght 2010 Wreless Innovaton Forum, Inc. All Rghts Reserved 514

Full-Reconfigurable Interleaver Architecture for High-performance SDR applications

Full-Reconfigurable Interleaver Architecture for High-performance SDR applications Full-Reconfgurable Interleaver Archtecture for Hgh-performance SDR applcatons Renaud acalet, Mercury Jar Gonzalez na To cte ths verson: Renaud acalet, Mercury Jar Gonzalez na. Full-Reconfgurable Interleaver

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

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

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

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

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

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

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

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

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng Vol:4, No:, 200 A Hgh-Speed Multplcaton Algorthm Usng Modfed Partal Product educton Tree P Asadee

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

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

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

Multicarrier Modulation

Multicarrier Modulation Multcarrer Modulaton Wha Sook Jeon Moble Computng & Communcatons Lab Contents Concept of multcarrer modulaton Data transmsson over multple carrers Multcarrer modulaton wth overlappng Chap. subchannels

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

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala.

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala. PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER 1 H. RAGHUNATHA RAO, T. ASHOK KUMAR & 3 N.SURESH BABU 1,&3 Department of Electroncs and Communcaton Engneerng, Chrala Engneerng College,

More information

EFFICIENT FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF A CONVOLUTIONAL TURBO CODE FOR LONG TERM EVOLUTION SYSTEMS

EFFICIENT FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF A CONVOLUTIONAL TURBO CODE FOR LONG TERM EVOLUTION SYSTEMS Électronque et transmsson de l nformaton EFFICIENT FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF A CONVOLUTIONAL TURBO CODE FOR LONG TERM EVOLUTION SYSTEMS CRISTIAN ANGHEL, CRISTIAN STANCIU, CONSTANTIN

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

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

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

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION

LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION LOCAL DECODING OF WALSH CODES TO REDUCE CDMA DESPREADING COMPUTATION Albert M. Chan, Jon Feldman, and Raghu Madyastha (Vanu, Inc., Cambrdge, MA, USA, {chanal,jonfeld,raghu}@vanu.com); Potr Indyk and Davd

More information

California, 4 University of California, Berkeley

California, 4 University of California, Berkeley Dversty Processng WCDMA Cell earcher Implementaton Ahmed M. Eltawl, Eugene Grayver 2, Alreza Targhat, Jean Francos Frgon, Kambz hoarnejad, Hanl Zou 3 and Danjela Cabrc 4 Unversty of Calforna, Los Angeles,

More information

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing Orthogonal Dvson Multplexng (OFDM) for Broadband Communcatons and Dgtal Audo Broadcastng (DAB) Klaus Wtrsal wtrsal@nw.tugraz.at VL: Dgtale Audotechnk, 21. März, 2002 What s OFDM? Modulaton technque Requres

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

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

THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM

THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM Azura Abdullah, Muhammad Sobrun Jaml Jamal, Khazuran Abdullah, Ahmad Fadzl Ismal and An Lza Asnaw Department of

More information

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems Channel Alternaton and Rotaton n Narrow Beam Trsector Cellular Systems Vncent A. Nguyen, Peng-Jun Wan, Ophr Freder Illnos Insttute of Technology-Communcaton Laboratory Research Computer Scence Department-Chcago,

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents aperture 1 aperture Davd Makovoz, 30/01/2006 Verson 1.0 Table of Contents aperture... 1 1 Overvew... 2 1.1 Input Image Requrements... 2 2 aperture... 2 2.1 Input... 2 2.2 Processng... 4 2.3 Output Table...

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

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

ETSI TS V8.4.0 ( )

ETSI TS V8.4.0 ( ) TS 100 959 V8.4.0 (2001-11) Techncal Specfcaton Dgtal cellular telecommuncatons system (Phase 2+); Modulaton (3GPP TS 05.04 verson 8.4.0 Release 1999) GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS R 1 TS 100

More information

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY Internatonal Journal of Electrcal, Electroncs and Computer Systems, (IJEECS) HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY 1 Supryo Srman, 2 Dptendu Ku. Kundu, 3 Saradndu Panda,

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

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

On the Feasibility of Receive Collaboration in Wireless Sensor Networks

On the Feasibility of Receive Collaboration in Wireless Sensor Networks On the Feasblty of Receve Collaboraton n Wreless Sensor Networs B. Bantaleb, S. Sgg and M. Begl Computer Scence Department Insttute of Operatng System and Computer Networs (IBR) Braunschweg, Germany {behnam,

More information

Design and Implementation of DDFS Based on Quasi-linear Interpolation Algorithm

Design and Implementation of DDFS Based on Quasi-linear Interpolation Algorithm Desgn and Implementaton of DDFS Based on Quas-lnear Interpolaton Algorthm We Wang a, Yuanyuan Xu b and Hao Yang c College of Electroncs Engneerng, Chongqng Unversty of Posts and Telecommuncatons, Chongqng

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

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

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

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

Design of an FPGA based TV-tuner test bench using MFIR structures

Design of an FPGA based TV-tuner test bench using MFIR structures ANNUAL JOURNAL OF ELECTRONICS, 3, ISSN 34-78 Desgn of an FPGA based TV-tuner test bench usng MFIR structures Jean-Jacques Vandenbussche, Peter Lee and Joan Peuteman Abstract - The paper shows how Multplcatve

More information

Implementation Complexity of Bit Permutation Instructions

Implementation Complexity of Bit Permutation Instructions Implementaton Complexty of Bt Permutaton Instructons Zhje Jerry Sh and Ruby B. Lee Department of Electrcal Engneerng, Prnceton Unversty, Prnceton, NJ 085 USA {zsh, rblee}@ee.prnceton.edu Abstract- Several

More information

A thesis presented to. the faculty of. the Russ College of Engineering and Technology of Ohio University. In partial fulfillment

A thesis presented to. the faculty of. the Russ College of Engineering and Technology of Ohio University. In partial fulfillment Crcular Trells based Low Densty Party Check Codes A thess presented to the faculty of the Russ College of Engneerng and Technology of Oho Unversty In partal fulfllment of the requrements for the degree

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

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

@IJMTER-2015, All rights Reserved 383

@IJMTER-2015, All rights Reserved 383 SIL of a Safety Fuzzy Logc Controller 1oo usng Fault Tree Analyss (FAT and realablty Block agram (RB r.-ing Mohammed Bsss 1, Fatma Ezzahra Nadr, Prof. Amam Benassa 3 1,,3 Faculty of Scence and Technology,

More information

Multiple Error Correction Using Reduced Precision Redundancy Technique

Multiple Error Correction Using Reduced Precision Redundancy Technique Multple Error Correcton Usng Reduced Precson Redundancy Technque Chthra V 1, Nthka Bhas 2, Janeera D A 3 1,2,3 ECE Department, Dhanalakshm Srnvasan College of Engneerng,Combatore, Tamlnadu, Inda Abstract

More information

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

More information

c 2009 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

c 2009 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, c 2009 IEEE. Personal use of ths materal s permtted. Permsson from IEEE must be obtaned for all other uses, n any current or future meda, ncludng reprntng/republshng ths materal for advertsng or promotonal

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

In-system Jitter Measurement Based on Blind Oversampling Data Recovery

In-system Jitter Measurement Based on Blind Oversampling Data Recovery RADIOENGINEERING, VOL. 1, NO. 1, APRIL 01 403 In-system Jtter Measurement Based on Blnd Oversamplng Data Recovery Mchal KUBÍČEK, Zdeněk KOLKA Dept. of Rado Electroncs, Brno Unversty of Technology, Purkyňova

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

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

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

Keywords LTE, Uplink, Power Control, Fractional Power Control.

Keywords LTE, Uplink, Power Control, Fractional Power Control. Volume 3, Issue 6, June 2013 ISSN: 2277 128X Internatonal Journal of Advanced Research n Computer Scence and Software Engneerng Research Paper Avalable onlne at: www.jarcsse.com Uplnk Power Control Schemes

More information

Error Probability of RS Code Over Wireless Channel

Error Probability of RS Code Over Wireless Channel Internatonal Journal of Electroncs Engneerng, 3 (), 11, pp. 99 33 Serals Publcatons, ISS : 973-7383 Error Probablty of RS Code Over Wreless Channel Mohammad Aftab Alam Khan 1 & Mehwash Farooq 1 1 Department

More information

CMOS Implementation of Lossy Integrator using Current Mirrors Rishu Jain 1, Manveen Singh Chadha 2 1, 2

CMOS Implementation of Lossy Integrator using Current Mirrors Rishu Jain 1, Manveen Singh Chadha 2 1, 2 Proceedngs of Natonal Conference on Recent Advances n Electroncs and Communcaton Engneerng CMOS Implementaton of Lossy Integrator usng Current Mrrors Rshu Jan, Manveen Sngh Chadha 2, 2 Department of Electroncs

More information

Figure 1. DC-DC Boost Converter

Figure 1. DC-DC Boost Converter EE46, Power Electroncs, DC-DC Boost Converter Verson Oct. 3, 11 Overvew Boost converters make t possble to effcently convert a DC voltage from a lower level to a hgher level. Theory of Operaton Relaton

More information

Block-wise Extraction of Rent s Exponents for an Extensible Processor

Block-wise Extraction of Rent s Exponents for an Extensible Processor Block-wse Extracton of Rent s Exponents for an Extensble Processor Tapan Ahonen, Tero Nurm, Jar Nurm, and Joun Isoaho Tampere Unversty of Technology, and Unversty of Turku, Fnland tapan.ahonen@tut.f, tnurm@utu.f,

More information

DVB-T/H Digital Television Transmission and its Simulation over Ricean and Rayleigh Fading Channels

DVB-T/H Digital Television Transmission and its Simulation over Ricean and Rayleigh Fading Channels DVB-T/H Dgtal Televson Transmsson and ts Smulaton over Rcean and Raylegh Fadng Channels Ladslav Polák, Tomáš Kratochvl Department of Rado Electroncs, Brno Unversty of Technology, Purkyňova 118, 612 Brno,

More information

Discussion on How to Express a Regional GPS Solution in the ITRF

Discussion on How to Express a Regional GPS Solution in the ITRF 162 Dscusson on How to Express a Regonal GPS Soluton n the ITRF Z. ALTAMIMI 1 Abstract The usefulness of the densfcaton of the Internatonal Terrestral Reference Frame (ITRF) s to facltate ts access as

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

International Journal of Network Security & Its Application (IJNSA), Vol.2, No.1, January SYSTEL, SUPCOM, Tunisia.

International Journal of Network Security & Its Application (IJNSA), Vol.2, No.1, January SYSTEL, SUPCOM, Tunisia. Internatonal Journal of Network Securty & Its Applcaton (IJNSA), Vol.2, No., January 2 WEAKNESS ON CRYPTOGRAPHIC SCHEMES BASED ON REGULAR LDPC CODES Omessaad Hamd, Manel abdelhed 2, Ammar Bouallegue 2,

More information

An Efficient Secured Turbo Codes for Long Term Evolution System Enhancement

An Efficient Secured Turbo Codes for Long Term Evolution System Enhancement Internatonal ournal of Networks and Communcatons 2016, 6(3): 49-56 OI: 10.5923/j.jnc.20160603.02 An Effcent Secured Turbo Codes for Long Term Evoluton System Enhancement M. E. Abd El-Hameed 1, Mohsen A.

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

Accelerated Modular Multiplication Algorithm of Large Word Length Numbers with a Fixed Module

Accelerated Modular Multiplication Algorithm of Large Word Length Numbers with a Fixed Module Accelerated Modular Multplcaton Algorthm of Large Word Length Numbers wth a Fxed Module Nkolaos Bards 1, Athanasos Drgas 1, Alexander Markovskyy, and John Vrettaros 1 1 Natonal Centre for Scentfc Research

More information

FPGA Implementation of Fuzzy Inference System for Embedded Applications

FPGA Implementation of Fuzzy Inference System for Embedded Applications FPGA Implementaton of Fuzzy Inference System for Embedded Applcatons Dr. Kasm M. Al-Aubdy The Dean, Faculty of Engneerng, Phladelpha Unversty, P O Box 1, Jordan, 19392 E-mal: alaubdy@gmal.com Abstract:-

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

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

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

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

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

A Current Differential Line Protection Using a Synchronous Reference Frame Approach A Current Dfferental Lne rotecton Usng a Synchronous Reference Frame Approach L. Sousa Martns *, Carlos Fortunato *, and V.Fernão res * * Escola Sup. Tecnologa Setúbal / Inst. oltécnco Setúbal, Setúbal,

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

Procedia Computer Science

Procedia Computer Science Proceda Computer Scence 3 (211) 714 72 Proceda Computer Scence (21) Proceda Computer Scence www.elsever.com/locate/proceda www.elsever.com/locate/proceda WCIT-21 Performance evaluaton of data delvery approaches

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

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems Hardware Desgn of Flter anased arrowband/deband Interference Canceler for Overlad TDMA/CDMA Systems Toyoau Ktano Kaunor Hayash Htosh Masutan and Shnsue Hara Graduate School of Engneerng Osaa Unversty YamadaOa

More information

AN ALL DIGITAL QAM MODULATOR WITH RADIO FREQUENCY OUTPUT

AN ALL DIGITAL QAM MODULATOR WITH RADIO FREQUENCY OUTPUT AN ALL DIGITAL QAM MODULATOR WITH RADIO FREQUENCY OUTPUT Zhuan Ye (Motorola Labs, 131 E. Algonqun Rd., Schaumburg, IL 6196 zhuan.ye@motorola.com); John Grosspetsch (Motorola Labs, Schaumburg, IL 6196 john.grosspetsch@motorola.com)

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

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 Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS Journal of Engneerng Scence and Technology Vol., o. 4 (6) 476-495 School of Engneerng, Taylor s Unversty A IMPROVED BIT LOADIG TECHIQUE FOR EHACED EERGY EFFICIECY I EXT GEERATIO VOICE/VIDEO APPLICATIOS

More information

Joint Subcarrier and CPU Time Allocation for Mobile Edge Computing

Joint Subcarrier and CPU Time Allocation for Mobile Edge Computing Jont Subcarrer and CPU Tme Allocaton for Moble Edge Computng Ynghao Yu, Jun Zhang, and Khaled B. Letaef, Fellow, IEEE Dept. of ECE, The Hong Kong Unversty of Scence and Technology Hamad Bn Khalfa Unversty,

More information

MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM

MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM XIX IMEKO World Congress Fundamental and Appled Metrology September 6 11, 2009, Lsbon, Portugal MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM Potr Blsk 1,2, Wesław Wneck 2 1 Warsaw

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of Rennes, rue de Kerampont F-3 Lannon Emal: hanguyen@rsa.fr ABSTRACT To satsfy energy

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

Fast Algorithm of A 64-bit Decimal Logarithmic Converter

Fast Algorithm of A 64-bit Decimal Logarithmic Converter JOURNAL OF OMPUTERS, VOL. 5, NO. 12, DEEMBER 20 1847 Fast Algorthm of A 64-bt Decmal Logarthmc onverter Ramn Tajallpour, Md. Ashraful Islam, and Khan A. Wahd Dept. of Electrcal and omputer Engneerng, Unversty

More information

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network

Relevance of Energy Efficiency Gain in Massive MIMO Wireless Network Relevance of Energy Effcency Gan n Massve MIMO Wreless Network Ahmed Alzahran, Vjey Thayananthan, Muhammad Shuab Quresh Computer Scence Department, Faculty of Computng and Informaton Technology Kng Abdulazz

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

More information

Implementation of Fan6982 Single Phase Apfc with Analog Controller

Implementation of Fan6982 Single Phase Apfc with Analog Controller Internatonal Journal of Research n Engneerng and Scence (IJRES) ISSN (Onlne): 2320-9364, ISSN (Prnt): 2320-9356 Volume 5 Issue 7 ǁ July. 2017 ǁ PP. 01-05 Implementaton of Fan6982 Sngle Phase Apfc wth Analog

More information

A NOVEL PREAMBLE DESIGN FOR CHANNEL ESTIMATION IN MIMO- OFDM SYSTEMS RESULTING IN ENHANCED THROUGHPUT

A NOVEL PREAMBLE DESIGN FOR CHANNEL ESTIMATION IN MIMO- OFDM SYSTEMS RESULTING IN ENHANCED THROUGHPUT Volume 53, umber 3, 01 ACTA TECHICA APOCESIS Electroncs and Telecommuncatons A OVEL PREAMBLE DESIG FOR CHAEL ESTIMATIO I MIMO- OFDM SYSTEMS RESULTIG I EHACED THROUGHPUT Shakeel Salamat ULLAH atonal Unversty

More information