-
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
-
5
Simulation Montecarlo Integral2
- 2013-11-09 19:30:07下载
- 积分:1
-
ELSA_v0.1.tgz
This package contains the code for the Enhanced Local Subspace Affinity (ELSA)
with Enhanced Model Selection (EMS+) and number of motions estimation
based on the eigenvalue spectrum of the Symmetric Normalized Laplacian matrix.
- 2013-12-07 05:31:52下载
- 积分:1
-
CFAR-radar-deal-(CFAR)-Comparison
说明: 我们知道进行雷达的恒虚警处理(CFAR)是非常重要的(We know that the radar CFAR (CFAR) is very important)
- 2011-03-09 11:36:08下载
- 积分:1
-
00
说明: DVHOPE算法 网络技术中经典算法 适合初学者(DVHOPE algorithm for network technology in the classical algorithm for beginners)
- 2010-04-03 14:46:56下载
- 积分:1
-
three-tank-stepresponse
基于三阶水箱液位控制系统的常规PID控制(pid control)
- 2021-04-04 17:29:04下载
- 积分:1
-
ex8_5
matlabGUI学习例程。注意使用的时候,matlab的单引号的用法。(matlabGUI learning routines. Note the use matlab usage of single quotes.)
- 2013-03-22 21:46:02下载
- 积分:1
-
MKmatlab
Mann-Kendall突变检测,是matlab源码,可以正常运行(Mann-Kendall mutation detection)
- 2012-11-10 10:55:29下载
- 积分:1
-
pmsm
同步电机建模,用于各种使用永磁同步发电机或电机的模型,如风力发电机的应用(modeling of PMSM)
- 2020-09-27 16:37:46下载
- 积分:1
-
fit_logistic
Fit time series Q(t) to a logistic function.
Inputs (vectors of same size): t (time) & Q
Outputs: Qpre (logistic model fit to data) and three independent parameters: thalf, Qinf, and a, describing the logistic
Q(t) = Qinf/(1 + exp(-a*(t-thalf)))
Qinf is value as t --> infinity
thalf is time of symmetric inflection point
a is time decay constant
Written by James Conder, Southern Illinois University, Oct. 2010
- 2014-02-14 18:29:17下载
- 积分:1