Probabilistic Structured Query Methods

Size: px
Start display at page:

Download "Probabilistic Structured Query Methods"

Transcription

1 Probablstc Structured Query Methods ABSTRACT Structured methods for query term replacement rely on separate estmates of term frequency and document frequency to compute the weght for each query term. Ths paper revews pror wor on structured query technques and ntroduces three new varants that leverage estmates of replacement probabltes. Statstcally sgnfcant mprovements n retreval effectveness are demonstrated for cross-language retreval and for retreval based on optcal character recognton when replacement probabltes are used to estmate both term frequency and document frequency. KEYWORDS Structured queres, Cross-language nformaton retreval, Document mage retreval 1 INTRODUCTION There are many stuatons n whch t s desrable to match a query term wth dfferent terms n a document. Well nown examples nclude stemmng where any word that shares the same stem should be matched), thesaurus expanson where terms wth smlar meanngs should be matched), and crosslanguage retreval where terms wth smlar meanngs n dfferent languages should be matched). When the mappngs among matchng terms are nown n advance, the usual approach s to conflate the alternatves durng ndexng. That s the typcal way n whch stemmng s mplemented, for example. Query-tme mplementatons are necessary when approprate matchng decsons depend on the nature of the query, as mght be the case wth systems that provde the searcher wth nteractve control over thesaurus expanson. In ths paper, presently nown technques for query-tme replacement are revewed, new technques that leverage estmates of replacement probablty are ntroduced, and experment results that demonstrate mproved retreval effectveness n two applcatons Cross-Language Informaton Retreval CLIR) and retreval of scanned documents based on Optcal Character Recognton OCR)) are presented. CLIR has receved more attenton than any other querytme replacement problem n recent years, and several effectve technques are now nown. Query translaton research has developed along two broad drectons, typcally referred to as dctonary-based and corpus-based technques. Broadly speang, corpus-based technques see to optmze retreval effectveness through relance on observed translaton probabltes n algned corpora, whle dctonary-based technques are optmzed for the case where relable estmates of translaton probablty are not avalable. A ey dea n the so-called vector-space approach to nformaton retreval s relance on two statstcs: 1) term frequency TF), the number of occurrences of a term n a document, and 2) document frequency DF), the number of documents n whch a term appears. TF s a measure of aboutness, whch has benefcal effects on both precson and recall. DF s a measure of specfcty, and ts prncpal effect s on precson. In general, hgh TF and low DF are preferred, wth the optmal combnaton of those factors typcally beng determned through expermentaton c.f., [14]). Prola appears to have been the frst to try separately estmatng TF and DF for query terms n a CLIR applcaton [13], usng the InQuery synonym operator to mplement what he called structured queres. InQuery s synonym operator was orgnally desgned to support monolngual thesaurus expanson, so t estmates TF and DF as follows [11]: TF Q ) = TF D ) 1) DFQ ) Q Q { d D = 2) d} where Q s a query term, D s a document term, TF Q ) s the term frequency of Q n document, DFQ ) s the number of documents that contan Q, d s a document, and T Q ) s the set of nown replacements n ths case, translatons) for the term D. Essentally, these equatons treat any occurrence of a replacement as an occurrence of the query term. Ths represents a very cautous strategy n whch a hgh DF for any replacement wll result n a hgh DF and thus a low weght) for new ont DF of that query term. Retreval results are then domnated by query terms that have no unsafe very common) replacements. For example, the Arabc query term can ether mean on or the proper name Al. If Al appears n few documents but on appears n many, equaton 2) wll treat as f t were at least as common as on. When there s not a large dsparty n DF, equaton 1) mplements a nd of query expanson effect. For example, the Arabc word can be translated as bread or bae, and equaton 1) would wth proper stemmng) reward an occurrence of bang bread. Corpus-based approaches to CLIR have generally developed wthn a framewor based on language modelng rather than vector space models, at least n part because modern statstcal translaton framewors offer a natural way of ntegratng translaton and language models [18]. In general, language modelng approaches to retreval rely on collecton frequency CF) n place of DF: 1 CFQ ) = C TF ) 3) Q where C represents the collecton, and the other terms are as defned above. Whether DF s better than CF depends on how we model the searcher s tas when the goal s to fnd entre documents, DF models the concept of selectvty wth hgher fdelty. The next secton ntroduces a set of replacement strateges that leverage observed replacement probabltes from corpora) whle retanng the vector space model s concept of DF. The effectveness and effcency relatve to present baselnes) of ths strategy s then shown n subsequent sectons for two applcatons: CLIR, and retreval from scanned documents usng OCR. The paper then concludes wth some notes on the lmtatons of the technques presented here and opportuntes for future wor on ths problem. 1 Hemstra s wor s a notable excepton [6].

