-
phase_trail
说明: 该程序在MATLAB环境下编译,用于重构一维时间序列的相空间轨迹,并找出最佳的重构延迟步长或时间。(The program compiled in MATLAB environment for the reconstruction of time series of one-dimensional phase space trajectory, and the Reconstruction of the best step length or time delay.)
- 2008-08-26 18:45:52下载
- 积分:1
-
matlab-tutorial
MATLAB入门自学教程,共22章,包括参考文献及命令清单(Getting MATLAB self-paced tutorial, a total of 22 chapters, including references and a list of commands)
- 2014-10-20 20:42:59下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
exp_pidfuu
simple experiment on pid along with fuzzy comparision
- 2012-04-13 20:08:29下载
- 积分:1
-
Predictive
预测控制的两个实例,用M语言编写,希望对学习预测控制的人有多帮助(Two examples of predictive control, the M language, in the hope that people learn how predictive control to help sponser links)
- 2012-06-15 20:59:52下载
- 积分:1
-
bldc_sensored_00
This simulation file has been made in matlab simulink software and describes the bldc sensored motor.
- 2014-08-10 13:51:53下载
- 积分:1
-
mud-ber
比较多用户信号检测各个算法的误码率,如最小均方、最大似然等(MUD,ML,MMSE)
- 2009-06-06 12:34:20下载
- 积分:1
-
高层筑建减振设计
主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成(mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition)
- 2005-07-11 20:03:49下载
- 积分:1
-
111
说明: bfsk调制,可出来图形,经过了awgn(bfsk modulation may be out of graphics, after awgn)
- 2009-08-09 13:50:07下载
- 积分:1
-
chuck---Kogpya
This is the first matlab code of chuck
- 2014-12-12 08:37:13下载
- 积分:1