-
extrapolate
GPS广播星历经典外推程序,简单明了,易于理解的外推程序 (GPS broadcast ephemeris extrapolation procedure)
- 2010-07-27 16:23:42下载
- 积分:1
-
LMSAlgorithmDemo
LMS 最小军方误差算法仿真
可用于人工神经网络和自适应滤波(military smallest error LMS algorithm can be used for simulation of artificial neural networks and adaptive filtering)
- 2007-04-10 14:35:36下载
- 积分:1
-
89898989898989
一个基于小波变换的图形去噪程序 matlab源程序代码(one based on wavelet transform graphics denoising procedures Matlab source code)
- 2007-06-05 22:18:58下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
xiaobosuanfa
采样频率
fs=10000
轴承外环故障信号
fid=fopen( bearingout.dat , r ) 故障
N=1024
xdata=fread(fid,N, int16 )
fclose(fid)
xdata=(xdata-mean(xdata))/std(xdata,1)
时域波形
figure(1)
plot(1:N,xdata)
xlabel( 时间 t/n )
ylabel( 电压 V/v )
db10小波进行4层分解
一维小波分解
[c,l] = wavedec(xdata,4, db10 )
重构第1~4层细节信号
d4 = wrcoef( d ,c,l, db10 ,4)
d3 = wrcoef( d ,c,l, db10 ,3)
d2 = wrcoef( d ,c,l, db10 ,2)
d1 = wrcoef( d ,c,l, db10 ,1)
( Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1) )
- 2011-05-21 16:48:36下载
- 积分:1
-
chebyshev-2zhilainghua
chebyshev 2值量化辛辛苦苦的编程 奉献给大家 ,愿大家在混沌序列上共同提高(chebyshev 2 value quantization laboriously programming dedicated to you, everyone is willing to jointly improve the chaotic sequence)
- 2013-08-22 13:38:54下载
- 积分:1
-
buck_close_loop
Boost converter for voltage boost and buck.
- 2013-03-22 19:35:29下载
- 积分:1
-
Introduction-to-Fuzzy-Logic-using-MATLAB
Fuzzy Logic, at present is a hot topic, among academicians as well various programmers. This book is provided to give a broad, in-depth overview of the field of Fuzzy Logic. The basic principles of Fuzzy Logic are discussed in detail with various solved examples. The different approaches and solutions to the problems given in the book are well balanced and pertinent to the Fuzzy Logic research projects. The applications of Fuzzy Logic are also dealt to make the readers understand the concept of Fuzzy Logic. The solutions to the problems are programmed using MATLAB 6.0 and the simulated results are given. The MATLAB Fuzzy Logic toolbox is provided for easy reference
- 2013-12-09 22:50:10下载
- 积分:1
-
frit_toolbox
脊波工具和相关实验以及有关实验数据,对实现脊波应用有着相当重要的源码(Ridgelet tools and related experiments and the experimental data, the application of the realization of ridgelet have very important source)
- 2009-01-08 11:27:34下载
- 积分:1
-
ProblemsGeneration
在用遗传算法进行JOBSHOP-SHEDULING时,编写的针对LMAX及CMAX的问题产生程序段。(Using genetic algorithm JOBSHOP-SHEDULING when prepared LMAX and Cmax for the problem of program segment.)
- 2008-05-27 12:08:44下载
- 积分:1