-
cross_sections
使用matlab计算多种气体的碰撞截面。(Calculate cross-section )
- 2009-06-25 21:53:39下载
- 积分:1
-
RegressionAnalysis
说明: Matlab数值计算,回归分析,多元线性回归,Matlab统计工具箱的使用(Matlab numerical calculation, regression analysis, multivariate linear regression, statistical Matlab Toolbox use)
- 2006-04-21 12:31:15下载
- 积分:1
-
Elasticity-imaging-algorithm
弹性成像国内研究的最新进展,两篇重要的英文文献,很受启发,欢迎相关领域的研究者参考(The latest progress elastography domestic research, two important English literature, very enlightening, researchers in related fields are welcome reference)
- 2014-10-08 18:24:58下载
- 积分:1
-
quanzhanyishujuduru
利用Matlab读入全站仪的数据,并进行简单的数据处理(failed to translate)
- 2013-05-06 15:15:51下载
- 积分:1
-
AdapGA
AdapGA 用自适应遗传算法求解一维无约束优化问题
(AdapGA with adaptive genetic algorithm for one-dimensional unconstrained optimization problems)
- 2012-12-03 23:11:26下载
- 积分:1
-
spline3
三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第 1 边界条件为例,
用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。通过 Matlab 编制三次样条函数的通用程序,
可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图。(Cubic spline interpolation function boundary condition for the practical problems cubic spline interpolation required to give the state the endpoint. In the first boundary condition, for example, with a node represents the second derivative of the cubic spline interpolation function for solving the relevant equations with catching method. General Procedure prepared by the cubic spline function Matlab, can directly display each range segment cubic spline function body expression, to the point of interpolation is calculated and displayed for each interval segment curve.)
- 2015-09-16 11:33:23下载
- 积分:1
-
estimator
Introduction to channel estimation by using LS and MMSE.
- 2008-04-24 18:13:09下载
- 积分: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
-
KL
说明: 用MATLAB仿真KL变换,并与DCT变换进行了比较(KL transform using MATLAB simulation and a comparison with the DCT transform)
- 2011-06-25 13:16:50下载
- 积分:1
-
attachments_22_08_2009
bpsk modem for software defined radio complete
- 2010-01-13 18:04:21下载
- 积分:1