2 2 BEYOND PIRKOLA S METHOD Kwo was the frst to ntroduce a varant to Prola s method, amng to reduce mplementaton complexty by replacng the unon operator wth a sum [8]: DFQ ) = DF ) 4) D Q An alternatve approach, not prevously explored, would be to use the maxmum document frequency of any replacement ): DFQ ) = MAX [ DF D )] 5) D T Q All three varants Prola, Kwo, and ) lower bound the DF for a query term by the DF of ts most common replacement, and the experments reported n Sectons 3 and 4 below show no statstcally sgnfcant dfference between the three technques. All three technques treat every nown replacement as equally lely. Ths rss a somewhat counterntutve result: ntroducton of a translaton dctonary wth mproved coverage of rare translatons could actually harm retreval effectveness. To see ths problem, consder a case a query term n whch 99.9% of ts nstances should be translated as some rare term e.g., superfluous ), but n 0.1% of the cases a translaton that happens to be a common term e.g., the ) would actually be approprate. In such cases, the common term leads to a hgh ont DF, effectvely dmnshng the value of the orgnal query term. Ths exact stuaton actually arses often wth dctonares bult from algned corpora usng statstcal methods, snce there s always some chance that any term mght observed to be used as a replacement for any other term. One way to resolve the problem s to use a weghted varant of Kwo s method: [ DF D ) wt D )] DFQ ) = 6) Q In general, any monotone functon of the replacement probablty could be used for wtd ). For the experments reported below, the weght s smply set to the best avalable estmate of the replacement probablty. Improbable translatons that are common terms can also cause problems n equaton 1), snce common terms are lely to have hgher TF s as well. One way to lmt ths effect s to use a weghted sum n the TF computaton: TF Q ) TF D wt D 7) = [ ) )] Q Agan, for the experments reported below the replacement probablty estmate s used as the weght. Fnally, ether TF formula could be combned wth any way of computng DF. In the experments reported below, the followng combnatons were tred: Method TF Formula DF Formula Prola 1) 2) Kwo 1) 4) 1) 5) 1) 6) 7) 4) /DF 7) 6) Another way of leveragng nformaton about replacement probabltes s to smply gnore the least lely replacements. Such an approach potentally offers two potental nsghts. Frst, t can reveal the extent of the adverse effect of lowprobablty replacements on each technque. Second, t offers a prncpled way of tunng the degree of comprehensveness of the dctonary to optmze the retreval effectveness of each technque. Two teams from the Unversty of Massachusetts [9] and the Unversty of Maryland [2]) tred varants of ths approach for TREC 2002 CLIR trac. For the experments reported below, a greedy technque was used n whch replacements were retaned n order of decreasng probablty untl a preset threshold on the cumulatve probablty was frst exceeded. Ths approach guarantees that at least one replacement s retaned. Mean unnterpolated average precson s reported for every threshold value between 0.1 and 1.0, n ncrements of 0.1. The experments were run usng a modfed verson of **removed for blnd revewng**), whch s a vector space retreval system that was developed locally usng Oap BM-25 weghts. Reported statstcal sgnfcance tests were performed usng a pared two-taled t-test and are reported as sgnfcant for values of p <. 3 CLIR The CLIR experments reported n ths secton were performed usng the TREC 2002 CLIR trac collecton, whch contans 383,872 artcles from the Agence France Press AFP) Arabc newswre, 50 topc descrptons wrtten n Englsh, and assocated relevance udgments [12]. Queres were formed automatcally usng all the words n the ttle feld of the topc descrpton, whch s desgned to be representatve of the style of queres typcally ssued n Web search applcatons. The documents were stemmed usng Al-Stem a standard resource for the TREC CLIR trac), dacrtcs were removed, and normalzaton was performed to convert the letters ya ) and alef maqsoura ) to ya ) and all the varants of alef ) and hamza ), namely alef ), alef hamza ), alef maad ), hamza ), waw hamza ), and ya hamza ), to alef ). The Englsh queres were stemmed before translaton usng the Porter stemmer for compatblty wth the translaton resources descrbed below. 3.1 Estmatng Replacement Probabltes Fve translaton resources of three types were combned for the applcaton. Combnng resources s useful, because a) the coverage of the combned resources s typcally better than any of the ndvdual resources, and b) combnng resources can serve to renforce good translatons. The resources were as follows: 1. Two blngual term lsts that were constructed usng two Web-based machne translaton systems Tarm and Al- Msbar [16][17]). In each case, sets of solated unque Englsh words found n a 200 MB collecton of Los Angeles Tmes news stores [10] were submtted for translaton from Englsh nto Arabc. Each system returned at most one translaton for each submtted word. Together, the two term lsts covered about 15% of the unque Arabc stems n the TREC collecton measured by usng Al-Stem on both the term lst and the collecton).

