-
MINIMUMROUTE
最短路径算法---数学建模中关于Matlab数学软件中的算法的程序matlab经典算法的程序Dijkstra(--- Mathematical modeling of the shortest path algorithm on the algorithm in Matlab mathematical software program classical algorithm matlab program Dijkstra)
- 2013-03-19 15:07:06下载
- 积分:1
-
carfollowingmodel
在车联网研究之中,对于先进的车辆跟驰模型的仿真,以及绘制时空图(car following model simulation and spatial plot)
- 2014-11-18 11:38:42下载
- 积分:1
-
MATLAB/Simulink模型 SOH-Folder
一个MATLAB/Simulink模型,关于电动汽车动力电池健康状态(State of Health;
建模基于SOC估计;
模型比较简单,原理清楚,适合对电动汽车动力电池SOH的估计有兴趣的初学者参考学习,学习前请阅读2到3篇动力电池SOH估计方面论文,这样对理解模型更有帮助。(A MATLAB/Simulink model, on the electric vehicle power battery health status (State of Health
Modeling based on SOC estimation
Model is relatively simple, the principle is clear, suitable for beginners interested in electric vehicle power battery SOH estimation, it will be better to read 2 to 3 SOC estimation papers about battery SOH estimates.)
- 2021-04-27 11:08:45下载
- 积分:1
-
MATLAB-tuxiangquzao
简单的MATLAB图像去噪程序 采用数学形态法进行区域选择(Simple MATLAB program using mathematical morphology image denoising method for area selection)
- 2010-06-04 10:38:04下载
- 积分:1
-
particleswarm
algorithm swarm particles fo matlab
- 2011-11-24 05:05:35下载
- 积分: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
-
consellation
在:1)理想无噪生条件,2)SNR=10dB,3)SNR=20dB,4)两径衰落信
道{0, 0}、{-6dB,-10symbol}条件下,分别产生 1000 个符号的 QPSK、8PSK、
16QAM 星座点, 画出信号序列的星座图, 提交电子版信号产生、 加噪、 显示的*.m
程序和电子版 WORD 报告。 报告要求给出原理描述、 框图和分析说明输出结果。(In: 1) an ideal noiseless Health conditions, 2) SNR = 10dB, 3) SNR = 20dB, 4) two-path fading channel {0, 0}, {-6dB,-10symbol} under conditions generate 1,000 symbols QPSK, 8PSK, 16QAM constellation points, draw constellation signal sequence, submit an electronic version of the signal, noise, display*. m procedures and electronic WORD report. Reporting requirements given Principles, and the analysis shows a block diagram of the output.)
- 2020-07-02 22:00:01下载
- 积分:1
-
convd
卷积码的性能检测程序,适用于信道编码盲检测。卷积码的盲检测(Performance test of convolution code program, suitable for channel coding blind detection.Blind detection of convolution code)
- 2014-10-22 15:49:22下载
- 积分:1
-
Getting-Started----Working-with-Texas-Instruments
Texas Instruments - Getting Started with C64x Boards Manual
- 2014-01-09 18:13:29下载
- 积分:1
-
shuiliuliang
解决一些排放量的问题,有效的解决了预测的问题。(Solve the problem of emissions, effective solution to the prediction problem.)
- 2010-08-11 16:20:36下载
- 积分:1