-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
mulawanduniform
it is about analysis of picture using matlab.
- 2010-08-21 16:11:50下载
- 积分:1
-
mapprojection
matlab用于图形图像处理,小波分析等(a book oabout matlab,which can use operating picture,wavelet,etc)
- 2009-12-23 09:12:05下载
- 积分:1
-
ds_ss_rake
RAKE receiver for direct-sequence spread spectrum systems
Simulink model of a simple direct-sequence spread spectrum system with RAKE reception(RAKE receiver for direct-sequence spread spectrum systems Simulink model of a simple dir ect- sequence spread spectrum system with RAKE reception)
- 2006-10-09 14:52:25下载
- 积分:1
-
Class-Work-1
this code for matlab education
- 2012-08-25 21:45:20下载
- 积分:1
-
2
说明: matlab实现:①递推增广最小二乘参数估计(RELS)②确定性系统的递推梯度校正参数估计(RGC)③递推最小二乘参数估计(RLS)④递推极大似然参数估计(RML)⑤递推随机牛顿参数估计(RSNA)(Matlab: (1) augmented recursive least square parameters estimation (RELS) (2) of a deterministic system recursive gradient correction parameter estimation (RGC) (3) recursive least squares (RLS) (4) parameter estimation, the recursive maximum likelihood parameter estimation (RML) (5) recursive random Newton parameter estimation (RSNA)
)
- 2011-12-05 19:08:57下载
- 积分:1
-
root-locus_from_scratch_Matlab
Root-locus method teaching from scratch in matlab.
- 2014-02-07 07:29:50下载
- 积分:1
-
gaijinsanbantu
matlab制作散斑图的程序,可以在窗口输入散斑大小和密度(speckle pattern produced matlab program, you can enter the speckle size and density in the window)
- 2015-10-12 09:35:14下载
- 积分:1
-
getfod+zielger
zileger和getfod函数可以实现对传递函数分析,计算PID的三个参数,便于进行设计PID(zileger and getfod function can be achieved on the transfer function analysis, computation of the three PID parameters, to facilitate the design of PID)
- 2007-10-27 17:03:03下载
- 积分:1
-
abfilterandKalmanfilter
本程序给出了ab滤波算法和Kalman滤波算法。
程序以叠加噪声的二维CV运动为例(包含轨迹突变情况),分别运用了ab滤波算法和Kalman滤波算法
对运动轨迹进行了跟踪,并比较了滤波性能。(This program give the Kalman filter algorithm and ab filter algorithm.
Program uses the two-dimensional noise superimposed exercise as an example CV (including locus mutation), respectively ab filtering algorithm using Kalman filtering algorithm and
Exercise carried out on the track to track, and compare the performance of the filters.)
- 2009-03-31 18:14:56下载
- 积分:1