3 2. The Salmone Arabc-to-Englsh dctonary from Tufts Unversty), from whch we extracted only the translatons. No translaton preference nformaton s ndcated n ths dctonary. The coverage of the resultng term lst, measured n the same way, was about 7% of the unque Arabc stems n the TREC collecton. 3. Two translaton probablty tables, one for Englsh-to- Arabc and one for Arabc-to-Englsh. These tables were constructed from tables provded by BBN, whch were n turn constructed from a large collecton of algned Englsh and Arabc Unted Natons documents usng the Gza++ mplementaton of IBM s model 1 statstcal machne translaton desgn. The coverage of the Arabcto-Englsh table, measured n the same way, was 29% of the unque Arabc stems n the TREC collecton. These translaton resources were combned n the followng manner: 1. All resources that were orgnally provded as Arabc-to- Englsh were nverted. For the translaton probablty table, the probabltes for each translaton par were retaned and then the nverted tables were renormalzed so that the values of the probabltes for each sourcelanguage term summed to one. Ths process lely ntroduced some error, snce probabltes for rare events may not have been accurately estmated. 2. A unform dstrbuton was used to assgn probabltes to the translatons obtaned from machne translaton systems and the Salmone dctonary. Tarm and Al- Msbar each returned at most one translaton for an Englsh word, but two Englsh words mght share a common translaton. When n alternatves were nown from a sngle source, each was assgned a probablty of 1/n. 3. The resultng translaton probabltes were then combned by summng the probabltes for a gven Arabc translaton across the sources n whch t appeared and then dvdng by the number of sources n whch the Englsh term had appeared. For example, f Tarm, Al- Msbar and Salmone contaned the Englsh term, wth Tarm contanng some specfc translaton wth probablty 1.0, Al-Msbar lacng that translaton.e., assgnng t a probablty of 0.0), and Salmone assgnng t a probablty of 0.5 because two translatons were nown), then the resultng combned probablty would be 1/3 + 0/ /3 = 0.5. The resultng translaton resource contaned what appeared to be reasonable estmates of translaton probabltes, and covered 36% of the unque Arabc stems n the TREC collecton. 3.2 Results Fgure 1 shows the mean unnterpolated average precson for each of the sx structured query methods for each threshold value and Table 1 shows the same results n tabular form. As a baselne, one-best query translaton usng only the most lely translaton) was also run. Ths wdely reported baselne seems approprate n ths case because any cumulatve probablty threshold wll result n use of at least the most probable translaton for each query term. Kwo s and Prola s methods turned out to be essentally ndstngushable, wth method performng nearly as well statstcally sgnfcantly worse only at threshold values of 0.2 and 0.3). The /DF method produced results that were statstcally sgnfcantly better than the one-best baselne for every threshold value except 0.1 and 1.0. Moreover, /DF was the only one of the probablstc technques that dd not exhbt a dramatc decrease n effectveness as the threshold ncreased. The best /DF result at a threshold of 0.6) s statstcally ndstngushable from the best result of Prola, Kwo, or n each case, at a threshold of 0.4), but the reduced dependence on accurate tunng of the threshold maes /DF clearly the preferred method. Table 1: CLIR: Mean average precson, ttle queres. Blac gray) cells represent statstcally better worse) results, compared to the one-best translaton baselne. Cumulatve Probablty Threshold CLIR.0 Baselne Prola Kwo /DF Mean Average Precson Ttle Queres.0 Threshold Prola Kwo /DF Baselne Fgure 1: CLIR: Dependence of retreval effectveness on cumulatve probablty threshold, ttle queres. 4 OCR-BASED RETRIEVAL Prevous approaches to retreval of OCR-degraded text have focused prmarly on correctng OCR errors [7][15] or on fuzzy matchng technques that are less senstve than exact strng matchng to OCR errors [1][5]. Ths secton demonstrates the generalty of the query-tme replacement technques developed above, usng them to combne TF and DF evdence for a novel technque whch attempts to replace each query term wth possble OCR-dstortons of the term and to estmate probablty of the replacements. The experments were conducted wth the Zad collecton, whch was obtaned from the Unversty of Maryland [3]. The collecton s comprsed of 2,730 documents extracted from Zad Al-Me ad, a prnted boo for whch an accurately character coded electronc verson the clean text ) s also avalable [3]. Three sets of OCR outputs for the same documents were

