-
LPFleida
Pf粒子滤波实现的目标跟踪程序,可实现针对非高斯噪声情况下的跟踪(Pf particle filter to achieve tracking procedures, can be non-Gaussian noise for tracking cases)
- 2010-07-19 10:17:42下载
- 积分:1
-
Fundamentals_of_Statistical_Signal_Processing-Esti
这本 stevenkay 关于谱估计 信号估计 部分的英文书。
要想搞透信号估计,检测,,还是要看看这个的。
这个领域工作的人,若需要讨论,也可以找我。
毕竟能够和你讨论的人,非常少。希望我能帮上一点点。(This stevenkay on spectrum estimation signal estimation part of the English books. To estimate things through signals, detection, or to see that' s. People who work in this area, if necessary to discuss, you can find me. After all, who can discuss with you, very small. Hope I can be a little bit.)
- 2010-05-26 18:14:42下载
- 积分:1
-
my-program
使用线性调频信号,实现雷达信号的脉冲压缩,MTI,MTD(Use chirp signal, pulse compression radar signal, MTI, MTD)
- 2021-04-27 23:48:44下载
- 积分:1
-
yuanzhuyoumo
说明: 计算有限长圆柱轴承的雷诺方程的有限差分法。(A finite difference method for calculating the Reynolds equation of a finite length cylindrical bearing.)
- 2020-10-10 10:37:35下载
- 积分:1
-
Matlab-Codes
Basic programmes on images
- 2014-08-26 22:08:22下载
- 积分:1
-
FSK
说明: 使用matlab软件实现fsk的调制与解调(fsk modulation and demodulation)
- 2011-04-09 21:23:52下载
- 积分:1
-
OCR2
this code is to do OCR using NN
- 2010-05-25 13:16:42下载
- 积分:1
-
111
function pi = solve2(count,m,cc)
借助布冯投针实验 仿真求pi的值
pi=0
frq=0
randNo = binornd(1,cc,1,m)
pro=zeros(1,count)
for j=1:count
for i = 1:m
if randNo(1,i) == 1
frq = frq + 1
end
pro(i) = frq/i
end
pi = (2*m)/frq
pro(j) = pi
end
pro = pro,num =1:count
plot(num,pro) (function pi = solve2 (count, m, cc) to vote with Buffon needle experiment simulation find the value of pi pi = 0 frq = 0 randNo = binornd (1, cc, 1, m) pro = zeros (1, count) for j = 1: count for i = 1: m if randNo (1, i) == 1 frq = frq+ 1 end pro (i) = frq/i end pi = (2* m )/frq pro (j) = pi end pro = pro, num = 1: count plot (num, pro) )
- 2011-05-24 15:39:41下载
- 积分:1
-
Kalman-Filtering--II
学习卡尔曼滤波的经典材料,理论很详细,配有Matlab程序,很值得一看,强烈推荐。(Kalman Filtering using matlab have theory and program which is fit to the students)
- 2014-08-16 13:29:51下载
- 积分:1
-
trait_du_son
Speech analysis and parameter extraction
Short-term analysis, frames and windows
- 2010-08-09 11:18:28下载
- 积分:1