-
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
-
MATLAB--examples
深入浅出的介绍matlab一些应用实例,帮助你快速掌握该软件的使用(Some application examples explain profound theories in simple language to introduce MATLAB, used to help you quickly master the software)
- 2013-05-02 23:54:43下载
- 积分:1
-
FF-RLST
系统辨识 自适应控制 经典递推算法 最小二乘递推算法(system identification least square algorithm)
- 2011-11-25 21:33:30下载
- 积分:1
-
基于实测数据的雷达成像方法研究 SAR ISAR-based-on-pratical-datas
雷达成像方面的资深研究专家的博士论文《基于实测数据的雷达成像方法研究》(It is the gradual paper of a professor on SAR/ISAR, which is named SAR_ISAR methods based on pratical datas.)
- 2011-12-08 17:41:25下载
- 积分:1
-
kurt_FastICA
基于峭度的盲源分离,采用FastICA技术,适合初学者(BSS based on kurtosis by FastICA)
- 2014-01-03 14:34:41下载
- 积分:1
-
16-QAM
用matlab实现了16-QAM的调制解调过程,效果良好。(Achieved using 16-QAM matlab modulation and demodulation process to good effect.)
- 2010-10-28 22:32:16下载
- 积分:1
-
Atmomodel76
美国76‘标准大气层模型,包括压力,音速、大气密度等特征(United States 76 standard atmospheric model, including the pressure, the speed of sound, density and other characteristics of the atmosphere)
- 2009-06-14 15:10:11下载
- 积分:1
-
matlab
fft变换举例,实例分析MATLAB 中的FFT变换的使用方法,清晰明了。(fft transform example)
- 2011-05-24 22:50:57下载
- 积分:1
-
print
各种Matlab的输出函数,对应各种算法的输出函数(to print different figures using different algorithms.)
- 2013-04-22 19:29:03下载
- 积分:1
-
lingzhipanduan
判断一个函数的零点位置与各点正负,可输出效果图(A function to determine the position of each point of plus or minus zero, output renderings)
- 2013-12-28 11:19:52下载
- 积分:1