4 avalable: prnt resoluton 300x300 dots per nch dp)) as orgnally scanned, and down sampled versons at fne fax resoluton 200x200 dp) and standard fax resoluton 200x100 dp). The test collecton ncludes 25 wrtten topc descrptons and assocated relevance udgments. Characters normalzatons were performed as descrbed above, and character 3-grams 3g) or character 4-grams 4g) were ndexed. Darwsh and Oard found those ndex terms to be among the most effectve of OCR-based retreval of Arabc [3]. 4.1 Estmatng Replacement Probabltes Term replacement probabltes were estmated usng a poston-senstve ungram character dstorton model traned on 5,000 words of algned clean and dstorted texts from the collectons beng searched. The algnment was desgned to smulate manual error correcton of a small porton of the collecton. 2 Snce the appearance of Arabc characters vares by poston, the standard four character postons begnnng, mddle, end, solated) were modeled. Formally, gven a clean word wth characters C 1..C..C n and the resultng word after OCR degradaton D 1..D..D m, where D resulted from C, ε s the null character, L s the poston of the letter n the word begnnng, mddle, end, or solated), and # s the word boundary, the three edt operatons for the models would be: C D L) P substtuton C > D L) = C L) P deleton C > ε L) = C ε L) C L) ε D ) P nserton ε > D L) = L C L) If the count n the numerator was zero, the computaton would be repeated wthout condtonng on poston. If the count remaned zero, a value of zero was recorded. A separate model was traned for each resoluton. Two factors made automatc algnment of the OCR output to the clean text challengng. Frst, the prnted and clean text versons n the Zad collecton were obtaned from dfferent sources that exhbted mnor dfferences mostly substtuton or deleton of partcles such as n, from, or, and then). Second, some areas n the scanned mages of the prnted page exhbted mage dstortons that resulted n relatvely long runs of OCR errors. The algnment was performed usng SCLITE from the Natonal Insttute of Standards and Technology NIST). SCLITE employs a dynamc programmng strng algnment algorthm, whch attempts to mnmze the Levenshten dstance edt dstance) between two strngs. Conceptually, the algorthm uses dentcal matches to anchor algnment, and then uses word poston wth respect to those anchors to estmate an optmal algnment on the remander of the words. SCLITE was orgnally developed for speech recognton applcatons, but n OCR applcatons addtonal characterlevel evdence s avalable. SCLITE algnments were therefore accepted only f the number of character edt operatons were less than or equal to 50% of the length of the shorter of the two matched words. To algn the words that were not algned by SCLITE the followng algorthm was used: 1. Usng the exstng algnments as anchors, gven an unalgned word at poston l from the precedng anchor n a clean document, sequentally compare t to the words, n the correspondng degraded document between the correspondng par of anchors wth poston l from the precedng anchor where l -l < When comparng two words, f the dfference between ther respectve word lengths was less than or equal to 2 characters and the number of edt operatons between the two words usng Lenvenshten s edt dstance) was less than a certan percentage q of the word length of the shorter one the percentage q was the number of edt operaton dvded by the length of the shorter word), then the newly algned words were used as anchors. Intally, q was set to 60%. 3. Steps 1 and 2 were terated two more tmes usng the new anchors wth q equal to 40% and 20% to attempt to fnd more algnments. Ths algnment technque wors well for prnt resoluton, but t s a sgnfcant source of errors for hghly degraded cases e.g., standard fax resoluton). Gven a par of algned words, they were algned at the character level by fndng the edt dstance between them usng the Levenshten edt dstance algorthm and then bac tracng the algorthm to dentfy nsertons, deletons, and substtutons. The resultng model was then used to assgn a probablty to possble dstortons of each query term as follows: 1. For each character n a clean query term, generate all substtutons or deletons that have non-zero probablty.e., were observed at least once n the tranng data). The unchanged character s generated at ths step as a substtuton. 2. For each possble nserton pont, generate all possble sngle nsertons. Possble nserton ponts are before the frst character, between any par of characters, and after the last character. A null nserton s generated at each pont to cover the remander of the probablty mass. 3. For each strng that could result from the power set of all possble substtutons or deletons and all possble nsertons, compute the probablty of generatng that strng as the product of the assocated nserton, substtuton, and deleton probabltes. A more effcent mplementaton would be desrable n an operatonal settng, but ths approach suffces for the experments reported below. 4.2 Results Fgure 2 shows the mean unnterpolated average precson at prnt resoluton for each of the sx structured query methods for each threshold value and Table 2 shows the same data n tabular form. Fgure 3 and Table 3 present the correspondng results for fne fax resoluton. As a baselne, the same ndex terms 3g or 4g) were run wth the clean undstorted) queres, snce any cumulatve probablty threshold results n a superset of that baselne case. 2 Smaller and larger tranng sets were tred, but no mprovement resulted from more than 5,000 words.

