-
SLAM-MATLAB-code
slam仿真工具箱,包含slam的matlab仿真源程序以及slam学习程序(slam simulation toolbox, matlab simulation source code contains slam and slam learning process)
- 2021-01-05 23:38:54下载
- 积分:1
-
w_pulse_compress_LFM
matlab仿真匹配滤波器程序,很不错的(Matlab simulation matched filter procedures, very good)
- 2020-11-01 11:19:55下载
- 积分:1
-
dynare
一些货币政策DSGE模型用Matlab实现的程序合集(Monetary policy DSGE model using Matlab program collection)
- 2013-04-24 11:22:26下载
- 积分:1
-
st
说明: matlab 实现一维S变换 逆变换,S变换由加拿大地球物理专家Stockewell 首先提出具有独特的优点(matlab realize one-dimensional inverse transform S transform, S transform geophysical experts from Canada Stockewell first has a unique advantage of)
- 2008-05-17 19:20:23下载
- 积分:1
-
C++ProgrammingHOW-TO
a useful c++ pdf for beginners, the document contains examples and tips and also a simple explanation.
- 2010-05-24 23:50:52下载
- 积分:1
-
Matlab
matlab波速成形,讲解波束成形的过程,以及形成的方法(and matlab is wave velocity molding, explain the beamforming process and the method of forming)
- 2012-11-08 23:17:29下载
- 积分:1
-
matlab-yuandaima
《Matlab辅助现代工程数学信号处理》西安电子科技大学出版社出版配套代码的代码(The auxiliary modern engineering mathematics Matlab signal processing "xian university of electronic science and technology publishing supporting code
)
- 2011-12-29 19:13:08下载
- 积分:1
-
MFiles
ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC check:
- 2010-05-09 23:45:49下载
- 积分:1
-
Matlab
杜达的《模式分类》第二版的配套的Matlab源代码( Pattern Classification, the second edition of supporting Duda of Matlab source code)
- 2014-11-05 21:49:50下载
- 积分: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