资源列表
LMS
- 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 e(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否
m
- 用matlab程序FDTD算法仿真二维光子晶体TM波-FDTD for 2D photonic crystal TM
hvdc
- high voltage direct current
suijixinhaoyangbenshu
- 本程序是关于随机信号特征值提取,有界面显示,特征值包括自相关函数,和功率谱密度-This program is about random signal characteristic value is extracted, and to have the interface shows, including the autocorrelation function characteristic value, and power spectral density
TOOLBOX_calib
- TOOLBOX_calib.zip. for our learning.
high-pass-filter-matlab-
- 三维数字滤波器中的理想高通滤波器的matlab仿真及其结果-3 d digital filters in an ideal high-pass filter matlab simulation and the result
Particle-Swarm-Optimization-classify
- 按照粒子群算法以及最近邻法则对全体样品进行分类-In accordance with Particle Swarm Optimization method to classify the samples of the whole
fast_current
- SOR迭代法与高斯赛德尔迭代在洋流分析中的应用-Two iterative method in the analysis of the application of the ocean currents
GPCsoft
- 高斯过程分类程序,运用拉普拉斯近似来实现二分类和多分类功能。-Implements Laplace s approximation for binary and multiclass classification.
CFRdemo
- 压缩感知matlab代码,在欠采样的条件下实现模数转换。在超宽带和频谱混叠的情况下亦可通过本软件仿真。具有较高的参考价值。-Conventional sub-Nyquist sampling methods for analog signals exploit prior information about the spectral support. A more challenging problem is spectrum-blind sub-Nyquist sampling of mult
BCS
- 压缩感知程序源码,Blind compressed sensing (BCS)不需要在采样和恢复阶段预先知道稀疏基。源码对于研究压缩感知前沿具有很好的借鉴意义。-The fundamental principle underlying compressed sensing is that a signal, which is sparse under some basis representation, can be recovered from a small number of linear
A-job-shop-with-GA-method
- 用遗传算法解决一个np极难问题,即车间调度中的job shop问题。-With genetic algorithm is very difficult to solve a np problem, that is, the workshop dispatch of the job shop problem.