-
lunwen
说明: 基于麦克风阵列的声源定位,四元十字阵的matlab仿真(Microphone array based sound localization, four-element Array of matlab simulation)
- 2021-03-11 16:49:26下载
- 积分:1
-
1
说明: 高斯消去法和高斯列主元消去法以及解线性下三角形方程组(Gaussian elimination and principal component Gaussian elimination and the solution of linear triangular equations)
- 2012-12-28 19:24:40下载
- 积分:1
-
Multivariable_Function_Extremum_with_MATLAB
根据高等数学求多元函数极值的思想,编写相应的MATLAB求极值程序。三个例子源自同济版《高等数学》中例题。(According to the Multiple Functions of Higher Mathematics extreme ideas, to prepare the corresponding MATLAB for extreme process. Three examples from Tongji Edition "Higher Mathematics" in the example.)
- 2010-05-12 23:28:51下载
- 积分:1
-
3MFCC
自己用的一个求MFCC参数的程序,绝对好用,带原始数据,可直接运行(A program and MFCC parameters, absolutely easy to use, with the original data, and can be run directly)
- 2013-04-19 19:37:54下载
- 积分:1
-
OFDM_matlab
对文本文件和音频文件进行OFDM调制和16QAM调制的matlab仿真。(Text documents and audio files to OFDM modulation and 16QAM modulation matlab simulation.)
- 2008-06-03 13:01:31下载
- 积分:1
-
xiaoqiuxialo
这是一个用MATLAB编的模拟一个小球的下落过程 ,很不错,希望和大家分享.(This is an addendum to the MATLAB simulation of a small ball on the whereabouts of course, very good, and he hopes to share with you.)
- 2007-05-05 11:08:52下载
- 积分:1
-
MATLABPGUI
Matlab GUI界面编程,Matlab GUI界面编程(matlab GUI)
- 2012-05-31 10:08:27下载
- 积分:1
-
gpuKit
graphic processing unit kit for matlab
- 2011-11-09 00:41:14下载
- 积分:1
-
RLS
用matlab实现RLS滤波,最小二乘估计算法是以最小误差平方和为优化目标的。(RLS filter using matlab, least squares estimation algorithm is the smallest sum of squared errors for the optimization objectives.)
- 2013-11-25 19:52:41下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1