-
Motion-H1
用matlab做的一个比较短小的动画,需要更复杂的话可以逐步扩展(A simple animation that made by matlab , If you need to be more complex ,pls write other programs to extend it.)
- 2010-06-17 22:46:07下载
- 积分:1
-
mapping-algorithm
enhanced mapping algorith for loclaization and mapping problem
- 2013-07-28 06:09:23下载
- 积分:1
-
IAE
IAE方法检测过程的振荡。绝对积分误差方法。(IAE approach for oscillation detection)
- 2013-08-10 20:18:14下载
- 积分:1
-
Magawick_temp
Madgwick filter for AHRS
- 2020-06-21 03:00:01下载
- 积分:1
-
56745921libsvm-matlab2.85
一个很好的matlab总svm组建,调试后非常好用(A good general svm matlab formed, was very useful debugging)
- 2010-09-19 11:51:17下载
- 积分:1
-
802.11b-PHY-MATLAB-Code
该matlab程序是IEEE 802.11b的物理层仿真程序,仿真了1Mbps下DBPSK调制方式的BER(this is a matlab programme which simulat the ber of IEEE 802.11b with DBPSK in 1Mbps.)
- 2011-07-26 15:56:52下载
- 积分:1
-
arqr
QR factorization for least squares estimation of AR model.
- 2013-01-25 20:10:40下载
- 积分:1
-
dstatcom.mdl
this simulation is dsatatcom with matlab
- 2012-09-10 17:28: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
-
zishiyinglvbo
一种自适应滤波算法,适应滤波、去噪的一个小程序(An adaptive filtering algorithm
)
- 2011-06-01 20:29:23下载
- 积分:1