-
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
-
Mathworks.Matlab.R2014b.CR
Math Works Matlab R2014B final release
- 2014-12-29 03:59:51下载
- 积分:1
-
DIP Assignment 4
This is one more image processing project done in Matlab.
- 2018-07-02 21:10:36下载
- 积分:1
-
one_dimension_wavelet
一维小波数据处理,matlab,有详细的注释和效果对比(1 dimension wavelet transform, detailed comments included in the files)
- 2010-08-22 16:55:37下载
- 积分:1
-
tda8271
TDA8271的C驱动,NXP Digital TV Tunner(TDA8271 C-drive, NXP Digital TV Tunner)
- 2009-12-25 10:27:49下载
- 积分:1
-
Wind-with-Induction
Wind System with Induction Generator
- 2014-12-23 08:28:15下载
- 积分:1
-
QAMandQPSK_Rayleigh
Matlab code for QPSK and QAM under rayleigh envrionment
- 2010-02-11 17:54:44下载
- 积分:1
-
nn4
conitnue for last m file
- 2011-08-26 16:06:06下载
- 积分:1
-
chap4
《matlab应用大全》赵海滨编著,清华大学出版社,第四章主讲字符串分析(The application of matlab Zhao Haibin compiled, tsinghua university press, the fourth chapter analysis on strings)
- 2013-10-31 09:35:10下载
- 积分:1
-
OFDM
这是两个比较完整的matlab程序,希望对大家有用(These are two relatively complete matlab program, we want to be useful)
- 2010-08-15 15:17:32下载
- 积分:1