5 Prnt - 3grams Threshold vs. Mean Avg. Precson Fne Fax - 3grams Threshold vs. Mean Avg. Precson Prola Kwo Prola Kwo /DF baselne / DF baselne Prnt - 4grams Threshold vs. Mean Avg. Precson Fne Fax - 4grams Threshold vs. Mean Avg. Precson Prola Kwo Prola Kwo /DF baselne / DF baselne Fgure 2: Prnt: Dependence of retreval effectveness on cumulatve probablty threshold, ttle queres. No statstcally sgnfcant dfferences were observed at any resoluton or threshold value between the Prola, Kwo and methods, whch tends to confrm the observaton made n the CLIR applcaton that the smpler mplementaton of Kwo s method results n no sgnfcant adverse effect on retreval effectveness. For prnt resoluton, every structured query technque acheved a statstcally sgnfcant mprovement over the baselne when used wth the better of the two ndexng terms 4g). Among these, /DF both acheved the greatest mprovement 9.7% relatve), and exhbted the greatest range of threshold values over whch the mprovement was statstcally sgnfcant 0.6 to 1.0). Therefore, as wth CLIR, /DF s clearly the preferred technque n ths applcaton. No statstcally sgnfcant mprovements over the baselne were observed for the fne fax resoluton or the standard fax resoluton not shown). Ths may, however, reflect errors n the algnment of the tranng data rather than lmtatons n the replacement technques that was tred. The same general trends are observable n Fgure 3 as n Fgure 2, so the use of /DF s certanly not counterndcated for the fne fax condton. Fgure 3: Fne fax: Dependence of retreval effectveness on cumulatve probablty threshold, ttle queres. Table 2: Prnt: Mean average precson, ttle queres. Blac gray) cells represent statstcally better worse) results, compared to the clean query baselne. Cumulatve Probablty Threshold Prnt.0 Baselne Prola Kwo g /DF Baselne Prola Kwo g /DF

