-
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
-
pro
以及简易倒立摆,实现一级PID建议算法控制倒立摆不倒的程序,仅做参考(yi ji jian y idao li bai)
- 2013-10-23 16:52:50下载
- 积分:1
-
DNN_toolbox
语音分离用的深度神经网络工具箱,matlab,非常全
(This folder contains Matlab programs for a toolbox for supervised speech separation using deep neural networks (DNNs).)
- 2020-11-06 00:39:50下载
- 积分:1
-
9988
lms 算法的详细说明 (基于LMS与RLS算法的自适应均衡器性能研究)(lms detailed description of the algorithm (LMS and RLS algorithm based adaptive equalizer performance of))
- 2010-05-18 21:53:11下载
- 积分:1
-
chan
matlab写的实用的chan 算法,在tdoa中(chan matlab write practical algorithm in tdoa)
- 2013-03-23 20:42:09下载
- 积分:1
-
Spectral-Methods-in-MATLAB---Lloyd-N.-Trefethen
The aim of this book is to teach you the ssentials of spectral collocation methods with the aid of forty short Matlab programs, or M-les
- 2012-09-06 03:14:15下载
- 积分:1
-
Dynprog
动态规划算法的顺序(前向求最小值)算法的matlab实现以及一个算例,还有一篇参考pdf文献,适合初学者,有我个人的一点注释(Dynamic programming algorithm for the sequence (prior to seeking the minimum value) algorithm matlab to achieve, as well as a numerical example, there is a reference pdf document, suitable for beginners, there are my personal notes that)
- 2008-06-17 16:41:21下载
- 积分:1
-
Hankle_2
HANKLE阶次辨识在强噪声的情况下通过计算rou的值得到最终的结果。(HANKLE order identification in the case of strong noise by calculating the rou' s worth to the final result.)
- 2011-04-24 12:16:52下载
- 积分:1
-
guasMATLAB
In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite.
- 2011-05-11 11:48:44下载
- 积分:1
-
WakeUPTimer
Code to wake up the pc standby or hibernation
- 2014-12-19 14:32:35下载
- 积分:1