-
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
-
GPSINSposMatlab
联合开发网 - pudn.com
- 2021-04-04 22:19:04下载
- 积分:1
-
fgarch
说明: 利用Garch模型 预测 可以进行经济数据预测处理(Using Garch model to predict economic data can predict treatment)
- 2011-03-01 14:38:36下载
- 积分:1
-
svm-1
matlab中的svm工具包,是标准化的svm算法,只能用于线性问题,非线性的需用libsvm或lssvm来解决。(svm in matlab Kit, standardized svm algorithm can only be used for linear problems, nonlinear the required libsvm or lssvm of resolve.)
- 2012-05-13 12:51:34下载
- 积分:1
-
ex_7
this code is calculating the transformation matrix for illuminant A and D65 using von kries predicted equation
- 2011-11-18 05:30:26下载
- 积分:1
-
pax
matlab实现彩色图像的余弦压缩变换,分阈值不同显示(matlab color image compression cosine transform, threshold different display)
- 2013-11-24 16:53:36下载
- 积分:1
-
mlclass-ex5
Regularized Linear Regrassion and Bias v.s. Variance
- 2013-12-25 08:35:17下载
- 积分:1
-
matlabtoolbox-image
关于图像处理中常用的一些功能的matlab源代码(Commonly used in image processing on some of the features of the matlab source code)
- 2008-05-03 10:07:03下载
- 积分:1
-
wavelet-transfer
本文主要讲的是图像变化中所使用的小波变换的一些基本知识(This article is primarily concerned with changing the image used in some of the basics of wavelet transform)
- 2011-01-19 11:38:50下载
- 积分:1
-
bearingcodes1
bearing fault matlab codes
- 2014-02-13 11:57:09下载
- 积分:1