-
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
-
34325398fuel-cell-simulink-simulation-model
燃料电池 simulink仿真模型,主要用于燃料电池系统仿真(fuel cell simulink models)
- 2019-03-29 16:34:26下载
- 积分:1
-
gpops
GPOPS是一个可以进行大规模非线性优化的MATLAB工具箱. (GPOPS is a large-scale nonlinear optimization toolbox of MATLAB.)
- 2009-06-14 19:10:25下载
- 积分:1
-
FFT
应用MATLAB对加速度时程进行快速傅立叶变换,并绘加速度时程图和频谱图.(FFT and plot picture)
- 2021-02-25 10:29:38下载
- 积分:1
-
MATLAB-7-GUIDE
Matlab guide for fundamental research in communication
- 2011-09-01 19:56:01下载
- 积分:1
-
Handbook-of-Mathematics--5th-2007
非常好的--/---非常全/---数学手册/2007版(Mathematical manual/2007)
- 2013-03-08 19:51:04下载
- 积分:1
-
pacc
介绍eeacc pacc pacs,发表国外期刊或者核心期刊都必须要的(Introduction eeacc pacc pacs,Post foreign journals or periodicals must be the core)
- 2014-01-09 16:06:50下载
- 积分:1
-
fegnlifadianMPPT
风力发电最大功率点跟踪,采用爬山法,matlAB自带永磁同步电机,buck电路降压(Wind power maximum power point tracking, using climbing method, matlAB own permanent magnet synchronous motor, buck buck circuit)
- 2014-02-27 16:21:53下载
- 积分:1
-
KNN
说明: 完成KNN聚类,是一种比较基础的聚类算法,根据与邻居之间的距离判断(finish knn cluster,it is a basic function,you can use it to complish a cluster)
- 2021-01-22 09:46:32下载
- 积分:1
-
LFM1_mp_1
实现宽带线性调频信号LFM的MP算法的分解,DOA测向(The MP algorithm to achieve wideband linear FM signal LFM decomposition DOA finding)
- 2012-06-04 23:11:03下载
- 积分:1