-
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
-
PCA
说明: 对给定的数据,利用PCA求取数据中主分量(Given the data, using principal component in the PCA data to strike)
- 2011-03-17 09:09:09下载
- 积分:1
-
ED2---Tarea-2---CodigoFuente---FabioCarvajal--Fra
C++ red and black tree implementation
- 2014-12-19 12:00:22下载
- 积分:1
-
模型预测控制(全面讲解)
是一个讲解十分详细的模型预测控制入门教程(Is a very detailed tutorial on model predictive control)
- 2017-06-03 15:54:23下载
- 积分:1
-
spectrumAnalysis
Different Spectrum analysis with matlab
- 2015-04-10 11:41:53下载
- 积分:1
-
GPSNavigationToolbox
mathworks公司开发的GPS工具箱,有一定参考价值,但需要进一步完善(MathWorks developed GPS toolbox, must have reference value, but necessary to further improve the)
- 2009-03-03 20:30:46下载
- 积分:1
-
04
说明: 本程序采用传统的snake模型,改进后通过双线性实现彩色图像放大,效果良好(The program uses the traditional snake model, improved by bilinear achieve color image to enlarge, to good effect)
- 2011-09-05 21:50:17下载
- 积分:1
-
MATLAB
矢量化编程技巧,基本的一些调试技巧,适合于初学者,非常有用(failed to translate)
- 2010-06-29 23:07:31下载
- 积分:1
-
practica_11_cuantizacion_senoidal
cuantizacion uniforme para una señ al senoidal
- 2009-12-15 11:22:39下载
- 积分:1
-
ofdm-(2)
ofdm chennel estimation
- 2013-11-21 13:15:22下载
- 积分:1