-
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
-
Hanning-window-filter
Hanning window filter
- 2012-11-03 13:03:45下载
- 积分:1
-
mm-rof
介绍了在ROF系统中毫米波产生的三种基本原理,对于初学者打基础来说相当不错。(Introduced in the millimeter wave ROF system produced three basic principles, laying the foundation for the beginner is quite good.)
- 2010-05-10 12:43:57下载
- 积分:1
-
VMD
VMD用于信号去噪,去噪效果优于EMD,是EMD算法的一种改进算法(VMD for signal denoising, denoising effect is better than EMD, EMD algorithm is an improved algorithm)
- 2021-04-19 11:28:51下载
- 积分:1
-
AdpativeBeamforming
本文介绍了智能天线准自适应波束形成的仿真算法(In this paper, quasi-smart antenna adaptive beamforming algorithm for the simulation)
- 2008-05-10 13:14:37下载
- 积分:1
-
PD_radius_of_a_single_arm_and_the_sliding_mode_con
说明: 橈性單節機械臂PD與順滑模態控制器設計 (PD radius of a single arm and the sliding mode controller design )
- 2010-04-21 21:15:21下载
- 积分:1
-
VB-and-Matlab-integration-for
VB与Matlab集成求解车间调度优化问题,详细的论文解说。(VB and Matlab integration for solving job shop scheduling problem)
- 2011-07-12 15:57:12下载
- 积分:1
-
shadowing_model
Here is a matlab code for describing the effect of shadowing in the wireless channel
- 2018-02-17 04:32:55下载
- 积分:1
-
TestFFT2
simulink的fft分析 中间加入hamming窗口(fft simulink in the middle of adding hamming window of)
- 2011-01-11 03:07:43下载
- 积分:1
-
toolbox_wavelets
我找到的matlab的最新工具箱,能解决很多问题,由于内容很杂,有这方面需要的朋友不妨下载看看,仔细研究一下,或许有新的发现(I find the latest Matlab Toolbox can solve many problems, since the content is very complicated, and a need of a friend may wish to download look carefully, there may be a new discovery)
- 2006-05-18 20:55:26下载
- 积分:1