-
matlab-mingling-
matlab命令代码大全 附所有的系统函数 祝你成功 哈哈哈(matlab Code Complete)
- 2013-12-10 19:31:33下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
3D
说明: 用MATLAB编程,利用FDTD方法模拟了三维结构的场分布(With MATLAB programming, the use of FDTD method to simulate three-dimensional structure of the field distribution)
- 2010-12-10 12:56:28下载
- 积分:1
-
SolveStOMP
说明: 同时正交分解,也是对MP的改进,实现信号的稀疏分解(At the same time orthogonal decomposition, also MP for improvement, and the signal is sparse decomposition)
- 2010-04-02 16:48:30下载
- 积分:1
-
s_function_7_8
Simulink toolbox provides the user with two ways to create S-functions in C: with the automatic builder S-Function Builder and manually, using a template (similar to the creation of S-functions written in MATLAB).
- 2012-04-28 21:18:05下载
- 积分:1
-
An-Optimal-Fuzzy-PID-Controller
此文件很好的讲解了模糊PID方面的问题,帮助大家较快的掌握模糊PID.(This file is a good explanation of the problem of fuzzy PID, help faster grasp blurred the PID.)
- 2012-08-06 17:27:55下载
- 积分:1
-
STAP
全自由度空时自适应处理,加载数据后可以直接运行(Full freedom of space-time adaptive processing, loading data can be run directly)
- 2013-09-02 17:13:50下载
- 积分:1
-
huizongmatlab
这是我自己在学习中自己收集的一些基于MATLAB的MIMO源代码,有些是自己写的 有些是参考别人的
还有一些mimo的资料,觉得对于通信领域的学习者会很受用(This is some source code about mimo system and some reference about that)
- 2009-06-01 15:17:53下载
- 积分:1
-
kantz_lyapunov_m
kantz方法计算 Lyapunov 指数的 Matlab 程序的文件(kantz calculated Lyapunov index of Matlab procedures for the)
- 2009-11-21 12:03:09下载
- 积分:1
-
Matlab
文件包含基于Matlab编写的一些先进PID控制程序,其中包括专家PID,大延迟Dalin算法,大滞后Smith算法,串级PID控制,遗传PID,遗传辨识算法。可在Matlab中直接运行。(Matlab based on the preparation of a document contains a number of advanced PID control procedures, including expert PID, large delay Dalin algorithm, large time delay Smith algorithm, cascade PID control, genetic PID, genetic identification algorithm. Can be run directly in Matlab.)
- 2020-09-06 15:28:04下载
- 积分:1