-
improd
不错的图像处理源代码,将其放入MATLAB下的toolbox (Good image processing source code, put them in the toolbox under MATLAB)
- 2007-11-17 02:09:29下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
anp
NP是美国匹兹堡大学的T.L.Saaty 教授于1996年提出了一种适应非独立的递阶层次结构的决策方法,它是在网络分析法(AHP)基础上发展而形成的一种新的实用决策方法。其关键步骤有以下几个:
1 确定因素,并建立网络层和控制层模型。
2 创建比较矩阵。
3 按照指标类型针对每列进行规范化。
4 求出每个比较矩阵的最大特征值和对应的特征向量。
5 一致性检验。如果不满足,则调整相应的比较矩阵中的元素。
6 将各个特征向量单位化(归一化),组成判断矩阵。
7 将控制层的判断矩阵和网络层的判断矩阵相乘,得到加权超矩阵。
8 将加权超矩阵单位化(归一化),求其K次幂收敛时的矩阵。其中第j列就是网络层中各元素对于元素j的极限排序向量。
(NP is a professor at the University of Pittsburgh TLSaaty presented in 1996, an adaptation of non-independent Hierarchy of decision-making method, which is the analytic network process (AHP) formed on the basis of the development of a new and practical decision-making method . The key steps are the following:
A determining factor, and a network layer and control layer model.
2 create a comparison matrix.
For each of the three types of indicators in accordance with normalized columns.
4 find the maximum for each comparison matrix eigenvalue and the corresponding eigenvectors.
5 consistency test. If not satisfied, then the comparison to adjust the corresponding matrix elements.
6 will each feature vector units of (normalized), to determine the composition of matrix.
7 to determine the control layer and network layer to determine matrix matrix multiplication, to be weighted super-matrix.
8 of the weighted super-matrix units of (normalized), seeking the powe)
- 2010-01-28 09:36:45下载
- 积分:1
-
chapter_8
模糊聚类分析,MATLAB编程实现,很好的很经典的源代码,有详细解释(Fuzzy clustering analysis, MATLAB programming, good classic source code, a detailed explanation)
- 2013-08-05 17:47:46下载
- 积分:1
-
matlab-Algorithm
各类基于matlab的算法的编写,主要是各类数学模型的讲解,以及对于各类数学问题的描述(Various number of algorithms written in the explanation of the mathematical model, as well as a description of the various types of mathematical problems.)
- 2012-05-03 12:59:46下载
- 积分:1
-
故障诊断
采用时域、频域、FFT小波变换及数学形态等分析方法完成对滚动轴承的故障诊断(Fault diagnosis of rolling bearing is completed by using time-domain, frequency domain, FFT wavelet transform and mathematical morphology.)
- 2018-04-01 16:49:07下载
- 积分:1
-
t
说明: MATLAB工具箱:多变量校核技术
TOMCAT A MATLAB toolbox for multivariate calibration techniques(MATLAB toolbox: multivariate calibration techniques TOMCAT A MATLAB toolbox for multivariate calibration techniques)
- 2007-12-20 04:49:07下载
- 积分:1
-
GN
复杂网络中社区划分算法中利用边介数的经典GN算法(Complex network community partitioning algorithm using edge betweenness classic GN algorithm)
- 2021-02-22 22:19:41下载
- 积分:1
-
2030227030038[1]
基于图像梯度的图像识别,英文论文,一种通过图像梯度算法识别图像的方法,提出相对梯度在图像识别的应用(Gradient image based on image recognition, the English paper, an algorithm for identification of images through the image gradient method, proposed by the relative gradient of the application in image recognition)
- 2010-06-11 17:12:38下载
- 积分:1
-
自适应滤波器,噪声消除-AECLMS
自适应滤波器,噪声消除(adaptive filter, noise reduction)
- 2005-02-17 15:56:07下载
- 积分:1