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

Search list

[matlabbch

Description: BCH 编解码的MATLAB 实现。BCH码是一类重要而有效的纠正多个随机错误的循环码,由于该码具有严格的代数结构,所以是到目前为止研究得最为详尽、应用最为广泛的一类码,已有多种译码算法。-BCH codec of MATLAB. BCH is a kind of important and effective redress the wrong number of random cyclic code, as the code strictly algebraic structure, it is so far the most detailed study in, the most widely used type of a code has a variety of decoding algorithm.
Platform: | Size: 3072 | Author: zfs | Hits:

[Special Effectscopap

Description: Matlab demo code for the cyclic order preserving assignment problem with application to shape matching-Matlab demo code for the cyclic order prese rving assignment problem with application to s CPR matching
Platform: | Size: 36864 | Author: Zhenhua | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[matlabcrc73

Description: matlab实现(7,3)循环码编码很简单-matlab realize (7,3) cyclic code is very simple coding
Platform: | Size: 6144 | Author: 张行 | Hits:

[matlabmatlab

Description: 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
Platform: | Size: 3072 | Author: 徐建国 | Hits:

[ELanguagechfadianlubianma

Description: 除法电路编码,用于生成(63,57)循环码-Divider circuit encoding, used to generate (63,57) cyclic code
Platform: | Size: 1024 | Author: 吕先望 | Hits:

[Communication-Mobilecode_block_generation

Description: Cyclic block code generation for OFDM using MATLAB
Platform: | Size: 1024 | Author: val | Hits:

[matlab6

Description: 《Matlab与通信仿真》--信道编码篇--分析循环码的性能(信道任选,调制采用2FSK)-" Matlab simulation and communication" - Channel Coding Part- 6. Analysis of the performance of cyclic code (optional channel, modulation used 2FSK)
Platform: | Size: 4096 | Author: JX | Hits:

[Documents74cycliccoethechannelcodingmatlabsimulation

Description: 7,4) cyclic code - the channel coding matlab simulation 由matlab实现 比较明了-7,4) cyclic code- the channel coding matlab simulation relatively straightforward to achieve by the matlab
Platform: | Size: 5120 | Author: 陈洪 | Hits:

[matlabxunhuanmafangzhen

Description: (7,4)循环码-信道编码的matlab仿真,包含simulink模块。-(7,4) cyclic code- the channel coding matlab simulation, containing simulink module。
Platform: | Size: 5120 | Author: Kang xiaoyang | Hits:

[Crack Hackexp006_cycliccodes_20090415

Description: Cyclic code sample code
Platform: | Size: 1024 | Author: JIN MINGSONG | Hits:

[Communication-Mobile16qam_channel_encode

Description: 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,采用(7,4)循环码对信源做信道编码,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,再对信号进行信道解码,画出采用信道编码技术和不采用信道编码技术的误比特率图。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated, using (7,4) cyclic code of the source-channel coding to do with a raised cosine roll-off function for base-band modulation, and then transferred to a high frequency channel in the channel by adding Gaussian white noise, the use of matched filter demodulation, demodulation constellation plot, using the minimum Euclidean distance decoding decision, and then right channel signals, decoding, channel coding techniques used to draw and non- channel coding techniques using bit error rate plans.
Platform: | Size: 90112 | Author: zhaoyang | Hits:

[Crack Hackencode_decode

Description: 循环码的编译码器matlab源码,能够观察输入信码,自由输入噪声,观察输出码字-Cyclic code codec matlab source code, were able to observe the letter type code, free input noise to observe the output code word
Platform: | Size: 6144 | Author: jiang | Hits:

[matlabPG(21_10)cyclic_code

Description: Projective Geometry Cyclic code, n=21, k=10 Majority Logic Decoding BPSK BER simulation
Platform: | Size: 5120 | Author: grn552 | Hits:

[matlabcoder

Description: 实现(7,4)循环码编码和解码的matlab的GUI界面程序,内含使用说明-Implementation (7,4) cyclic code encoding and decoding matlab GUI interface program that contains instructions
Platform: | Size: 8192 | Author: wangjiayin | Hits:

[matlab(7-3)-cyclic-code

Description: 用MATLAB实现(7,3)循环码算法,很好的体现了循环码的特性-Using MATLAB implementation (7,3) cyclic code algorithm shows good characteristics of cyclic codes
Platform: | Size: 199680 | Author: 汪晓非 | Hits:

[matlabcyclic_decoder

Description: (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_decoder (decode_in) cyclic code decoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 input parameters decode_in is the received codeword cycle, the row is 1 × 7 vector output decode_out solution code is the information after the code word is 1 × 4 row vector. Function to run at the same time code word and draw a circle to receive the word of the translated code waveform.
Platform: | Size: 1024 | Author: wangxiaoyu | Hits:

[matlabCyclic-code

Description: Cyclic code programs using MATLAB software.
Platform: | Size: 3072 | Author: John | Hits:

[assembly languagecyclic

Description: MATLAB实现循环码的编码与解码,Cyclic code encoding and decoding based on MATLAB-Cyclic code encoding and decoding based on MATLAB
Platform: | Size: 2048 | Author: candy | Hits:

[matlabcyclic code

Description: cyclic ofdm matlab code
Platform: | Size: 3072 | Author: ghallab | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net