Welcome![Sign In][Sign Up]
Location:
Search - shannon code matlab

Search list

[Program docalowpowerturbocodedecodingalgorithm

Description: 在3G通讯中,turbo码以其优异的性能几乎达到了香浓定理的极限。我们提供一种低功耗的turbo码译码算法-In the 3G communications, turbo codes for its excellent performance almost reached the limit of Shannon theorem. We provide a low-power turbo code decoding algorithm
Platform: | Size: 178176 | Author: wulinbo | Hits:

[matlabLDPCBSN

Description: LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel. MacKay-Neal based LDPC matrix. Message encoding uses sparse LU decomposition. There are 4 choices of decoder: hard-decision/bit-flip decoder, probability-domain SPA decoder, log-domain SPA decoder, and simplified log-domain SPA decoder.
Platform: | Size: 8192 | Author: 天天 | Hits:

[matlabHuffmanandShannon-Fanosourcecoding

Description: Huffman and Shannon-Fano source coding
Platform: | Size: 3072 | Author: pooori | Hits:

[matlabMyEntropy

Description: 计算香浓信息熵,方便快捷的matlab代码,可以简单直接调用-Calculated Shannon information entropy, convenient matlab code can be simple and direct calls
Platform: | Size: 1024 | Author: wains | Hits:

[DocumentsSourceEncoingAndDecoding

Description: 通过信源编译码,理解信源编码的主要目的,理解香农第一定理,掌握信源编码的方法和手段-By source encoding and decoding, source code to understand the main purpose of the first theorem of Shannon to understand and master the methods and source code means
Platform: | Size: 2048 | Author: zhukai | Hits:

[AlgorithmSource_coding

Description: 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
Platform: | Size: 2048 | Author: 小影 | Hits:

[matlabShannon_fano_Elias

Description: This technique doesn t involve sorting of probabilities as in Shannon-Fano coding. The following formula is used to calculate F (x) which in turn generates the code F (x) = F(x) + p(x) / 2, where F(x) is cummulative sum of probabilities p(x). It can be further understood with the following C code
Platform: | Size: 1024 | Author: hazhiriq200 | Hits:

[matlabshangnon

Description: 用MATLAB仿真,实现香农编码的仿真。得到香农码。-Using MATLAB simulation, the simulation codes to achieve Shannon. By Shannon code.
Platform: | Size: 2048 | Author: 何德波 | Hits:

[matlabshannon

Description: 信息论与编码的典型香农编码的Matlab源码-Typical information theory and coding Matlab source code Shannon
Platform: | Size: 1024 | Author: taolifang | Hits:

[matlabshannon_coding

Description: matlab code for shannon source coding
Platform: | Size: 2048 | Author: hashem | Hits:

[matlabmpsk_table

Description: This MATLAB Code plot BER Vs Eb/No for M_ary PSK with different values of M. The user can choose the desired BER and the code will tell what is the required Eb/No to achieve this BER for different values of M. In addition, a plot for shannon limit is available.
Platform: | Size: 12288 | Author: Ismail Elbadawy | Hits:

[matlabmfsk_table

Description: This MATLAB Code plot the BER Vs Eb/No for M_ary FSK for differnt values of M. The user can choose the desired BER and the code will tell what is the required Eb/No to achieve this BER for differnt values of M. In addition, a plot of the shannon limit is available.
Platform: | Size: 13312 | Author: Ismail Elbadawy | Hits:

[matlab1matlab

Description: 香农费诺编码的matlab源代码,比较详细,可做参考-Shannon Fenno encoding matlab source code Shannon Fenno encoding matlab source code
Platform: | Size: 97280 | Author: 月左手 | Hits:

[matlabcoding-and-distortion-of-MATLAB

Description: 介绍了 Shannon 和 Huffman 编码的基本原理及 MATLAB实现方法,给出了编码实例,并进行了分析比较。 -Shannon Huffman coding is introduced and the basic principle and MATLAB methods, gives code examples, and are analyzed and compared.
Platform: | Size: 21504 | Author: 孟君 | Hits:

[matlabCmlStartup

Description: Iterative Solutions is committed to the mission of developing accurate and efficient software for the simulation of modern communication systems. All software is licensed as open source software under the Lesser GPL. The code is designed to run in matlab, though the compute-intensive portions are written in C and Java. A wide variety of error control codes are supported, including turbo and LDPC codes, and an emphasis is placed on nonbinary modulation formats such as QAM and nonbinary continuous-phase FSK. The software goes beyond the usual error rate analysis by including tools for determining the Shannon capacity of arbitrary modulation formats.-Iterative Solutions is committed to the mission of developing accurate and efficient software for the simulation of modern communication systems. All software is licensed as open source software under the Lesser GPL. The code is designed to run in matlab, though the compute-intensive portions are written in C and Java. A wide variety of error control codes are supported, including turbo and LDPC codes, and an emphasis is placed on nonbinary modulation formats such as QAM and nonbinary continuous-phase FSK. The software goes beyond the usual error rate analysis by including tools for determining the Shannon capacity of arbitrary modulation formats.
Platform: | Size: 1024 | Author: rizwan | Hits:

[Compress-Decompress algrithmsCoding

Description: matlab files that generate Huffman code, Shannon code,LZW code and Fano code. The myfile.txt is a arbitrary text file that will be coded.
Platform: | Size: 6144 | Author: meisam | Hits:

[matlabmatlab

Description: 香农编码 采用matlab编程实现 的程序代码-Shannon coding using matlab programming code
Platform: | Size: 5120 | Author: 白夜 | Hits:

[matlabShannoncode

Description: 利用matlab读取一段英文文章,对该文章的字符进行香农编码。-Use matlab to read an English article, the characters of the article Shannon code.
Platform: | Size: 8192 | Author: 胡维涛 | Hits:

[Otherhuffman

Description: 哈夫曼编码的MATLAB实现(基于0、1编码),并与香农编码对比(the MATLAB implementation of Huffman encoding (based on 0 and 1 encoding) and comparision with Shannon code)
Platform: | Size: 71680 | Author: 团团围困 | Hits:

[Otherbianma

Description: 香农编码代码,霍夫曼编码等各种编码代码,适用于图像处理,信息论等各种学科实验报告(Shannon coding code, Hoffman encoding and other coding code, suitable for image processing, information theory and other disciplines experimental report)
Platform: | Size: 6144 | Author: zdlu | Hits:
« 12 »

CodeBus www.codebus.net