-
xsk_rd1
sar雷达成像算法仿真,希望有高手指点一下!(sar radar imaging algorithm simulation, you would like to have expert advice!)
- 2007-05-24 14:52:04下载
- 积分: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
-
SpecViewer
使用matlab仿真hitran,用以计算气体吸收系数计算(Use matlab simulation hitran, to calculate gas absorption coefficient calculation)
- 2009-12-20 18:38:56下载
- 积分:1
-
PandO_2
code for mppt perturb and observe algorithm
- 2013-08-03 20:16:36下载
- 积分:1
-
231226
空间后方交汇求解相机外方位元素,变量如下
% x,y 控制点像点坐标
% X,Y,Z 控制点空间坐标
%f焦距
%X0,Y0,Z0,a,b,c六个外方位元素
%x0,y0,-f内方位元素:光心坐标
%cha,chb,chc:外方位角元素改正数
%count 记录迭代次数
%R 旋转矩阵
%A 线性化的偏导系数矩阵
%L 常数项矩阵
%M0 外方位元素矩阵
%M1 外方位元素改正数矩阵(meeting space for rear camera position outside elements, as follows% variable x, y control point pixel coordinates% X, Y, Z coordinates control room focal length f%% X0, Y0, Z0, a, b, c 6 exterior orientation elements% x0, y0,- f position within elements : Optical Center coordinates% cha, chb, chc : Foreign elements azimuth correction% record count the number of iterations rotation matrix R%% A linear partial derivative of the coefficient matrix% L constant Matrix% M0 Orientation% M1 matrix elements of exterior orientation correction matrix)
- 2006-11-09 14:26:51下载
- 积分:1
-
g31
QAM系统蒙特卡罗仿真,高斯Q函数,误差计算,图形分析,实验要求(QAM system Monte Carlo simulation, the Gaussian Q function, error calculation, graphical analysis, test requirements)
- 2011-06-29 20:38:12下载
- 积分:1
-
m
说明: m序列发生器及其自相关
m序列构成的信号(矩形脉冲)
m序列sinc成形信号的自相关(m-sequence generator and its associated m-sequences formed from the signal (rectangular pulse) m sinc sequence forming signal autocorrelation)
- 2011-06-24 18:31:56下载
- 积分:1
-
MQAM_SNR
对实带通和复基带的MQAM的信噪比进行仿真,绘制信噪比曲线、眼图和星座图,在MATLABR2009b上可正常运行(real bandpass and complex baseband simulation of signal to noise ratio of MQAM, including signal to noise ratio curve drawing, eye diagrams and constellation diagrams, can be run in MATLABR2009b)
- 2011-07-01 09:46:48下载
- 积分:1
-
SVM
支持向量机。。。。。。。。。。。。。。。。。(Support vector machines. . . . . . . . . . . . . . . . .)
- 2011-07-17 09:40:43下载
- 积分:1
-
BCHDecode
关于BCH码的解码matlab程序。可以作为函数引用。(BCH code decoding matlab program. As a function reference.)
- 2012-08-17 17:15:01下载
- 积分:1