-
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
-
dsisoftv5
具有特色的地震数据处理源码,由matlab语言编写,可用于各个版本的matlab(characteristics of the seismic data processing source code from Matlab language, can be used for all versions of Matlab)
- 2007-04-30 23:09:26下载
- 积分:1
-
FFTK
一个FFT改进版程序,使用kaiser窗;可以方便地打出信号的频谱包络,以及算出SNR/SINAD/THD/SFDR等各种数值。工程上使用非常便利(FFT with Kaiser Wndw, easily plot out the Frequent spetrum and the SNR/SINAD/THD/SFDR performance values)
- 2021-02-20 21:59:43下载
- 积分:1
-
ok_sim_simple_flc2
Effective math model of IPMSM with 2 output fuzzy logic controller as speed controller. Good for simulation results.
- 2009-11-17 05:59:47下载
- 积分:1
-
MinimumSettlingTimeControlDesign
本matlab源代码是为最小稳定时间控制设计的。该源代码能够将设计控制器的新方法显式地减少的时间响应的解决时间。(Matlab source code is the minimum settling time for the control design. The source code is able to design new ways to control explicitly the solution to reduce the response time to time.)
- 2011-09-28 16:06:57下载
- 积分:1
-
matlab7
有关matlab7如何运用的介绍,详细,充分(For matlab7 how to use the introduction of a detailed, fully)
- 2012-05-04 22:25:31下载
- 积分:1
-
feature_selection
特征选择。。。。。。。。。。。。。。。。。。(feature selection。。。。。。。。)
- 2011-07-17 09:39:22下载
- 积分:1
-
kalman.txt
kalman filter code for position detection
- 2014-11-27 18:44:53下载
- 积分:1
-
chaosimmune
混沌免疫原理与应用文章合集,包括混沌和免疫如何结合。(Articls for chaos immune)
- 2010-07-14 11:46:08下载
- 积分:1
-
MySin
通过simulink建模实现不同正弦信号的产生,此模型可作为正弦信号发生器。(Simulink modeling through the implementation of different sinusoidal signal generation, this model could serve as a sinusoidal signal generator.)
- 2009-03-21 16:10:34下载
- 积分:1