-
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
-
Range-and-azimuth-compression
雷达成像技术包含(一)线性调频信号的匹配及源代码;(二)雷达采集信号的距离向压缩及源代码(三)雷达采集信号的距离徙动校正与方位向压缩及源代码(The radar imaging technique include (a) linear FM signal matching and source code (b) the distance of the radar signal acquisition to the radar signal acquisition, compression and source code (c) distance migration correction and azimuth compression and source code)
- 2012-04-26 21:08:44下载
- 积分:1
-
FraktalT3Dtest
This small function is extension of previous one for 3D case
- 2011-01-21 09:44:12下载
- 积分:1
-
91433
Simulation of Autonomous Navigation Mobile Robot
System
- 2015-01-06 04:43:12下载
- 积分:1
-
Optical-bench4m7
Matlab实现光线跟踪算法,建模光线折射、衰减、像差(Matlab to achieve ray tracing algorithm, modeling of light refraction, attenuation, aberrations)
- 2020-12-31 20:48:58下载
- 积分:1
-
Navie-Bayes
机器学习中关于朴素贝叶斯(NB)方法的Matlab源代码,附带四个数据集用于实验(Machine Learning on Bayesian (NB) method of Matlab source code, with four data sets for experiments)
- 2021-01-13 22:28:47下载
- 积分:1
-
Research-on-Agent
Research on Agent-Oriented Programming
- 2014-12-11 23:07:54下载
- 积分:1
-
fung
The original source codes works on morphing two people faces as a whole and then combine them by cross dissolve. In this project, I have modified the code so that it works on one face and morph partially on the face, such as the mouth, left eye and right eye.(The original source codes works on morphin g two people faces as a whole and then combine the m by cross dissolve. In this project, I have modified the code so that it works on one fa ce and morph partially on the face, such as the mouth, left eye and right eye.)
- 2006-11-10 08:49:15下载
- 积分:1
-
matlab_inverse-kinematics
已知串联机构各个构件的运动,求取其运动所需的力,和其运动学逆解计算(Serial mechanism known to all members of the movement, the force required to strike the motion, and the calculation of inverse kinematics)
- 2011-06-03 19:46:43下载
- 积分:1
-
GPS_BUHUO
GPS码捕获方法及仿真图形,包括对导航电文的读取(GPS code capture method and the simulation, including the navigation message reads
)
- 2014-05-26 13:32:18下载
- 积分:1