-
Simple-global-positioning-system-to-achieve-easy-s
简单的全球定位系统源码 matlab实现 easy(Simple global positioning system to achieve easy source matlab)
- 2009-11-23 16:22:44下载
- 积分:1
-
Mean-ShiftClustering
说明: mean shift算法在聚类中的matlab实现(mean shift clustering algorithm to achieve the Matlab)
- 2006-04-26 21:23:31下载
- 积分:1
-
YALMIP工具箱 免费版(附使用方法)
说明: YALMIP工具箱和英文例子demos,下载后将文件移至matlab的toolbox文件夹中,便可以使用(Yalmip toolbox and English example demos. After downloading, move the file to the toolbox folder of MATLAB, and you can use)
- 2021-03-01 16:59:34下载
- 积分:1
-
MatLab
主要介绍了一些Matlab的各种命令,有利于初学者对Matlab的学习。(introduced the orders of Matlab.)
- 2010-03-10 10:23:57下载
- 积分:1
-
Wavelet_OMP
说明: 用于图形图像处理中的图像压缩。其中的方法是用于压缩感知.(Graphic image processing for image compression. One method is for compressed sensing.)
- 2011-03-08 11:36:00下载
- 积分:1
-
lf
说明: 在matlab中经常用到的函数,用来实现利用3阶,44阶函数(Often used in matlab, used to realize the function of 3 order, 44 order function)
- 2011-06-12 21:40:52下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
SEP-Protocol-in-Matlab
SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks
- 2014-01-15 21:55:54下载
- 积分:1
-
wsnproto
Wireless sensor network mac protocols.Its explanations...and implementations
- 2010-08-20 02:19:35下载
- 积分:1
-
2
说明: 当前对机动目标跟踪的算法研究主要集中在交互式多模型((IMM)算法,它己被证明是目前混合系统估计算法中性价比最好的算法。(Maneuvering target tracking algorithm research focuses on the interacting multiple model ((IMM) algorithm, which has proved to be the best cost-effective algorithm in the current hybrid system estimation algorithm.)
- 2012-08-19 15:42:03下载
- 积分:1