-
kalman
kalman滤波程序,是一种数据融合程序,主要用以组合导航(kalman filtering process, is a data integration process, mainly for navigation)
- 2010-10-25 21:18:33下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
Sprinkler_test
贝叶斯网络教案中的洒水车源代码,含抽样代码。(Bayesian model case study in the sprinkler)
- 2013-11-10 10:27:52下载
- 积分:1
-
net_matlab
小世界,无标度网络的生成及度分布,集聚系数等计算的程序代码(Small world, scale-free network generation and distribution, the clustering coefficient calculation code)
- 2010-07-10 16:30:56下载
- 积分:1
-
HowtousetheHMMtoolbox
说明: 隐马尔可夫模型工具箱使用说明,以HMM工具箱的一个例子作为使用示范。(Hidden Markov Model Toolkit for use to HMM toolbox as an example of a demonstration.)
- 2010-04-08 15:59:16下载
- 积分:1
-
jvzhentezhengzhijisuan
MATLAB矩阵特征值生成 .M文件
里面5个以上例子(MATLAB matrix eigenvalue generated. M file which more than 5 examples)
- 2010-06-01 13:44:39下载
- 积分:1
-
xyzplotter
matlab code
it is describe about the inpainting of the image
- 2013-01-18 13:29:40下载
- 积分:1
-
MIMO
MIMO雷达杂波谱分析,非常有用,适合高级编程员应用(MIMO radar clutter spectrum analysis)
- 2011-10-21 17:24:54下载
- 积分:1
-
MATLAB-neural-network
《MATLAB 神经网络30个案例分析》源程序和数据,给需要的人。(MATLAB neural network analysis of 30 cases of source and data to the need.)
- 2015-04-12 12:20:31下载
- 积分:1
-
matlab
说明: 杂波模型,可用于雷达信号处理中,其中模型为瑞利分布(Clutter model can be used for radar signal processing, which for the Rayleigh distribution model)
- 2008-09-10 19:23:57下载
- 积分:1