-
missile_zhz
MATLAB对理想情况下的追踪法导引仿真(MATLAB an ideal case-tracking-guided simulation)
- 2009-09-07 08:40:49下载
- 积分:1
-
imgProcess-(2)
实现了图像的一些基本运算,包括高低通滤波(Realize the image of some of the basic operation, including high and low pass filter)
- 2014-10-16 14:27:18下载
- 积分:1
-
qinhuaci
弹奏青花瓷的matlab代码 (Blue and white porcelain matlab program play)
- 2013-11-18 15:07:38下载
- 积分:1
-
tajisjut
基于人工神经网络的常用数字信号调制,模式识别中的bayes判别分析算法,一个很有用的程序,有PMUSIC 校正前和校正后的比较,滤波求和方式实现宽带波束形成,相关分析过程的matlab方法,利用自然梯度算法。( The commonly used digital signal modulation based on artificial neural network, Pattern Recognition bayes discriminant analysis algorithm, A very useful program, A relatively before correction and after correction PMUSIC, Filtering summation way broadband beamforming, Correlation analysis process matlab method, Use of natural gradient algorithm.)
- 2016-04-07 22:56:18下载
- 积分:1
-
RLS_Libattery
基于递归最小二乘算法在线辨识锂离子电池一阶模型参数。(The first order model parameters of lithium ion battery are identified online based on recursive least square algorithm.)
- 2020-11-27 11:59:30下载
- 积分:1
-
33
说明: good code in matlab pro
- 2011-01-18 21:19:17下载
- 积分:1
-
shuzi
这个是我数字信号处理这门课的课程设计,文件包括用matlab编写的代码和设计报告.这个设计包括卷积演示程序、采样定理演示程序、模拟滤波器设计演示程序、设计切比雪夫I型低通滤波器、切比雪夫I型低通滤波器、双线性变换法设计巴特沃斯低通数字滤波器、用凯塞窗设计高通滤波器.(This is my curriculum design of digital signal processing of this course, the file including the use of matlab code and design report. This design includes convolutional demo program, sampling theorem demo, analog filter design demo program, design of Chebyshev type I low pass filter, Chebyshev type I low pass filter, bilinear transform design Butterworth low pass digital filter, high pass filter design with Kaiser window.)
- 2014-07-31 10:13:16下载
- 积分: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
-
PCA-TEST
pca算法,有详细注释,通过光谱区分苹果酸甜度,对于想学习pca算法的初学者,有很大帮助(pca algorithm, detailed notes, by spectroscopic distinguish sour apple degree, want to learn pca algorithm for beginners, there are a great help)
- 2015-10-12 17:33:32下载
- 积分:1
-
sph1
The smooth particle
hydrodynamics (SPH), the diffuse element method (DEM), the element-free Galerkin
method (EFGM), the reproducing kernel particle method (RKPM), the moving-particle
semi-implicit method (MPS) are among others. However, it seems that these meshless
methods have not succeeded in replacing the FEM analysis completely, while they show
excellent performance in several special fields.
- 2010-07-30 02:18:10下载
- 积分:1