-
IPCA
用增量子空间学习法(IPCA)实现车辆的前景检测(With incremental subspace learning method (IPCA) to achieve the prospect of testing vehicles)
- 2011-07-20 17:14:15下载
- 积分:1
-
Newton-Raphson-power-flow-matlab
牛顿拉夫逊法编制的潮流计算程序,很实用,是很好的学习资料(Newton-raphson method of power flow calculation program, very practical, is a very good learning materials)
- 2014-11-06 10:13:13下载
- 积分:1
-
matlab003
《Matlab软件开发应用》/Mastering Matlab配套学习PPT(The Matlab software development application/Mastering Matlab supporting learning PPT
)
- 2014-12-30 16:33:28下载
- 积分:1
-
ssa
即奇异谱分析,广泛应用于信号识别与预测。(SSA, that singular spectrum analysis, widely used in signal recognition and prediction.)
- 2014-01-26 21:19:40下载
- 积分:1
-
tvpvar_m
Nakajima tvp-var 代码 matlab 代码(Nakajima tvp-var code matlab code)
- 2020-11-04 09:19:52下载
- 积分:1
-
Channelization_multi_phase_filter_structure
该程序是软件无线电中信道化技术的仿真历程,使用了“多相滤波结构”,将32个频率分量进行调制,平均调制在频谱之中,提升了发射信号的频谱利用率。该程序有利于对信道化与多相滤波的理解。(This program is the simulation process of channelization technology in software radio. It uses a "polyphase filter structure" to modulate 32 frequency components. The average modulation is in the spectrum, which improves the spectrum utilization of the transmitted signal. The program is helpful for understanding channelization and polyphase filtering.)
- 2018-12-15 15:17:57下载
- 积分: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
-
MAtLabPLOTTING
MAtLab PLOTTING: A SIMPLE EXAMPL TO SHOW THE EASINNESS OF PLOTTING USING MATLAB AND OCTAVE
- 2010-10-15 23:40:13下载
- 积分:1
-
face-recognition
illumination-robust face recognition via sparse representation
- 2012-04-25 22:59:57下载
- 积分:1
-
wigb
此文件是基于经验模态分解emd的去噪算法matlab程序,该方法十分有效(This document is based on empirical mode decomposition emd denoising algorithm matlab procedures, the method is very effective)
- 2014-07-03 09:37:22下载
- 积分:1