-
CH5programme
说明: 神经网络 侯媛彬 西安电子科技大学出版社 全书程序夹CH5(Neural network)
- 2010-04-30 10:36:17下载
- 积分:1
-
SSUM
说明: 非常好的数字处理教程,可以从中学到如利用matlab产生各种音频(Very good tutorial digital processing, can learn, such as the use of matlab have a variety of audio)
- 2008-12-03 05:52:42下载
- 积分:1
-
qam
matlab基于DSP的雷达方式QAM信号调制方法(failed to translate)
- 2013-05-07 21:08:15下载
- 积分:1
-
Leach_Centralized
leach-c matlab source code
- 2019-05-13 09:06:26下载
- 积分:1
-
deblurring
用charal函数实现对加噪降晰图像的反降晰.charal函数实现约束最小二乘法的算法,其中alpha(1/lamda)由Charalambous确定.反降晰的图像相对于降晰加噪图像清晰度有所提升,但是反降晰的图像存在较为明显的寄生波纹。(Deblurring the blurred image with noise by using Charal function. Charal function implements constrained least squares algorithm, where alpha (1/lamda) is determined by Charalambous. Compared to the blurred image, the sharpness of the image deblurred has improved, but obvious parasitic ripples arise.)
- 2013-12-02 18:55:00下载
- 积分:1
-
source-code
用D-CNN的方法,即CNN卷积层加Fisher Vector做图像分类的MATLAB代码(Use D-CNN approach ( Fisher Vector follows results of CNN convolutional layer as the image feature) to classificate the image)
- 2015-05-06 16:56:38下载
- 积分:1
-
ECG-and-PPG-fusion-detection
基于ECG与PPG信号融合的血压检测方法研究,通过将两种进行融合处理,从而更加准确地进行血压的检测分析处理。(Blood Pressure ECG and PPG signal detection method based on fusion by the fusion of two treatment to more accurately detect blood pressure analysis process.)
- 2020-09-02 00:08:07下载
- 积分:1
-
PS2
主要用于探测PSINSAR过程中的形变信息(used for PSINSAR detect deformation)
- 2019-03-23 14:45:09下载
- 积分: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
-
DETREND
近红外光谱平滑去噪算法,由于光谱仪得到的光谱信号中既有有用的信息,同时也叠加着随机误差,即噪声,而这种方法能取到很好的去噪作用。(Nir denoising smoothing algorithm, as a result of the spectrometer for spectrum signal in both the useful information, and superposition of the random error, the noise, and this method can get very good denoising effect.
)
- 2013-10-03 23:38:07下载
- 积分:1