This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain
標(biāo)簽: direct-sequence adaptive receiver spectrum
上傳時(shí)間: 2014-01-16
上傳用戶:D&L37
a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
標(biāo)簽: Fuzzy-Set-Theory collection following concepts
上傳時(shí)間: 2015-04-03
上傳用戶:lili123
哈哈!終于找到了最新版本的UCGUI! 增加了不少的功能,只是缺少M(fèi)EMDEV! 那位大俠找到了共獻(xiàn)一下:P UCGUI3.90版源碼有如下幾點(diǎn)新的變化. 1.這個(gè)版本的UCGUI提供了模擬器的源碼(早知我不用那么辛苦反編譯出模擬器源碼了,不過大家可以比較一下看). 2.還有JPEG圖版支持 3.ListView控件支持. 4.Menu菜單支持. 5.ScrollBar滾動(dòng)條支持. 6.multi-controller多控制器支持
上傳時(shí)間: 2014-01-14
上傳用戶:chenxichenyue
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
標(biāo)簽: Description Randomness Attribute Filtered
上傳時(shí)間: 2015-04-10
上傳用戶:ynzfm
UCGUI最新版源碼簡(jiǎn)介UCGUI3.90版源碼有如下幾點(diǎn)新的變化. 1.這個(gè)版本的UCGUI提供了模擬器的源碼(早知我不用那么辛苦反編譯出模擬器源碼了,不過大家可以比較一下看). 2.還有JPEG圖版支持 3.ListView控件支持. 4.Menu菜單支持. 5.ScrollBar滾動(dòng)條支持. 6.multi-controller多控制器支持. 另外源碼上還有很多的調(diào)整, 將控件的功能分開到各個(gè)文件當(dāng)中更易于將來擴(kuò)充, 大家仔細(xì)看看.
上傳時(shí)間: 2013-12-23
上傳用戶:xwd2010
This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and multi-user secure. These applications may be written once, and then deployed on any server platform that supports the Enterprise JavaBeans specification.
標(biāo)簽: Enterprise specification architecture JavaBeansTM
上傳時(shí)間: 2013-12-01
上傳用戶:牛津鞋
一、 實(shí)驗(yàn)內(nèi)容 S語言的編譯程序的詞法分析部分實(shí)現(xiàn) 從左到右掃描每行S語言源程序的符號(hào),拼成單詞,換成內(nèi)部表示(token) 二、 實(shí)驗(yàn)要求 要求實(shí)現(xiàn)編譯器的以下功能: 組織源程序的輸入 按規(guī)則拼寫單詞,并轉(zhuǎn)換成二元形式 刪除空格及無用符號(hào)(如回車符,字符常數(shù)的引號(hào)符等) 發(fā)現(xiàn)并定位錯(cuò)誤 建立單詞表、符號(hào)表、常數(shù)表等文件 三、 實(shí)現(xiàn)方法 數(shù)據(jù)結(jié)構(gòu) 1、 輸入 S語言源程序,為文本文件 2、 輸出 詞法分析程序的運(yùn)行結(jié)果是:產(chǎn)生一個(gè)單詞序列文件(token文件)和一個(gè)常數(shù)表、一個(gè)符號(hào)表文件,并輸出錯(cuò)誤信息。 (1) token文件結(jié)構(gòu) token文件用于存放從S語言源程序中掃描出來的一個(gè)個(gè)單詞符號(hào)的機(jī)內(nèi)表示,其文件結(jié)構(gòu)如下: typedef struct token { nt label char name[30] int code int addr }token 說明: label:?jiǎn)卧~序號(hào); name[30]:?jiǎn)卧~本身; code:?jiǎn)卧~的編輯; addr:地址,單詞本身保留字時(shí)值為-1,為標(biāo)識(shí)符成常數(shù)時(shí)為大于0常數(shù),即該標(biāo)識(shí)符成常數(shù)在符號(hào)表中的入口地址。
標(biāo)簽: 分 語言 實(shí)驗(yàn) 編譯
上傳時(shí)間: 2015-04-29
上傳用戶:refent
This a full 3-tier dababase application which includes a activex dll project(business objects) and a standard exe(UI). Besides all the database techniques it demonstrates, it also shows how to make MSHFlexgrid a editable grid(with combobox, checkbox, datetimepicker) and how to merge a toolbar for multi forms.
標(biāo)簽: application dababase business includes
上傳時(shí)間: 2014-01-01
上傳用戶:qq21508895
A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
標(biāo)簽: bit collection including addition
上傳時(shí)間: 2015-05-17
上傳用戶:cursor
abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.
標(biāo)簽: MapObjects Requires Redlands redlands
上傳時(shí)間: 2013-12-17
上傳用戶:sunjet
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1