-
zuixiaowaijiejuxing
用MATLAB编写的图像最小外接矩形拟合代码(MATLAB prepared by the image minimum exterior rectangle fitting code)
- 2015-03-25 15:20:05下载
- 积分:1
-
interpft_cubic
对非同步采样数据进行三次样条插值同步化处理,进而可进行谐波分析。(The asynchronous sample data can be synchronized by using the interpolation of cubic function)
- 2014-02-21 18:29:04下载
- 积分:1
-
k_means-matlab
matlab语言实现的k-means算法,用于对数据对象进行分类。(matlab language of the k-means algorithm to classify the data objects.)
- 2010-07-24 09:24:16下载
- 积分: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
-
ttt
This is the VC 6.0 automobile license plate recognition system Its basic tenets are based on the use of color plates on the latest technology to identify the license plate. Related technologies : vehicle positioning, character positioning plates tilt corrected, such as character recognition. Source code can be directly translated operations, the identification requirements for image color photographs of 2
- 2010-02-11 01:46:23下载
- 积分:1
-
beampattern
MIMO雷达发射方向图设计源码,大家可以参考(MIMOradar transmit beampattern)
- 2021-03-16 20:29:21下载
- 积分:1
-
xuwhite
岩石物理,Xu-White公式,用于计算岩石物理参数(Xu-white )
- 2013-05-30 09:51:14下载
- 积分:1
-
PI_adjust
单相并网逆变器,使用无源阻尼,实现并网电流波形和电网电压波形同频同相(Single-phase grid-connected inverters, using passive damping, realize grid-connected current waveform and grid voltage waveform in the same frequency and phase)
- 2019-04-26 16:39:24下载
- 积分:1
-
Rapson_numerical
In this experiment our equation is f(x0)=x^3-3x-1.We have to find the real root of this equation between 1 and 2.The programme has been shown in the"new_rap"
We have done the comparison between the Newton Rapson method the false position method
- 2011-02-07 11:35:31下载
- 积分:1
-
模式识别
电子科大matlab作业实例,可以进行参考(Matlab example of UESTC)
- 2020-07-10 20:38:54下载
- 积分:1