-
ParticleFilter
说明: 此粒子滤波程序采用重采样算法,用于二维平面目标跟踪(This procedure uses resampling particle filter algorithms for two-dimensional plane tracking)
- 2010-03-31 11:39:08下载
- 积分:1
-
qpsk_raise_cosine1
QPSK瑞利信道衰减仿真全过程,加成型滤波等。(QPSK Rayleigh channel simulation of the whole process of decay, plus shaping filtering.)
- 2013-08-22 21:47:25下载
- 积分:1
-
blackjack
matlab,关于扑克牌识别的matlab程序,很不错(matlab, on identification cards matlab procedures, very good)
- 2008-12-11 14:44:09下载
- 积分:1
-
MFCC
自己写的提取音频信号mfcc参数的算法,用matlab实现,欢迎大家参考(Write their own audio signal MFCC extraction algorithm parameters, using matlab to achieve, welcome to the reference)
- 2008-01-23 23:43:09下载
- 积分:1
-
GPSDREKF
卡尔曼滤波在组合导航定位系统的应用仿真实现(The application of kalman filter in integrated navigation positioning system simulation)
- 2014-10-27 16:47:09下载
- 积分:1
-
CMA
16QAM盲均衡,恒模算法,400次仿真,做出星座图,误差曲线(blind equalizaton for 16QAM,constant modulus algorithm,realization 400times ,constellation ,mmse curve)
- 2013-08-31 18:07:45下载
- 积分:1
-
vibration
振动分析matlab程序,用于固有频率振型求取。(vibration analysis matalb code)
- 2013-11-23 13:23:50下载
- 积分:1
-
1001-0548(2013)03-0380-05
基于复互小波分析的模拟电路故障诊断方法1001-0548(2013)03-0380-05(Faults diagnosis approach for analog circuit based on complex cross-
wavelet transform
)
- 2014-02-01 23:35:05下载
- 积分:1
-
HUANJIN
一个黄金分割法的MATLAB程序,并有相应例子(A golden section method of MATLAB program, and a corresponding example)
- 2010-10-29 15:29:23下载
- 积分:1
-
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