-
KNN
自己编写的近邻法算法,包括k近邻法、两分剪辑和重复剪辑、压缩算法。在文档中给出了一个简单的算法原理说明,详细参考边肇的《模式识别》。注:里面的分类线绘制算法存在一些问题,仅供大家参考修改。(The nearest neighbor algorithm written by myself, including k nearest neighbor, the two sub-editing and re editing, compression algorithm. The document gives a simple algorithm principle . The detailed explanation can be found in the book Pattern Recognition written by Bian Zhaoqi. Note: The line drawing algorithms have some problems, only for your reference.)
- 2010-08-09 16:19:37下载
- 积分:1
-
Cooperative-diversity
This program simulation cooperative diversity and then simulation SNR versus BER and at the end compare simulation result into theatrical.
- 2013-04-22 17:37:40下载
- 积分:1
-
matlab NLS equation
matlab解耦合非线性薛定谔方程组,考虑自相位调制、交叉相位调制与四波混频(Matlab solves the coupled nonlinear Schrodinger equations, considering self phase modulation, cross phase modulation and four wave mixing.)
- 2021-05-08 23:58:35下载
- 积分:1
-
matrix
说明: MATLAB环境下的矩阵运算,简单易懂的MATLAB语句,简化而好用的MATLAB句子运算(MATLAB environment, the matrix operation, easy to understand the MATLAB statement, simplified and easy to use MATLAB computing sentence)
- 2010-04-15 10:29:10下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
naoneng
预报误差法参数辨识-松弛的思想,采用的是通用的平面波展开法,表示出两帧图像间各个像素点的相对情况。( Prediction Error Method for Parameter Identification- the idea of relaxation, Using common plane wave expansion method, Between two images showing the relative circumstances of each pixel.)
- 2016-11-11 19:40:58下载
- 积分:1
-
MO_Lab3
kjhhgcn l kjhgfc p loijhgf
- 2014-11-30 17:44:31下载
- 积分:1
-
DCT_Qutization_watermarking
本程序是基于DCT的数字水印算法,包含水印的嵌入,提取过程!(watermarking scheme based on DCT!)
- 2009-07-10 11:23:47下载
- 积分:1
-
image-restoration
说明: 图像复原MATLAB程序,实现各种图像模糊的图像恢复程序,非常详尽(image restoration)
- 2011-03-19 15:23:30下载
- 积分:1
-
VQSHUZIYY
说明: 很好的MATLAB开发源程序
基于VQ矢量量化的语音识别程序(MATLAB to develop a very good source of vector quantization VQ-based speech recognition procedures)
- 2008-11-10 19:24:37下载
- 积分:1