-
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
-
chengxushejijiaochengmatlab1
很好的matlab教程,交你学回如何利用matlab边车能够,是个很不错的教程!(good Matlab and guidance to pay you to learn how to use Matlab to edge car, it is a very good tutorial!)
- 2006-05-27 11:50:34下载
- 积分:1
-
robot-path-planning
机器人栅格地图创建,机器人栅格地图的路径规划问题(Robot raster maps to create the path planning, robot grid map)
- 2020-06-29 13:20:02下载
- 积分:1
-
PSO
新的微粒群算法 利用matlab实现 简单(a new PSO)
- 2009-04-20 09:45:49下载
- 积分:1
-
PeMAQ16
PeMAQ16 error probability for 16qam modulation
- 2009-06-03 03:39:45下载
- 积分:1
-
a
说明: 缴费点选址问题,是数模中的热点,可以通过对最短路程、居民满意度、排队等待时间综合考虑,得到较为全面合理的结果(Payment point location problem is one of several modes in the hot, can by the shortest distance, residents satisfaction, waiting time into account, to be more comprehensive and rational results)
- 2011-06-26 15:30:59下载
- 积分:1
-
6
说明: 龚纯主编的“matlab语言常用算法程序集”的第6章 源代码(Gong pure edited " matlab language commonly used algorithm for assembly," Chapter 7 source code)
- 2012-12-03 19:07:29下载
- 积分:1
-
GM(1_1
GM(1,1)模型的matlab编码,实用型(GM (1,1) model matlab coding, practical)
- 2013-03-31 13:31:39下载
- 积分:1
-
3D_Channel_Model_Stand_Alone
3GPP 3D信道模型 TR36.873(3GPP 3D channel model according to TR36.873)
- 2016-03-16 22:21:12下载
- 积分:1
-
Quadratemagnetic
This is used to draw the magnetic field strength of coil square program.(This is used to draw the magnetic field strength of coil square program)
- 2010-09-07 10:24:29下载
- 积分:1