6 Table 3: Fne fax: Mean average precson, ttle queres. Blac gray) cells represent statstcally better worse) results, compared to the clean query baselne. Cumulatve Probablty Threshold Fne Fax.0 Baselne Prola Kwo g /DF Baselne Prola Kwo g /DF CONCLUSION AND FUTURE WORK Ths paper has ntroduced a famly of methods for query term replacement that explot estmates of replacement probabltes whle also ncorporatng the vector space model s concept of document frequency. Both Kwo s method and were found to acheve retreval effectveness values smlar to that obtaned wth Prola s structured query method, so Kwo s method seems to be a good bass from whch to buld probablstc structured query methods. Coverage of rare translatons was shown to be problematc for all three methods, however. Use of only the most lely translatons was found to be an effectve and expedent, but only f an approprate threshold on cumulatve probablty s used. Of the three probablstc structured query methods ntroduced n ths paper, /DF was the clear wnner, showng both the best retreval effectveness and the least senstvty to the cumulatve probablty threshold. Fnally, the novel approach of producng possble replacements for query terms that could have been generated by OCR proved to be a useful technque for mprovng retreval of OCR-degraded text. There are a number of nterestng drectons for future wor suggested by these results: 1. Improved weghtng technques. The use of raw probablty estmates as weghts n the /DF method seems ntutvely appealng, but t s possble that usng some functon of the probabltes e.g., log p) may actually outperform raw probabltes. There are also opportuntes to explore better smoothng methods when estmatng the probabltes. 2. Other applcatons. The /DF method can be used n any applcaton where replacement probabltes can be relably estmated. Examples of potental applcaton areas are thesaurus expanson, speech-based retreval, statstcal approxmatons of morphology, and perhaps gene sequence matchng. 3. Structured document ndexng. Query processng and document processng exhbt a strong dualty, so t may be possble to leverage some of the technques developed here at ndexng tme rather than query tme for applcatons such as stemmng, translaton based ndexng [11], speech retreval and OCR-based retreval. Varants of query term replacement are mportant n several nformaton retreval applcatons, and access to relable estmates of replacement probabltes from corpus statstcs s becomng ncreasngly common. The technques descrbed n ths paper balance effectveness and effcency n ways that are lely to prove mmedately useful, and they should addtonally serve as a sold bass for future research on ths mportant problem. ACKNOWLEDGMENTS ***Removed for blnd revewng*** REFERENCES [1] Baeza-Yates, R. and G. Navarro, A Faster Algorthm for Approxmate Strng Matchng. Proceedngs of Combnatoral Pattern Matchng CPM'96), Sprnger-Verlag LNCS, v. 1075, pages 1-13, [2] Darwsh, K. and D. Oard, CLIR Experments at Maryland for TREC 2002: Evdence Combnaton for Arabc-Englsh Retreval, TREC [3] Darwsh, K. and D. Oard, Term Selecton for Searchng Prnted Arabc, SIGIR 2002, , [4] Gey, F. and D. Oard, The TREC-2001 Cross- Language Informaton Retreval Trac: Searchng Arabc Usng Englsh, French or Arabc Queres, TREC 2001, [5] Hardng, S., W. Croft, and C. Wer, Probablstc Retreval of OCR Degraded Text Usng N-Grams. European Conference on Dgtal Lbrares, 1997 [6] Hemstra, D. Usng language models for nformaton retreval Ph.D. Thess Unversty of Twente, Enschede, [7] Hong, T., Degraded Text Recognton Usng Vsual and Lngustc Context. Ph.D. thess, Computer Scence Department, SUNY Buffalo, [8] Kwo, K. L., Personal communcaton. [9] Larey, L., J. Allen, M. E. Connell, A. Bolvar, and C. Wade, UMass at TREC 2002: Cross Language and Novelty Tracs, TREC [10] NIST, Text Research Collecton Volume 5, Aprl [11] Oard, D. W. and F. Ertunc Translaton-Based Indexng for Cross-Language Retreval, ECIR 2002: , [12] Oard, D. W. and F. Gey, The TREC-2002 Arabc/Englsh CLIR Trac, TREC [13] Prola, A. The Effects of Query Structure and Dctonary setups n DctonaryBased Cross-language Informaton Retreval, Proceedngs of the 21 st Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval, pages 55-63, [14] Robertson, S. E., S. Waler, M. Hancoc-Beauleu, A. Gull, and M. Lau, Oap at TREC-3, In the Fourth Text REtreval Conference TREC-3), , 1996.

7 [15] Taghva, K., J. Borsac, and A. Condt, An Expert System for Automatcally Correctng OCR Output. Proceedngs of the SPIE - Document Recognton, pages , [16] tarm.aeeb.com, Sahr Technologes, Caro, Egypt [17] ATA Software Technology Lmted, North Brentford Mddlesex, UK. [18] Xu, J., Weschedel, R., and Nguyen, C. Evaluatng a Probablstc Model for Cross-lngual Informaton Retreval. In Proceedngs of SIGIR, 2001, pages , 2001.

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

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

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

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

Comparison of Global Term Expansion Methods for Text Retrieval

Comparison of Global Term Expansion Methods for Text Retrieval Proceedngs of NTCIR-5 Worshop Meetng, December 6-9, 2005, Toyo, Japan Comparson of Global Term Expanson Methods for Text Retreval Yuen-Hsen Tseng, Yu-Chn Tsa*, and Ch-Jen Ln** Natonal Tawan Normal Unversty,

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

熊本大学学術リポジトリ. 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

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

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

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

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

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

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

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

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

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

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

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

Weighted Penalty Model for Content Balancing in CATS

Weighted Penalty Model for Content Balancing in CATS Weghted Penalty Model for Content Balancng n CATS Chngwe Davd Shn Yuehme Chen Walter Denny Way Len Swanson Aprl 2009 Usng assessment and research to promote learnng WPM for CAT Content Balancng 2 Abstract

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

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

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

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

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

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

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

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

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

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

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

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

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

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

