-
25811265sound_analysis
主要是通过matlab编写设计一个矩形窗的程序(Written mainly by matlab program to design a rectangular window)
- 2010-11-10 19:24:53下载
- 积分:1
-
main_lms_eq1
用LMS算法实现自适应均衡器的MATLAB程序(LMS)
- 2010-01-12 16:24:00下载
- 积分:1
-
bode-plot
obtain actual Bode plot
- 2014-09-14 19:39:08下载
- 积分:1
-
TRACKEYE811
包括瞳孔和虹膜的半径找眼睛的瞳孔部位和眼睛虹膜的部分 同时会标基础眼睛中心的位置 (找眼睛的瞳孔部位和眼睛虹膜的部分 同时会标基础眼睛中心的位置 包括瞳孔和虹膜的半径-Find parts of the eye pupil and the iris of the eye at the same time part of the logo based on the location of the eye including the pupil center and iris radius)
- 2011-08-15 06:30:08下载
- 积分:1
-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
MatLabV1.0
MatLabV1.0最初的matlab版本,大家可以试着玩玩!(MatLabV1.0 initial version of Matlab, we can try to play!)
- 2005-08-31 21:11:25下载
- 积分:1
-
matlab-scan
matlab种子扫描算法的实现,共有两个文件,都是matlab的m文件,已经试过了,可以正常运行(Seeds of MATLAB scanning algorithm, a total of two documents, are matlab m file, have tried, can be normal operation)
- 2012-04-14 17:09:32下载
- 积分:1
-
lms_flp32
TigerSharc TS201 floating point lms filter routine(TigerSharc TS-201 floating point lms filte r routine)
- 2006-11-06 22:42:57下载
- 积分:1
-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1
-
mean_shift
均值平移的跟踪代码,能够对目标物体进行良好的跟踪(This file is the implementation of the mean shift algorithm. It can work well in tracking the target object)
- 2010-05-18 14:06:34下载
- 积分:1