-
SGALAB1003beta5006currency
SGALAB工具箱,最新beta5的,主要是刚才从pudn上下了一个垃圾工具箱,东西已经损损坏无法解压了。所以给大家传个新的,肯定能用(Toolbox SGALAB latest beta5, mainly just up and down from a garbage pudn Toolbox, things have been unable to extract a damage loss. So give us a new mass, be sure)
- 2009-04-15 09:16:32下载
- 积分:1
-
guanliandu
这是一种关联度问题的MATLAB的代码有用请下载(if it help,please go ahead)
- 2014-09-14 18:34:18下载
- 积分:1
-
Polarimetric-SAR-classification
极化SAR分类方向的很好的入门PPT资料,对各种相干、非相干分解方法以及监督、非监督分类方法做了简单的阐述(polarimetric SAR decomposition and image classification )
- 2015-05-25 21:56:03下载
- 积分:1
-
通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程
说明: 通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程。
1)初始自对准:利用前10分钟实验车静止的数据进行惯导系统的自对准。采用前2分钟数据进行解析粗对准,后8分钟数据用五状态Kalman滤波器实现精对准;为了验证精对准性能,可在粗对准结果上把航向角人为加一定幅度(如10度)的误差,观察精对准的收敛性能。
2)纯惯导解算:对准结束后转入纯惯性导航解算,要求进行双子样的圆锥和划摇补偿,即每20ms完成一次导航解算,输出完整的导航结果包括三个姿态、两个水平速度和两个水平位置(天向通道发散不必输出),并给出姿态、速度、位置随时间的变化曲线以及位置误差曲线。(The whole process of initial alignment and inertial navigation solution of strapdown inertial navigation system is realized by matlab programming.)
- 2021-04-21 11:18:49下载
- 积分: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
-
Optical-phenomena-simulation
物理光学主要内容的仿真模拟,如双缝干涉,牛顿环现象,夫琅禾费衍射,菲涅尔衍射等(The main content of the physical optics simulation, such as the double-slit interference phenomenon of Newton' s rings, Fraunhofer diffraction Fresnel diffraction)
- 2013-04-29 17:31:28下载
- 积分:1
-
TuLun
图论相关的算法和应用,是自己数学建模时收集和自己开发的一些程序,值得你学习!(Graph-related algorithms and applications, mathematical modeling their own collection and some of their own development process, it is worth you learn!)
- 2020-11-22 15:59:34下载
- 积分:1
-
matlab-tongjifenxi
《matlab统计分析与应用:40个案例分析》一书的全部代码(Matlab statistical analysis and application: 40 case studies of a book all the code)
- 2012-08-16 11:44:06下载
- 积分:1
-
NLS
利用分步傅里叶法求解光纤中脉冲传输的非线性薛定谔方程。(Solves the NLS equation with the split-step method.)
- 2012-08-23 16:24:55下载
- 积分:1
-
ABAQUS_Standard_UMAT_workexample
ABAQUS/Standard 用户材料子程序实例(A standard ABAQUS UMAT workexample.)
- 2013-10-18 19:02:46下载
- 积分:1