Document Comparison with a Weighted Topic Hierarchy

Document Comparison with a Weighted Topic Hierarchy Document Comparson wth a Weghted Topc Herarchy A. Gelbukh, G. Sdorov, and A. Guzmán-Arenas Natural Language Laboratory, Center for Computng Research (CIC), Natonal Polytechnc Insttute (IPN), Mexco Cty

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

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

Instruction Sheet AMPMODU* MTE CONNECTORS Mar 11 Rev A

Instruction Sheet AMPMODU* MTE CONNECTORS Mar 11 Rev A Instructon Sheet AMPMODU* MTE CONNECTORS 408-6919 10 Mar 11 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually powered hand tools. Hand tools are ntended for

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

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

PRO- CRIMPER III Hand Crimping Tool Assembly DESCRIPTION (Figures 1 and 2)

PRO- CRIMPER III Hand Crimping Tool Assembly DESCRIPTION (Figures 1 and 2) PRO- CRIMPER* III Hand Crmpng Instructon Sheet Tool Assembly 58495-1 408-9819 Wth De Assembly 58495-2 22 JUL 09 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

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

PRO- CRIMPER* III Hand Crimping

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

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

onlinecomponents.com

onlinecomponents.com PRO- CRIMPER* III Hand Crmpng Instructon Sheet Tool Assembly 58535-1 wth 408-4021 De Assembly 58535-2 29 JUL 09 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

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

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

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

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

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

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Cooperative localization method for multi-robot based on PF-EKF

Cooperative localization method for multi-robot based on PF-EKF Scence n Chna Seres F: Informaton Scences 008 SCIENCE IN CHINA PRESS Sprnger www.scchna.com nfo.scchna.com www.sprngerln.com Cooperatve localzaton method for mult-robot based on PF-EKF WANG Lng, WAN JanWe,

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

