Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標(biāo)簽: symbols length Hard-decision Codeword
上傳時(shí)間: 2014-07-08
上傳用戶:曹云鵬
LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.bat will place the appropriate files inside the \Bin directory so that they will be found by the ARMulator. You still need to follow the instructions under "Using the Model" to set up the configuration files.
標(biāo)簽: ARMulator the Keyboard ARMulate
上傳時(shí)間: 2014-02-25
上傳用戶:woshini123456
Prony算法工具箱。Prony方法是用一組指數(shù)項(xiàng)的線性組合來擬和等間距采樣數(shù)據(jù)的方法,可以從中分析出信號的幅值、相位、阻尼因子、頻率等信息。considerations including data preprocessing, model order selection, model order selection criteria, signal subspace selection, signal and noise separation, root inspection and assessing residuals. The PTbox provides flexibility to compare and display analysis results simultaneously for several parameter variations.
標(biāo)簽: Prony considerations including data
上傳時(shí)間: 2015-09-11
上傳用戶:lizhizheng88
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to load the module. userspace/ Type "make" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest.
標(biāo)簽: driver i.e. FujiFilm FinePix
上傳時(shí)間: 2014-11-28
上傳用戶:chenxichenyue
JAVA通過連接池技術(shù)連接MYSQL數(shù)據(jù)庫, MYSQL用戶名 root 密碼kof2
標(biāo)簽: MYSQL JAVA 連接 數(shù)據(jù)庫
上傳時(shí)間: 2014-01-21
上傳用戶:zq70996813
A1200 Telnet 在刷機(jī)+破解補(bǔ)丁后,手機(jī)支持Telnet。在安裝MPKG,通過MPKG安裝上Loader,可以下載USBLAN驅(qū)動: 把下載的A1200 Telnet.rar里的文件解壓到一個(gè)臨時(shí)目錄里,雙擊install.bat。這一步是先拷貝A1200的USB LAN的驅(qū)動。 手機(jī)Modem模式連接電腦,點(diǎn)擊Loader笑臉圖標(biāo),電腦上將發(fā)現(xiàn)新硬件,驅(qū)動指向到臨時(shí)目錄里,安裝A1200的USB LAN驅(qū)動。在安裝成功后,在cmd命令行下,輸入命令ipconfig,應(yīng)能看到192.168.16.1的IP地址,輸入 telnet 192.168.16.2,在出來的界面輸入root,即成功Telnet,可以輸入linux命令,如dir。要退出輸入exit。 瀏覽器瀏覽手機(jī)內(nèi)部文件:電腦上開始,運(yùn)行,輸入 \\192.168.16.2\system。 如果手機(jī)連接電腦得到是其他的IP地址,手機(jī)IP地址為看到的IP加1。開始-運(yùn)行,輸入cmd,回車,在cmd命令行下輸入ipconfig查看IP地址,如果看到的是為172.16.16.5,則使用telnet 172.16.16.6。 瀏覽器瀏覽手機(jī)內(nèi)部文件:電腦上開始,運(yùn)行,輸入 \\172.16.16.6\system。
標(biāo)簽: Telnet A1200 刷機(jī) 破解
上傳時(shí)間: 2015-11-11
上傳用戶:獨(dú)孤求源
Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.
標(biāo)簽: application organized Samples chapter
上傳時(shí)間: 2015-12-14
上傳用戶:ghostparker
創(chuàng)建一個(gè)名為try.rar的文件,然后將作為目標(biāo)文件的try.rar放在 第一步設(shè)置好的服務(wù)器的根目錄下,對應(yīng)的本地物理路徑是安裝Tomcat的 文件夾下的root目錄。然后在運(yùn)行范例程序時(shí),只要使用默認(rèn)的 路徑就可以了。或者你也可以使用其他的路徑,甚至是真正的遠(yuǎn)程 文件,但是需要參考相應(yīng)的說明來設(shè)置。 4、在jCreator建立一個(gè)叫做MTdownload的工程 5、把本章目錄下的所有源文件加入到這個(gè)工程中 6、在build菜單下選擇complier project 7、在build菜單下選擇execute project,程序就可以運(yùn)行了
標(biāo)簽: try
上傳時(shí)間: 2014-03-06
上傳用戶:huql11633
JAVA項(xiàng)目開發(fā)實(shí)踐-網(wǎng)上范例:網(wǎng)上購物系統(tǒng)的JSP實(shí)現(xiàn) 第一步:將cart.jsp復(fù)制到C:\Apache Tomcat 4.0\webapps\root下。 第二步:將cart目錄(包含*.class文件及*.java文件)復(fù)制到C:\Apache Tomcat 4.0\common\classes目錄中。 第三步:將cart.mdb復(fù)制到C:\下。 第四步:配制ODBC數(shù)據(jù)源,在系統(tǒng)DNS中添加cart.mdb,并命名為cart。 然后在瀏覽器中輸入http://localhost:8080/cart.jsp測試,如果看到如圖6-2所示的畫面,則證明安裝成功。
標(biāo)簽: cart webappsroot Apache Tomcat
上傳時(shí)間: 2016-01-02
上傳用戶:hanli8870
演示:http://www.jspshop.cn/frshop 為方便廣大網(wǎng)友測試安裝成功,jspshop.cn技術(shù)人員提供了更為簡潔的安裝方法: 1.配置tomcat服務(wù)器--首先安裝jdk,后安裝tomcat 詳細(xì)配置說明 2.點(diǎn)擊jspshop 1.0.exe安裝文件。(注意在安裝時(shí)選擇目錄 tomcat根目錄\webapps\root.) 3.設(shè)置數(shù)據(jù)源:控制面板--管理工具--數(shù)據(jù)源(ODBC)--添加 用戶數(shù)據(jù)源 選擇 驅(qū)動器為:microsoft Access Driver 數(shù)據(jù)源名為jspshop 數(shù)據(jù)庫在 tomcat根目錄\webapps\root\jspshop\database\db.mdb 數(shù)據(jù)庫可以重命名(建議); 4.安裝成功,重新啟動服務(wù)器Tomcat,用瀏覽器中輸http://localhost:8080/jspshop進(jìn)行測試
標(biāo)簽: jspshop frshop http www
上傳時(shí)間: 2016-01-07
上傳用戶:gut1234567
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1