-
ch8
MATLAB科学计算与工程分析源代码源程序7(MATLAB scientific computing and engineering analysis of the source code source 7)
- 2009-03-24 11:17:55下载
- 积分:1
-
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
-
matrizadmitancia
model to calculate the admitance matrix
- 2011-10-15 06:44:41下载
- 积分:1
-
sildling-mode-control-simulation
滑模变结构控制MATLAB仿真(刘金锟)代码(sliding mode simulation)
- 2014-01-15 16:04:22下载
- 积分:1
-
distancess2curve
Minimize the Euclidean distance to a general space curve from a
- 2010-10-11 07:04:58下载
- 积分:1
-
Turbo-MAP
这是一个有关Turbo码编译码的程序,译码采用的是MAP译码方法,挺好!(This is a Turbo codes in the process of decoding the MAP decoding methods, very good!)
- 2021-04-15 20:48:54下载
- 积分:1
-
affien-invariant-moment
对发生仿射变换的图像,通过计算仿射不变矩来获得图像的不变特征。(Affine transformation of the image occurs, by calculating the affine invariant moment to get the image of the same features.)
- 2011-05-25 19:11:26下载
- 积分:1
-
FastLaplace
fastlaplace算法 线性最优化问题 最小l1范数(fastlaplace algorithm linear optimization minimum of l1 norm)
- 2012-10-10 19:44:52下载
- 积分:1
-
xitongbianshi
系统辨识教材,个人认为很不错,希望对大家有用!(The system identification teaching material, I believe is very good, hoped that is useful to everybody!)
- 2010-11-20 09:14:08下载
- 积分:1
-
FIR_Parallel_algorithm
二并行FIR算法具有速度快的优点,其算法对信号的处理有它独特的优势,其中的源程序对算法进行了仿真,与结论一致(FIR Parallel algorithm
)
- 2010-12-06 18:59:36下载
- 积分:1