More information

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA)

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA) [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 19 BoTechnology 2014 An Indan Journal FULL PAPER BTAIJ, 10(19, 2014 [10873-10877] Computer smulaton analyss on pano tmbre ABSTRACT Wenjng

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

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

sensors ISSN

sensors ISSN Sensors,, 8-97; do:.339/s8 OPEN ACCESS sensors ISSN 44-8 www.mdp.com/ournal/sensors Artcle Extended Target Recognton n Cogntve Radar Networks Ymn We, uadong Meng *, Ymn Lu and Xqn Wang Department of Electronc

More information

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling Explotng Dynamc Worload Varaton n Low Energy Preemptve Tas Schedulng Lap-Fa Leung, Ch-Yng Tsu Department of Electrcal and Electronc Engneerng Hong Kong Unversty of Scence and Technology Clear Water Bay,

More information

Finding Person X: Correlating Names with Visual Appearances

Finding Person X: Correlating Names with Visual Appearances Fndng Person X: Correlatng Names wth Vsual Appearances Jun Yang, Mng-yu Chen, and Alex Hauptmann School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 1513, USA {juny, mychen, alex}@cs.cmu.edu

More information

PRO- CRIMPER* III Hand Crimping

PRO- CRIMPER* III Hand Crimping PRO- CRIMPER* III Hand Crmpng Instructon Sheet Tool 58448-2 408-9357 Wth De 58448-3 10 Mar 11 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually powered hand

More information

Technical Literature. SmartRTK: A Novel Method Of Processing Standardised RTCM Network RTK Information For High Precision Positioning

Technical Literature. SmartRTK: A Novel Method Of Processing Standardised RTCM Network RTK Information For High Precision Positioning SmartRTK: A Novel Method Of Processng Standardsed RTCM Network RTK Informaton For Hgh Precson Postonng Aprl 008 Frank Takac, Werner Lenhart Techncal Lterature Takac, F. and Lenhart, W., (008), SmartRTK:

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Equity trend prediction with neural networks

Equity trend prediction with neural networks Res. Lett. Inf. Math. Sc., 2004, Vol. 6, pp 15-29 15 Avalable onlne at http://ms.massey.ac.nz/research/letters/ Equty trend predcton wth neural networks R.HALLIDAY Insttute of Informaton & Mathematcal

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

PRO- CRIMPER III Hand Crimping Tool Assembly INSTALLATION AND REMOVAL OF DIE SET AND LOCATOR ASSEMBLY (Figure 2)

PRO- CRIMPER III Hand Crimping Tool Assembly INSTALLATION AND REMOVAL OF DIE SET AND LOCATOR ASSEMBLY (Figure 2) PRO- CRIMPER* III Hand Crmpng Instructon Sheet Tool Assembly 90547-1 wth 408-9884 De Assembly 90547-2 02 NOV 09 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

More information

Estimating Mean Time to Failure in Digital Systems Using Manufacturing Defective Part Level

Estimating Mean Time to Failure in Digital Systems Using Manufacturing Defective Part Level Estmatng Mean Tme to Falure n Dgtal Systems Usng Manufacturng Defectve Part Level Jennfer Dworak, Davd Dorsey, Amy Wang, and M. Ray Mercer Texas A&M Unversty IBM Techncal Contact: Matthew W. Mehalc, PowerPC

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

PRO- CRIMPER* III Hand

PRO- CRIMPER* III Hand PRO- CRIMPER* III Hand Instructon Sheet Crmpng Tool Assembly 58529-1 408-9999 wth De Assembly 58529-2 11 AUG 14 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

More information

Improved corner neutron flux calculation for Start-up Range Neutron Monitor

Improved corner neutron flux calculation for Start-up Range Neutron Monitor Proceedngs of Internatonal Symposum on EcoTopa Scence 2007, ISETS07 (2007) Improved corner neutron flux calculaton for Start-up ange Neutron Montor Masato Watanabe 1, Hdetsugu Okada 1 and Yosho Kmura 2

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

N( E) ( ) That is, if the outcomes in sample space S are equally likely, then ( )

N( E) ( ) That is, if the outcomes in sample space S are equally likely, then ( ) Stat 400, secton 2.2 Axoms, Interpretatons and Propertes of Probablty notes by Tm Plachowsk In secton 2., we constructed sample spaces by askng, What could happen? Now, n secton 2.2, we begn askng and

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

GLONASS Double Difference Ambiguity Resolution in Real-Time

GLONASS Double Difference Ambiguity Resolution in Real-Time GLONASS Double Dfference Ambguty Resoluton n Real-Tme do Rossbach IfEN Gesellschaft für Satelltennavgaton mbh (IfEN GmbH), 85579 Neubberg, Germany BIOGRAPHY do Rossbach holds a degree n aeronautcal engneerng

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

PRO- CRIMPER* III Hand

PRO- CRIMPER* III Hand PRO- CRIMPER* III Hand Instructon Sheet Crmpng Tool Assembly 90759-1 408-9962 wth De Assembly 90759-2 03 MAY 11 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

More information

Electrical Capacitance Tomography with a Square Sensor

Electrical Capacitance Tomography with a Square Sensor Electrcal Capactance Tomography wth a Square Sensor W Q Yang * Department of Electrcal Engneerng and Electroncs, Process Tomography Group, UMIST, P O Box 88, Manchester M60 QD, UK, emal w.yang@umst.ac.uk

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

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

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

PRO- CRIMPER* III Hand

PRO- CRIMPER* III Hand PRO- CRIMPER* III Hand Instructon Sheet Crmpng Tool Assembly 90684-1 408-9934 wth De Assembly 90684-2 09 OCT 09 PROPER USE GUIDELINES Cumulatve Trauma Dsorders can result from the prolonged use of manually

More information

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques

Malicious User Detection in Spectrum Sensing for WRAN Using Different Outliers Detection Techniques Malcous User Detecton n Spectrum Sensng for WRAN Usng Dfferent Outlers Detecton Technques Mansh B Dave #, Mtesh B Nakran #2 Assstant Professor, C. U. Shah College of Engg. & Tech., Wadhwan cty-363030,

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

G. Taylor, C. Brunsdon, J. Li, A. Olden, D. Steup and M. Winter

G. Taylor, C. Brunsdon, J. Li, A. Olden, D. Steup and M. Winter Geonformatcs 2004 Proc. 12th Int. Conf. on Geonformatcs Geospatal Informaton Research: Brdgng the Pacfc and Atlantc Unversty of Gävle, Sweden, 7-9 June 2004 A TEST-BED SIMULATOR FOR GPS AND GIS INTEGRATED

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

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

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

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 18-21 August 2005 MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL

More information

OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS

OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS OVER-SAMPLING FOR ACCURATE MASKING THRESHOLD CALCULATION IN WAVELET PACKET AUDIO CODERS Ferdnan Snaga #, Elathamby Ambkarajah # and Andrew P. Bradley* # School of Electrcal Engneerng and Telecommuncatons

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

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

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

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the basc garment creaton process usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage of the acton

More information

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information