搜索资源列表
(7-3)-cyclic-code
- 用MATLAB实现(7,3)循环码算法,很好的体现了循环码的特性-Using MATLAB implementation (7,3) cyclic code algorithm shows good characteristics of cyclic codes
chfadianlubianma
- 除法电路编码,用于生成(63,57)循环码-Divider circuit encoding, used to generate (63,57) cyclic code
cyclicCode
- cyclic code lecture
74cycliccoethechannelcodingmatlabsimulation
- 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
exp006_cycliccodes_20090415
- Cyclic code sample code
cycliccode
- 该程序完成(7,3)循环码的编码功能以及校验子译码功能,有良好的中文交互界面-The program is completed (7,3) cyclic code encoding functions, and verify sub-decoding functions, has a good Chinese language interface
encode_decode
- 循环码的编译码器matlab源码,能够观察输入信码,自由输入噪声,观察输出码字-Cyclic code codec matlab source code, were able to observe the letter type code, free input noise to observe the output code word
PG(21_10)cyclic_code
- Projective Geometry Cyclic code, n=21, k=10 Majority Logic Decoding BPSK BER simulation
zuixiaohaomingjuli
- 循环码的最小汉明距离求解,能把多项式按照人们书写的习惯输出到界面!操作友好!-Cyclic code of minimum distance solution, people can write in accordance with the customary polynomial output to interface! Operation Friendship!
CyCDecoding
- 循环码解码编码,对应人民邮电版《通信原理》中(7,4)循环码译码过程。代码清晰简单-Cycle decoding coding, Telecommunications for the corresponding edition of " communication theory" in (7,4) cyclic code decoding process. Code is clear and simple
coder
- 实现(7,4)循环码编码和解码的matlab的GUI界面程序,内含使用说明-Implementation (7,4) cyclic code encoding and decoding matlab GUI interface program that contains instructions
cyclic-code-compilation
- (7,3)循环码的编译,通过程序操作,给出具体事例-(7,3) cyclic code compiler, operating through the program, give specific examples
cyclic_coder
- (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
cyclic_decoder
- (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_
Cyclic-code
- 循环码的编码和解码过程,用c++实现此过程-Cyclic code encoding and decoding process, using c++ to implement this process
Cyclic-code
- Cyclic code programs using MATLAB software.
Cyclic-code
- 对于给定的消息序列,按照循环码编码的方法进行计算机实现.-For a given sequence of messages, a computer-implemented method of encoding in accordance with the cyclic code.
(7-4)cyclic-code
- (7,4)循环码的编译码器,带有GUI界面,按界面提示操作即可-(7,4) cyclic code codec with GUI interface, interface prompts
cyclic-code-encoding
- 实现7,4循环码的编码和解码过程,带有漂亮的用户界面,使用方便-Achieve 7,4 cyclic code encoding and decoding process, with a beautiful user interface, easy to use
Encoder-decoder-cyclic-code
- Encoder and Decoder Cyclic Code is important to analyze Digital Communication System. So, it s easy to study