资源列表
d
- 【问题描述】: 设有一个背包可以放入的物品重量最重为s,现有n件物品,它们的重量分别为w[0]、 w[1]、w[2]、…、w[n-1]。问能否从这n件物品中选择若干件放入此背包中,使得放入的重量之和正好为s。如果存在一种符合上述要求的选择,则称此背包问题有解(或称其解为真);否则称此背包问题无解(或称其解为假)。试用递归方法设计求解背包问题的算法。 -【Descr iption of the problem: There is a backpack of items can be pla
maxsub
- 求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence
KalmanMatlab
- 稳态kalman滤波算法仿真通式 本程序考虑线性离散时不变随机系统。系统模型为x(t+1)=fai*x(t)+gama*w(t) y(t)=H(t)*x(t)+v(t)。有6个参数:状态转移阵fai,输入噪声系数gama,观测阵H,输入 噪声方差Q,观测噪声方差R,观测y- Steady-state kalman filtering algorithm simulation program to consider the general form linear discr
haar_transform
- haar wavelet transform compression
simulated-annealing
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却。 -Simulated annealing algorithm derived the principle of solid annealing, heating the solid to the full high, let it slowly cooling.
jacobi_svd
- 单边Jacobi算法,修正目前广泛流传的算法对非满秩矩阵无法计算的缺点。-Disadvantages unilateral Jacobi algorithm, the current widespread correction algorithm for non-full rank can not be calculated.
EMD_MUSIC
- COmbines EMD with MUSIC algorithm
chebyshev
- 在matlab中实现对切比雪夫算法IIR低通滤波器的编写,修改内部相关参数可以变为其余算法的IIR低通滤波器-the design of chebyshev IIR in matlab
butterwoth
- 三阶巴特沃斯低通滤波器,采用双Z变换法进行滤波-Third-order Butterworth low-pass filter
Conventional_Beamforming
- 阵列信号处理中常规波束成形算法,DOA估计-conventional beamforming
dianyuan
- 点声源在自由场中的辐射计算,对于声全息的初学者有很大帮助-Radiation point sound source in free field
Stochastic-iterative-learning-controller-with-PID
- This package is useful for control to object by stochastic iterative learning control(ILC) with PID controller.
