-
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_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.)
- 2011-08-15 21:49:54下载
- 积分:1
-
penalty_factor
calculating penalty factor for slack bus
- 2013-12-24 00:43:07下载
- 积分:1
-
Ch14
数字图像处理,利用matlab开发环境进行编程实践。(Digital image processing using matlab to program development environment practice.)
- 2007-09-06 12:26:29下载
- 积分:1
-
gridLegend
gridlegand多行实现,对多列函数进行实现(gridlegand multi-line implementation)
- 2011-02-13 16:37:37下载
- 积分:1
-
Matlab-OF-MATHMATIC
数学建模常用算法的MATLAB程序,在全国数学建模比赛中能使用!(MATLAB OF MATHMATIC,SOME EXAMPLE YOU CAN USE)
- 2013-11-23 22:18:50下载
- 积分:1
-
xiaoboshenjingwangluo
说明: 搜集的小波神经网络程序
初学小波神经网路,四处搜集的代码,希望与大街共同讨论学习:
小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂
(Wavelet neural network program to collect beginners neural network, collected around the code, I hope to discuss with the Avenue Learning: neural network, genetic algorithm neural network code, test can be used, but not really understand the principle of specific)
- 2011-03-08 11:36:25下载
- 积分:1
-
prac2
this is the total program representation of the histogram technique and histogram equilisation technique for image processing in MATLAB
- 2010-08-15 17:42:48下载
- 积分:1
-
DHAnimation
DH Animation of Robot
- 2010-08-17 11:11:18下载
- 积分:1
-
EllipseFitByTaubin
This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust.
It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse:
ax^2 + bxy + cy^2 + dx + ey + f = 0,
i.e. it returns the vector A=(a,b,c,d,e,f). To convert this vector to the geometric parameters (This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust.
It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse:
ax^2+ bxy+ cy^2+ dx+ ey+ f = 0,
i.e. it returns the vector A=(a,b,c,d,e,f). To convert this vector to the geometric parameters )
- 2009-10-19 20:29:44下载
- 积分:1
-
findvaluevarineq
This is a Matlabe code to find the value of a variable in an equation
- 2010-09-29 14:53:30下载
- 积分:1