-
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
-
powerharmonicanalysis
用快速傅里叶变换进行电力线谐波分析的一篇文章,大家可以看看(Fast Fourier Transform with the power line harmonic analysis article, we will look)
- 2010-12-01 11:20:11下载
- 积分:1
-
CalculateGilf
to calculate the similarity between many functions
- 2011-01-23 21:14:27下载
- 积分:1
-
cas
Lte fundamentals and mathematical algorithms
- 2013-11-22 20:04:28下载
- 积分:1
-
IIRdigitalfilterdesigncourses
IIR数字滤波器课程设计~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(IIR digital filter design courses ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~)
- 2010-07-20 11:19:03下载
- 积分:1
-
kalman
卡尔曼滤波器的设计在matlab里的实现(the kalman fliter)
- 2011-01-16 11:38:16下载
- 积分:1
-
power_flow
解power flow CODE(學電力系統必備的東西)(內含詳細註解)(Solution of power flow CODE (learn something essential power systems) (includes detailed annotations))
- 2008-04-21 17:12:25下载
- 积分:1
-
jacobi
JACOBI METOD FOR MATLAB
- 2009-11-27 01:10:48下载
- 积分:1
-
Antenna_Gui
c est programme pour afficher les lobs d un antenne
- 2012-06-06 18:52:38下载
- 积分:1
-
matlab_code1
matlab宝典的源代码 可以直接使用 配套书籍为《matlab宝典》(Collection matlab source code can be used directly supporting books as " matlab Collection" )
- 2013-09-27 15:28:12下载
- 积分:1