搜索资源列表
myKalman
- 卡尔曼滤波器matlab源代码。 function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) 这是我课程设计时做的。-Source code of kalman filter using matlab. function [Y,PY,KC]=myKalman(x,A,B,Q,H,R,y0,P0) This is made by me for my course design。
ovlp_ripple
- % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号
Spectrum
- function [f,Py,w,fp,Pmax]=spectrum(ug,dt) spectrum Compute the one-sided psd from the power spectrum refer to the help of fft and periodgram.m. codied by Dr. Ping TAN June, 2005- function [f, Py, w, fp, Pmax] = spectrum (ug, dt) spectr
testplot.py.tar
- plot example in python
pso gray
- algorithme for resolution the economic dispatch py pso algorithm
pyWRT-master
- Py master to learn python cratch-Py master to learn python cratch
AADP.py
- Actor critic 求解动态规划问题 示例代码(Actor critic example code)
EM-GMM.py
- Gaussian mixture 的 EM算法(EM algorithm for Gaussian mixture model)
EvoloPy-master
- Evolo ant Py master
2007032001
- Evolotion Py master control Hieu
object_detect.py
- 使用CNN检测目标 基于Tensorflow目标检测API(Uses CNN to detect objects. Based on Tensorflow Object Detection API)
Newton.py
- 牛顿迭代法寻找极值 1.6.1. 优点 在凸函数很初始点选取好的情况下,收敛快。 1.6.2. 缺点 ? 计算二阶导数,计算量大 ? 要求函数二阶可微 ? 收敛性与初始点选取有关(Newton iteration method to find extreme values)