资源列表
femtruss
- Finite element programa made in matlab that uses linear interpolation to solve a truss fix at one end with an external force.
yixiangganshetuchuli
- 四幅移相干涉图的处理程序,相位提取,基本方法接包裹程序。正在学习的同志请下载。-Four phase-shifting the processing of interferograms, phase extraction, the basic method of access package program. Please download the comrades are learning.
Mannually_Placed_Landmarks_Based_Registraiton
- a mannually placed landmarks based registration
encode
- 这是一个虹膜识别检测的matlab程序,程序很完整-This is an iris recognition matlab testing procedures, the procedures are complete
BPSK
- BPSK modulation and demodulation in matlab and comparison
convolution
- digital signal processing
sigma
- contrast enhancement using sigma membership function and fuzzy method
firbp
- FIR Band pass filter using different windowing techniques
Otsu
- 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
mat-lab
- it s a code for frequency hopping
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、判断是否满足条件,若满足算法结束,若否
kmeans
- K均值聚类算法,短小实用。可以试一试哈。-k-means cluster. Matlab Code.