资源列表
yuankong
- 图像处理算法对工业现场拍摄工件照片进行圆孔识别与定位,具有较好的鲁棒性。(The image processing algorithm has good robustness for circular hole recognition and location in industrial field.)
economic-dispatch-no-losses
- 经济调度问题 MATLAB代码 三个m文件(economic dispatch MATLAB)
基于模拟退火算法的混沌神经网络模型
- 基于模拟退火算法混沌神经网络的matlab程序(Matlab program of chaotic neural network based on simulated annealing algorithm)
地震波作用下三层框架状态反馈控制程序
- 地震波作用下三层框架状态反馈主动控制程序(State feedback control program of three story frame under seismic wave action)
噪声调幅干扰
- 实现噪声调幅干扰,参数齐全,可以直接调用,便于使用。(Noise amplitude modulation interference is realized with complete parameters)
Pacejka89_Tyremodel
- Pacejka89轮胎模型/魔术轮胎模型,绘制多工况,包括纵向力、侧向力、回正力矩,参数可以修改(Pacejka89 tire model / Magic tire model, with multiple working conditions, including longitudinal force, lateral force and righting moment, and the parameters can be modified.)
LSTMtest
- LSTM时间预测可以有,真的不错,很方便,可以改(LSTM time prediction you need)
Bouc Wen
- 经典Bouc-Wen模型,可计算摩擦装置迟滞曲线(Classical bouc Wen model)
consensus_based_auction_algothm
- 分布式一致性竞拍算法,主要用于解决单任务分配问题,花了一天时间编完,亲测有效(consensus_based_auction_algothm)
WSN
- WSN中节点确定性部署算法代码,覆盖率达到100%,算法思路简单,易于实现(WSN node deterministic deployment algorithm code, coverage rate of 100%, the algorithm is simple, easy to implement)
DSP_MATLAB
- 数字信号处理:自适应一步线性预测,自适应噪声抵消(Digital signal processing: adaptive noise cancellation, adaptive one-step linear prediction)
L2_1
- 编写一个名为Perce的函数,用它来实现感知器算法。 函数的输入/输出有: (a)一个N*d维的矩阵X,它的第i行是第i个数据向量; (b)一个N维列向量y,y的第i个元素包含了类(-1,1),并且该类与相应的向量相互对应; (c)用向量w_ini初始化参数向量;并且返回估计参数向量; 假设函数最大迭代次数为10000。(Write a function called Perce to implement perceptron algorithm. The input / out