Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 译码
Search - 译码 - List

RS编译码器的DSP实现,首先是MATLAB编程,然后是DSP实现


Date : 2009-01-08 Size : 844.66kb User : xiaofan308

基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率


Date : 2009-02-16 Size : 2.68kb User : chenwenwenbupt

利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统 基本要求: 1.接收原始数据:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树 2.编码:利用已建好的哈夫曼树,对文件中的正文进行编码 3.译码:利用已建好的哈夫曼树将代码进行译码. ...
Date : 2009-06-01 Size : 6.77kb User : jianshengzhijian@126.com

信道编译码,采用74汉明编解码
Date : 2010-12-21 Size : 25.28kb User : asslight

通信原理中卷积码和Viterbi译码
Date : 2010-12-24 Size : 26.5kb User : lh07114

循环维特比译码
Date : 2011-03-01 Size : 1.61kb User : qaswedlyq@163.com

应用VHDL语言编写的3—8译码器,简单易懂
Date : 2011-04-08 Size : 9.43kb User : 521feijiepeng@163.com

QuartusII的汉明码的编码、译码源代码
Date : 2011-04-29 Size : 3.66kb User : feilongjl@qq.com

这是基于BF译码算法的LDPC源代码,采用C语言编写
Date : 2011-07-30 Size : 7.75kb User : yanyueqinglong

、利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站写一个哈夫曼码的编/译码系统。
Date : 2011-11-24 Size : 1.95kb User : e_city_smile

球形译码matlab程序
Date : 2011-12-15 Size : 2.02kb User : 877794373@qq.cm

用C语言写的哈夫曼编译码器-C language written Huffman Decoder
Date : 2025-07-06 Size : 1kb User :

vhdl的3-8译码器-instantiate the 3-8 decoder
Date : 2025-07-06 Size : 976kb User : 熊辉波

使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
Date : 2025-07-06 Size : 4kb User : 王云云

利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transmission time, and lower transmission costs. This requires the transmitter through a coding system will transmit data in advance coding; The receiving end of the data came decoding (recovery). For dual-channel (that is, information can duplex transmission channel), each side needs a complete encoding/decoding system. For this information hubs designed a Huffman encoding/decoding system.
Date : 2025-07-06 Size : 2kb User : cuckoo

ofdm信道编码和译码的源代码,用matlab实现-OFDM channel coding and decoding of the source code, using Matlab to achieve
Date : 2025-07-06 Size : 74kb User : 张于

通过对用硬件描述语言VHDL表示的某个专用部件(如中断控制器、差错控制码编码/译码器,此为译码器)的代码分析,构建它的逻辑结构,加深对相关部件设计技术的理解。 试验平台:MaxPlusII -through the use of VHDL hardware description language said a special components (such as interrupt controllers, error control coding/decoding devices, such as decoder) code analysis, building its logical structure, deepen the relevant parts design technology understanding. Test Platform : MaxPlusII
Date : 2025-07-06 Size : 29kb User : johnmad

[C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
Date : 2025-07-06 Size : 4kb User : 无间

内有LED译码器,汉明纠错译码器,地址译码器,最高优先译码器,双2-4译码器等VHDL的源代码-decoder, Hamming error correction decoder, address decoder, the highest priority decoder, dual 2-4 decoder such as VHDL source code
Date : 2025-07-06 Size : 4kb User : 蔡孟颖

[基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 [测试数据] (1)利用下面这道题中的数据调试程序。 某系统在通信联络中只可能出现八种字符,其概率分别为0.25,0.29,0.07,0.08,0.14,0.23,0.03,0.11,试设计哈夫曼编码。 (2)用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”。-[basic requirements] a complete system should have the following functions : (a) I : initialization (Initialization). Reading from the terminal into the HKSCS size n, and n n characters and the right value, the establishment of Huffman tree. it will be stored in documents hfmTree China. (2) E : coding (Encoding). Use has completed the Huffman tree (if not memory, from hfmTree document reads), the document ToBeTran the encoded text, and then the results were CodeFile posting documents. (3) D : Decoding (Decoding). The use of the completed document will Huffman tree CodeFile the code decoding, results were deposited documents TextFile. (4) P : India source document (Print). CodeFile of documents to compact format in the end, every line 50 code. While this form of characters encoded files int
Date : 2025-07-06 Size : 990kb User : 吕夏琴
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.