-
video-code
Face tracking code. Tracks face in video focusing skin detection
- 2013-08-05 19:59:09下载
- 积分:1
-
liduceding
matlab中,运用开运算,显示不同半径开操作后剩余的像素和,&每个半径下粒度多少&半径为5时图像中粒度的分布情况(matlab, the use of open computing, display different radii after opening and operation of the remaining pixels, & Under each radius of the particle size distribution of the number & radius 5:00 granularity image)
- 2013-12-23 20:46:56下载
- 积分:1
-
access-data-in-IBuffer
在C++中访问IBuffer类中的数据,开发环境:Windows 8, visual studio 2012(How to access data in an IBuffer in C++)
- 2015-03-24 17:07:01下载
- 积分:1
-
allfitdist
一个对数据处理的Matlab函数,统计数据的概率分布并画出概率密度曲线,已经验证,将该函数安装在函数工具箱内即可调用。(A data processing of Matlab function, the probability distribution of the statistical data and draw the probability density curve, have tested, the function will be installed in the tool can function call.
)
- 2021-02-02 15:39:59下载
- 积分:1
-
stft
短时傅里叶变换,窗函数是冲击函数时的STFT,窗函数是常数数时的STFT(Short-time Fourier transform, the window function is the function of the impact of STFT, the window function is constant when the number of STFT)
- 2011-08-06 12:06:17下载
- 积分:1
-
matlab
function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModel(function [CellSpace_nextstep VehicleSpace] = CountingNextStepVehicleState(CellSpace_current,CellSpace_nextstep,VehicleSpace,TakenMat, TakenCarIDMat,VMAX,signalFlag,UseLaneChangingModelFlag)
计算下一时刻的元胞空间状态
获取当前时刻元胞空间中的车辆信息,
[VehicleInCellSpaceMat]=GetVehicleInCellSpace(CellSpace_current,TakenMat,TakenCarIDMat)
if isempty(VehicleInCellSpaceMat) == 1 如果为空
return
end
对每个车辆进行遍历, 获取每个车辆的数据,以及邻居车辆的数据
计算每个车辆的下一时刻状态并更新到下一时刻的元胞空间中
[CellSpace_nextstep VehicleSpace] = UpdataCellSpaceWithVehicleInfo(CellSpace_current,CellSpace_nextstep,VehicleSpace,VehicleInCellSpaceMat,VMAX,signalFlag,UseLaneChangingModelFlag)
)
- 2013-05-04 19:01:27下载
- 积分:1
-
RBFfunction
一个RBF神经网络的算法实现程序,可用于实现RBF神经网络的函数逼近(A RBF neural network algorithm procedure can be used to implement RBF neural network function approximation)
- 2008-07-26 14:16:59下载
- 积分:1
-
dip-solution
dip solution is based on solution of text book of digital signal processing
- 2014-08-25 11:12:52下载
- 积分:1
-
process-control-sub
Simulate PID for process control using matlab
- 2013-09-22 11:01:20下载
- 积分:1
-
FIR
1、系统仅处于训练状态。训练序列为2cos(2π×f1×n/fs),
干扰为sin(2π×f2×n/fs);序列长度为100个样点。
其中n=0…99,f1=1kHz,f2=2kHz,fs=8kHz。
2、采用LMS算法,均衡器输入为训练序列加上干扰,均衡器阶数为21阶,步长因子β=0.01。
3、在Matlab中编写浮点LMS算法,绘制均衡器的输出波形,并与训练序列进行对比。
(1, the system only in the training status. The training sequence is 2cos (2πf1n/fs), interference sin (2πf2n/fs) sequence length of 100 samples. Where n = 0 ... 99, f1 = 1kHz, f2 = 2kHz, fs = 8kHz. 2, using LMS algorithm, the input to the equalizer training sequence plus interference equalizer order is 21 bands, step factor β = 0.01. 3, the preparation of the floating-point LMS algorithm in Matlab, draw the output waveform equalizer, and with the training sequence comparison.)
- 2013-12-05 14:53:23下载
- 积分:1