-
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
-
dp22
calculate MSE and PSNR
- 2009-12-01 11:32:14下载
- 积分:1
-
Inagehistogram
图像直方图均衡化的程序设计库函数验证MATLAB(Image histogram equalization procedure to verify the design of library functions)
- 2009-07-01 11:51:16下载
- 积分:1
-
advisor2002
电动汽车动力性,爬坡性,续驶里程等性能仿真(The electric car performance simulation
)
- 2013-09-10 15:28:20下载
- 积分:1
-
chap2
先进PID控制matlab仿真源代码,典型实例具体说明,清晰易懂。(第二章)(Advanced PID control matlab simulation source code, more typical examples of specific instructions, clear and easy to understand.(Chapter 2))
- 2014-09-28 10:55:21下载
- 积分:1
-
stc_matlab_codes
空时编码的matlab仿真程序,其中包括almouti,空时分组码仿真,空时格行码的设计仿真,不同信噪比下的比较,码长天线数的比较(the simulations of space-time coding are include in this rar file, adhered with the almouti scheme, space-time block cade sheme and space-time trill code sheme. )
- 2013-09-25 15:15:37下载
- 积分:1
-
ICACarNoiseVib
振动信号和噪声信号相关性,simulink s函数(Vibration and noise signals correlation, simulink s function)
- 2014-12-14 16:22:33下载
- 积分:1
-
yewn78.3
This paper presents a new and efficient approach for capacitor placement in
radial distribution systems (RDS) that determine the optimal locations and size of
capacitor with an objective of improving the voltage profile and reduction of power loss.
The solution methodology has two parts: in part one the loss sensitivity factors (LSF) are
used to select the candidate locations for the capacitor placement and in part two a new
algorithm that employs Dijkstra Algorithm (DA) is used to estimate the optimal size of
capacitors at the optimal buses determined in part one. The main advantage of the
proposed method is that it does not require any external control parameters. The other
advantage is that it handles the objective function and the constraints separately. The
proposed method is applied to 33 & 69 RDS. The solutions obtained by the proposed
method are compared with other methods. The proposed method has outperformed the
other methods in terms of the quality of solution.
OPTIMAL C
- 2013-12-16 14:27:18下载
- 积分:1
-
seismic_processing_programme
地震数字处理的基本程序,其中包括滤波褶积,fft,dft,自相关互相关,以及偏移等,对地质学人员比较有用(Digital processing seismic basic procedures, including convolution filter, fft, dft, autocorrelation cross correlation, and offset, etc., more useful for people geology)
- 2013-12-25 15:08:07下载
- 积分:1
-
NewFolder
基于MATLAB的二元光学元件设计研究的源代码(MATLAB-based Design of binary optical elements of the source code)
- 2007-09-24 02:33:01下载
- 积分:1