-
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
-
newmark
newmark法求解结构的地震响应,用于建筑结构时程响应分析,可快速求解结构地震反应问题。(newmark method to solve the seismic response of structures used for building structures history response analysis, seismic response can be quickly solved the problem.)
- 2015-02-08 06:41:02下载
- 积分:1
-
123
為matlab的影像增強程式,屬於小專題,可以參考看看(This is a program matlab image enhancement)
- 2012-01-14 13:43:38下载
- 积分:1
-
FuzzPID
说明: 模糊自适应整定PID仿真程序。自适应模糊PID控制器以误差e和误差变化ec作为输入,可以满足不同时刻的e和ec对PID参数自整定的要求。(Fuzzy Adaptive Tuning PID Control.)
- 2019-04-23 16:39:01下载
- 积分:1
-
fft
一个fft的简单实现仿真的例程,画出频谱,观察信号的频谱。(An fft simple simulation routine to draw the spectrum, observed spectrum of the signal.)
- 2012-05-02 16:47:22下载
- 积分:1
-
wienerfilter2
基于维纳滤波器算法,对加噪信号进行滤波.(Wiener filter algorithm based on the increase in noise signal filtering.)
- 2007-01-17 00:48:19下载
- 积分:1
-
F
说明: 关于管道流动及充填问题中,为求解时间、压力等的常微分方程组的求解。(About the pipeline flow and filling problems, in order to solve the time, pressure, etc. for solving ordinary differential equations.)
- 2013-05-27 10:40:31下载
- 积分:1
-
nonrigidICP
非刚性点云数据的ICP配准,matalb文件(nonrigid construct)
- 2021-01-03 15:58:56下载
- 积分:1
-
Signals-and-SystemsAnalysis-and-threalization-of-M
1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第九章所有程序;
2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释;
3. 程序文件的命名分为以下三种类型:
(1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。
(2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。
(3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。
()
- 2008-06-06 11:39:37下载
- 积分:1
-
2fmincon
用打靶法求解小车运动轨迹,求解非线性问题(solve the car s track by the shooting method)
- 2017-04-22 10:21:16下载
- 积分:1