-
cxcorr
cross correlation of a signals can find with this code
- 2010-07-11 12:41:06下载
- 积分:1
-
map3d
在Matlab中实现了三角网的自动剖分,并显示三维的程序。(Implemented in Matlab, automatic triangular mesh subdivision, and displays the three-dimensional process.)
- 2009-12-01 18:08:54下载
- 积分:1
-
Matlab-LaTex
在Matlab中使用LaTex字符的文档(The use of LaTex in Matlab documentation of the characters )
- 2014-08-18 17:06:03下载
- 积分:1
-
DSMatlab
DS证据理论的实现 采用MATLAB编写源码 将证据理论进行实现调试(The DS theory shixian )
- 2021-04-12 10:28:57下载
- 积分:1
-
mielou_v58
脉冲响应的相关分析算法并检验,从先验概率中采样,计算权重,小波包分析提取振动信号中的特征频率。( Related impulse response analysis algorithm and inspection, Sampling a priori probability, calculate the weight, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-01-03 19:42:56下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
Beamforming_my
常规波束赋形代码,对于初学者具有一定的参考价值(Conventional beamforming code, has a certain reference value for beginners)
- 2020-11-01 12:19:55下载
- 积分:1
-
Application-de-la-commande-Neuronale
Application de la commande Neuronale
- 2015-01-27 01:20:32下载
- 积分:1
-
exmmatlab
matlab数值计算代码,MATLAB开发人员编写,推荐(matlab numerical code, written in MATLAB developers recommend)
- 2015-03-07 11:38:40下载
- 积分:1
-
mircogird
电压暂降正周期有效值,是四案例工程中比较常见的算法。(t=0:0.0002:0.2 y=cos(100*pi*t) y1=0.5*cos(100*pi*t) y(200:600)=y1(200:600) for i=1:1:901 u(i)=sqrt(sum(y(i:i+99).^2)/100) end plot(u) xlable( 采样点数 ) ylable( u ) )
- 2015-05-23 16:13:31下载
- 积分:1