-
A_Outer1_1xxx
本matlab程序对滚动轴承的外圈进行了分析研究,与正常情况下的做对比,可以发现故障的位置,进一步的对比还要再做研究。(The matlab program analysis, and under normal circumstances, the contrast of rolling bearing outer ring, you can find the location of the fault, further comparison should also do research.)
- 2012-06-11 14:35:07下载
- 积分:1
-
showtime
假设Form后面的文本框叫txt_startDate(日期),txt_startTime(时分)To后面的文本框叫txt_endDate(日期),txt_entTime(时分)//后台代码(showtime in C#)
- 2014-11-07 15:30:23下载
- 积分:1
-
endpoints
matlab endpoints.rar 函数源代码(matlab endpoints.rar functions)
- 2020-12-03 11:19:25下载
- 积分:1
-
pso_implement
For PSO implimentation.
- 2012-04-06 18:25:57下载
- 积分:1
-
LR
Logistic Regression Classifier
- 2013-05-05 08:16:28下载
- 积分:1
-
zy1
萤火虫算法在分布式电源优化配置中应用 全部 很好的程序 只需换换节点数目就可以(Firefly algorithm optimization in distributed power configuration in all a very good application program can only change of the number of nodes)
- 2020-11-23 23:29:33下载
- 积分:1
-
New-folder-(5)
this file is about beam forming with adaptive file
- 2013-09-12 15:49:54下载
- 积分:1
-
transferfunction
悬架传递函数计算,包括输入时域信号和频域信号后对传递函数的计算(Suspension transfer function calculation, including the calculation of the transfer function after the input time-domain signal and frequency-domain signal)
- 2014-12-08 15:48:46下载
- 积分:1
-
psk_16_awgn_rs
A Matlab-Simulink Model (.mdl) for implementing the psk(phase shift keying)-16 ary in AWGN Channel using RS (reed-solomon) en_Coder/decoder
- 2013-05-15 09:31:15下载
- 积分: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