-
bwyang1
超宽带中的频谱检测算法的MATLAB实现,实用价值高。(Ultra-wideband spectrum detection algorithm in the MATLAB realization of high practical value.)
- 2009-01-08 11:44:13下载
- 积分:1
-
speech_enhancement_simulations
几种增强算法的总结,MATLAB代码,算法包括有:谱减法,MMSE-LOGSTSA ,MMSE-ST-DFT ,decision-Directed method,multi-band 谱减法等(A summary of several enhancement algorithm, MATLAB code, the algorithm include: spectral subtraction, MMSE-LOGSTSA, MMSE-ST-DFT, decision-Directed method, multi-band spectral subtraction, etc.)
- 2010-07-08 15:23:08下载
- 积分:1
-
radar_simulation
高频地波雷达完整仿真matlab程序,可以实现地波传播模块、目标回波功率模块等6个模块的仿真(HF ground wave radar matlab simulation program integrity)
- 2009-03-13 22:31:36下载
- 积分:1
-
EgT_Nitride
This is extention to my earlier code EgT binary -nitride.
In this function , I have implemented the code for ternary nitride also.
- 2010-10-31 12:52:34下载
- 积分:1
-
Principal_Component_Analysis
Principal Component Analysis on the FERET Dataset
- 2010-02-09 21:23:26下载
- 积分:1
-
k-reverberation-simulation
混响研究大牛Douglas A. Abraham的经典非锐利分布混响仿真,注释很详细。(Douglas A. Abraham, Daniel reverberation study classical Non-Rayleigh Reverberation , comment in detail.)
- 2021-03-10 11:39:27下载
- 积分:1
-
Diffrencial-Equations
Solving Diffrential equtions
- 2012-08-06 19:48:23下载
- 积分:1
-
example-DFT-2D
example of use DFT 2D in a gray image by matlab
- 2012-08-18 00:02:39下载
- 积分:1
-
digital-image-homework.doc
图像处理作业:基于高频补偿算法实现图像滤波及分析
数值分析作业:四种方法实现求解根号3的值(Image processing operations: image filtering and analysis of numerical analysis operations: four methods based on high-frequency compensation algorithm to solve the root of the value)
- 2012-11-27 16:19:16下载
- 积分: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