-
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_in) cyclic code encoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 of information input parameters code_in code word is 1 × 4 row vector output code_out System is encoded codeword cycle, the row is 1 × 7 vector. Function to run at the same time draw the input code word and code word cycle waveform.)
- 2011-08-15 21:48:28下载
- 积分:1
-
Firdesi
最优FIR滤波器设计方法课件,大家过来分享!!(Optimal FIR Filter Design Methods courseware, we come to share! !)
- 2010-01-01 20:26:49下载
- 积分:1
-
code5
determinant andeigen values
- 2014-11-19 02:29:50下载
- 积分:1
-
svc
支持向量机实现代码!(Support vector machine to achieve code!)
- 2007-08-04 10:39:11下载
- 积分:1
-
bayesthresholding
it gives brief explanation about Bayesian threshloding
- 2013-10-24 00:02:58下载
- 积分:1
-
symst
创建了为主成分分析所需的数据矩阵,并通过主成分分析完成对所得数据的处理。(Analysis of the main ingredients to create the required data matrix, and principal component analysis of the data to complete the deal.)
- 2009-05-12 17:37:39下载
- 积分:1
-
luv2rgb
LAB2RGB Convert an image from CIELAB to RGB
function [R, G, B] = Lab2RGB(L, a, b)
function [R, G, B] = Lab2RGB(I)
function I = Lab2RGB(...)
- 2010-05-14 08:26:09下载
- 积分:1
-
RS_simu
RS编码的matlab仿真,对加入突发噪声信道的RS(15,11)编码进行的仿真.(RS coding matlab simulation, burst noise channel to join the RS (15,11) code for simulation.)
- 2011-07-25 15:24:53下载
- 积分:1
-
motionEstES
Block Matching Algorithm (continuous)
Motion Estimation ESTES
- 2013-11-05 23:58:22下载
- 积分:1
-
wolfe
利用wolfe算法,编写了wolfe程序模块。测试数据引用《最优化方法及其Matlab程序设计》(马昌凤编)的Armijo准则搜索例题(Use wolfe algorithm, written wolfe program modules. Test data reference " optimization methods and Matlab programming" (Ma Changfeng ed.) The search criteria examples Armijo)
- 2014-02-25 15:09:51下载
- 积分:1