-
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
-
scme
LTE中SCME信道的matlab仿真代码(SCME channel simulation code in LTE)
- 2013-03-25 19:30:35下载
- 积分:1
-
lyapunov
改程序可以用于通过定义法计算系统的最大lyapunov指数。(Program can be used to change the system by defining a method to calculate the maximum lyapunov exponent.)
- 2014-12-14 10:23:31下载
- 积分:1
-
KramersKronigrelations
进行KK关系的计算,对于因果事件的分析有好处(KK relations for the calculation of benefits for the causal analysis of events)
- 2021-03-23 10:49:16下载
- 积分:1
-
matlab-creat-grey-model
分析灰色预测模型基本原理的基础上,利用MATLAB强大的矩阵功能,用MATLAB实现灰色预测GM(1,1)模型算法,并通过实例分析验证了程序的准确性和可靠性。(Grey forecasting model of the basic principle, using the powerful MATLAB matrix functions, with the MATLAB implementation Grey GM (1,1) model algorithm, and an example of program verify the accuracy and reliability.
)
- 2011-05-24 20:12:53下载
- 积分:1
-
boost
its a source code of boost converter. in matlab .it is rar file.thank you
- 2014-08-17 11:08:30下载
- 积分:1
-
Image-Reconstruction--
用matlab建立光学综合孔径望远系统的仿真程序,包括成像系统的MTF分析及图像重构。(Image Reconstruction Technique of the Optical Synthetic Aperture in the Telescope
)
- 2021-03-23 14:49:15下载
- 积分:1
-
GOA (2)
optimization algorithm optimization algorithm
- 2020-12-28 09:59:02下载
- 积分:1
-
ajas581083-1090
Simulink Model of Direct Torque Control of Induction Machine
- 2010-08-20 05:16:43下载
- 积分:1
-
BENT_Lastfluss_Matlab
It s an example to calculate Loadflows with Matlab
- 2010-08-31 20:27:21下载
- 积分:1