-
MATLAB
matlab语言常用算法程序集_龚纯,包括很多常用算法的程序
(matlab include the programmes of most popular algorithms)
- 2010-11-16 19:16:42下载
- 积分:1
-
jcontrol
该程序提供一种在matlab中调用java.awt和javax.swing库的方法()
- 2007-07-24 16:45:06下载
- 积分:1
-
car-plate-detection
This Matlab code is written by me and its purpose is for car plate detection by using labeling and morphological operation. Its very fast and simple. for working on specific database it needs to change structural elements of morphological operation and also the area of white pixels in labeling part. for any information you can contact with me through my email.
- 2013-08-29 16:17:41下载
- 积分: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
-
MATLABCODE
MATLAB常用算法的程序集,对matlab学习者来说是不错的资料(The MATLAB algorithms commonly used procedures set matlab learners good information)
- 2013-04-18 17:18:02下载
- 积分:1
-
renlianshibie
基于KL变换的人脸识别技术,仅供参考,matlab文件(The technology of face recognition based on KL transform, for reference only, the matlab file)
- 2015-04-16 21:29:56下载
- 积分:1
-
bursa7
说明: 空间直角坐标转换,BURSA模型解算七参数(Transformation of space rectangular coordinate and solution of seven parameters with bursa model)
- 2020-02-07 17:16:13下载
- 积分:1
-
QuadraticQuadAssemble
QuadraticQuaassemble 的源程序 matlab有限元分析源程序 (QuadraticQuaassemble source matlab source Finite Element Analysis)
- 2013-11-11 13:36:05下载
- 积分:1
-
R001.m
贝叶斯回归分析,以二维图像线性拟合为例,解决过度拟合问题(Bayes regression)
- 2013-12-13 13:13:25下载
- 积分:1
-
load_parameters
this file implements the set-up of the simulation parameters for wimax matlab simulator. can be used for communications simulations. implemented as a matlab function file. very easy to use
- 2012-01-23 23:25:46下载
- 积分:1