-
radarpingbao
这是一个用matlab编的模仿Linux下的radar屏保动画,很有意思,和大家分享,(This is an addendum to the use of Matlab imitate Linux Screen Saving under the radar animation, very interesting, and to share with you,)
- 2007-05-05 11:00:38下载
- 积分:1
-
scme
LTE中SCME信道的matlab仿真代码(SCME channel simulation code in LTE)
- 2013-03-25 19:30:35下载
- 积分:1
-
ukf_for_track_6_div_system
说明: 采用卡尔曼滤波方法,对移动目标的状态进行估计(Kalman filter method is used to estimate the state of moving targets.)
- 2019-01-15 10:12:52下载
- 积分:1
-
Cascade
Multiplicative cascade model
- 2007-10-26 00:27:52下载
- 积分: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
-
Edxb
多个微电网的并网模型,采用的是SPWM控制的方法(And a plurality of micro grid network model, using the method SPWM control)
- 2021-01-03 00:28:57下载
- 积分:1
-
IMM
IMM算法 包含CA CV CT模型 较为常见的基本模型(IMM algorithm consists CA CV CT model more common basic model)
- 2016-04-21 17:19:03下载
- 积分:1
-
munpun_v36
matlab编写的元胞自动机,用谱方法计算流体力学一些流动现象的整体稳定性,相参脉冲串复调制信号。( matlab prepared cellular automata, Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon, Complex modulation coherent pulse train signal.)
- 2016-11-17 09:55:25下载
- 积分:1
-
baizaosheng
该程序可以人为地产生一个白噪声,并可以调整参数。(The procedure can artificially generate a white noise, and can adjust the parameters.)
- 2007-11-02 10:46:16下载
- 积分:1
-
MATLABFunctions
常用函数速查,对matlab开发的人非常有用。(Commonly used functions Info on matlab developed a very useful people.)
- 2008-03-27 15:36:37下载
- 积分:1