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.
标签: symbols length Hard-decision Codeword
上传时间: 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.
标签: ARMulator the Keyboard ARMulate
上传时间: 2014-02-25
上传用户:woshini123456
Prony算法工具箱。Prony方法是用一组指数项的线性组合来拟和等间距采样数据的方法,可以从中分析出信号的幅值、相位、阻尼因子、频率等信息。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.
标签: Prony considerations including data
上传时间: 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.
标签: driver i.e. FujiFilm FinePix
上传时间: 2014-11-28
上传用户:chenxichenyue
JAVA通过连接池技术连接MYSQL数据库, MYSQL用户名 root 密码kof2
上传时间: 2014-01-21
上传用户:zq70996813
A1200 Telnet 在刷机+破解补丁后,手机支持Telnet。在安装MPKG,通过MPKG安装上Loader,可以下载USBLAN驱动: 把下载的A1200 Telnet.rar里的文件解压到一个临时目录里,双击install.bat。这一步是先拷贝A1200的USB LAN的驱动。 手机Modem模式连接电脑,点击Loader笑脸图标,电脑上将发现新硬件,驱动指向到临时目录里,安装A1200的USB LAN驱动。在安装成功后,在cmd命令行下,输入命令ipconfig,应能看到192.168.16.1的IP地址,输入 telnet 192.168.16.2,在出来的界面输入root,即成功Telnet,可以输入linux命令,如dir。要退出输入exit。 浏览器浏览手机内部文件:电脑上开始,运行,输入 \\192.168.16.2\system。 如果手机连接电脑得到是其他的IP地址,手机IP地址为看到的IP加1。开始-运行,输入cmd,回车,在cmd命令行下输入ipconfig查看IP地址,如果看到的是为172.16.16.5,则使用telnet 172.16.16.6。 浏览器浏览手机内部文件:电脑上开始,运行,输入 \\172.16.16.6\system。
上传时间: 2015-11-11
上传用户:独孤求源
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.
标签: application organized Samples chapter
上传时间: 2015-12-14
上传用户:ghostparker
创建一个名为try.rar的文件,然后将作为目标文件的try.rar放在 第一步设置好的服务器的根目录下,对应的本地物理路径是安装Tomcat的 文件夹下的root目录。然后在运行范例程序时,只要使用默认的 路径就可以了。或者你也可以使用其他的路径,甚至是真正的远程 文件,但是需要参考相应的说明来设置。 4、在jCreator建立一个叫做MTdownload的工程 5、把本章目录下的所有源文件加入到这个工程中 6、在build菜单下选择complier project 7、在build菜单下选择execute project,程序就可以运行了
标签: try
上传时间: 2014-03-06
上传用户:huql11633
JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\root下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。
标签: cart webappsroot Apache Tomcat
上传时间: 2016-01-02
上传用户:hanli8870
演示:http://www.jspshop.cn/frshop 为方便广大网友测试安装成功,jspshop.cn技术人员提供了更为简洁的安装方法: 1.配置tomcat服务器--首先安装jdk,后安装tomcat 详细配置说明 2.点击jspshop 1.0.exe安装文件。(注意在安装时选择目录 tomcat根目录\webapps\root.) 3.设置数据源:控制面板--管理工具--数据源(ODBC)--添加 用户数据源 选择 驱动器为:microsoft Access Driver 数据源名为jspshop 数据库在 tomcat根目录\webapps\root\jspshop\database\db.mdb 数据库可以重命名(建议); 4.安装成功,重新启动服务器Tomcat,用浏览器中输http://localhost:8080/jspshop进行测试
上传时间: 2016-01-07
上传用户:gut1234567