登录
首页 » matlab » TLSSC-master

TLSSC-master

于 2016-04-14 发布 文件大小:71KB
0 197
下载积分: 1 下载次数: 100

代码说明:

  两级空间搜索优化的立体麦克风阵列声源定位matlab程序,采用SRP-PHAT技术,有效抗混响及噪音。(Fast Sound Source Localization Using Two-Level Search Space Clustering Simple demonstration using simulated data)

文件列表:

fast_sound_source_localization_using_TLSSC-master
.................................................\1_gen_simul_data
.................................................\................\freq_conv.m,1667,2015-06-22
.................................................\................\ISM_AbsCoeff.m,13994,2015-06-22
.................................................\................\ISM_AudioData.m,12508,2015-06-22
.................................................\................\ISM_RIRpow_approx.m,4652,2015-06-22
.................................................\................\ISM_RIR_bank.m,7060,2015-06-22
.................................................\................\ISM_RIR_DecayTime.m,7746,2015-06-22
.................................................\................\ISM_RoomResp.m,11228,2015-06-22
.................................................\................\ISM_RT_check.m,12294,2015-06-22
.................................................\................\ISM_setup.m,5225,2015-06-22
.................................................\................\ld_RIRlist.m,3112,2015-06-22
.................................................\................\main.m,1453,2015-06-22
.................................................\................\mk_dir.m,3755,2015-06-22
.................................................\................\mk_ISM_RIRs.m,6384,2015-06-22
.................................................\................\PrintLoopPCw.m,2764,2015-06-22
.................................................\................\reusefig.m,2331,2015-06-22
.................................................\................\SetUserVars.m,3310,2015-06-22
.................................................\2_data_preproceesing
.................................................\....................\enframe.m,4947,2015-06-22
.................................................\....................\frameExtracter_mat.m,1673,2015-06-22
.................................................\....................\ld_vadlist.m,3238,2015-06-22
.................................................\....................\main.m,771,2015-06-22
.................................................\....................\VAD.m,5757,2015-06-22
.................................................\....................\vadrun.m,1336,2015-06-22
.................................................\3_gen_TLSSC_TDOA_table
.................................................\......................\main.m,1838,2015-06-22
.................................................\......................\mk_tdoa_table_full.m,2430,2015-06-22
.................................................\......................\mk_tdoa_table_inverse.m,2410,2015-06-22
.................................................\......................\mk_tdoa_table_ssc.m,3273,2015-06-22
.................................................\......................\mk_tdoa_table_tlssc.m,3552,2015-06-22
.................................................\4_TLSSC_SRP-PHAT
.................................................\................\ld_vadlist.m,3523,2015-06-22
.................................................\................\main.m,1451,2015-06-22
.................................................\................\srp_phat_forward_map.m,1802,2015-06-22
.................................................\................\srp_phat_inverse_map.m,2586,2015-06-22
.................................................\................\srp_phat_ssc.m,1685,2015-06-22
.................................................\................\srp_phat_tlssc.m,2346,2015-06-22
.................................................\................\SSL_1_full_search.m,3993,2015-06-22
.................................................\................\SSL_2_inverse_map.m,4250,2015-06-22
.................................................\................\SSL_2_inverse_map_run.m,918,2015-06-22
.................................................\................\SSL_3_SSC.m,3900,2015-06-22
.................................................\................\SSL_4_SSC2.m,4103,2015-06-22
.................................................\................\SSL_4_SSC2_run.m,902,2015-06-22
.................................................\README.md,1071,2015-06-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • P0306
    采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波(2D median filtering function medfilt2 right by the Salt and Pepper noise image filtering)
    2013-07-09 11:12:29下载
    积分:1
  • Matlab2010
    虽然为一本旧版本的书,但是一本较清晰的教科书,附录中有一些常用概念的索引也非常有用(Although an old version of the book, but a clear textbook appendix useful index of some commonly used concepts)
    2012-10-25 02:19:58下载
    积分:1
  • Large-MIMO-Systems-(2014)
    2014年出版的大规模MIMO原版书籍 Chockalingam A., Rajan B.S.-Large MIMO Systems-CUP (2014)(Chockalingam A., Rajan B.S.-Large MIMO Systems-CUP (2014))
    2015-02-27 14:27:30下载
    积分:1
  • DTMB
    DTMB,全称Digital Television Terrestrial Multimedia Broadcasting。上述资料包含了最新标准,及链路级仿真matlab代码(Digital Television Terrestrial Multimedia Broadcasting)
    2020-11-06 11:29:50下载
    积分:1
  • importantsmithchartlihui
    可以绘制Smith圆图,经过适当修改 可以进行圆图匹配(Smith chart can be drawn, after appropriate modifications can be matched chart)
    2011-05-10 10:26:56下载
    积分:1
  • matlab-utility
    matlab实用程序 100个实用的程序(matlab practical utility program 100)
    2010-08-13 14:51:12下载
    积分:1
  • statistics_lognormal
    1. 608组样本,第一列数字是标号,第二列数字是出现损坏的时间,第三列表示数据有效性,为0有效 2. 损坏时间是对数正态分布的,需要拟合 3. 求均值80%置信区间 4. 成本为m,价格为s,保证盈利20%,选取保修期 5. 比较保修期和拟合数据的均值 6. 若保修期就是拟合损坏时间的均值,求出利润率 loadd.m:加载样本数据,并选取有效数据 period.m:加载成本、价格数据,计算利润和保修期的关系(1.608 groups of samples, the first number is the label, the second column number is the time to appear damage, the third list shows the validity of the data, which is 0 effective. 2. damage times are logarithmic normal distribution and need to be fitted 3. mean in 80% confidence interval 4. the cost is m, the price is s, the profit is 20%, the warranty period is selected. 5. compare the mean value of the warranty period and the fitting data 6. if the warranty period is to fit the mean damage time, the profit rate is calculated. Loadd.m: load the sample data and select the valid data Period.m: loading cost, price data, and calculating the relationship between profit and warranty period)
    2018-03-05 16:58:00下载
    积分:1
  • 53677763SSI-MATLAB
    说明:  SSI随机子空间方法进行结构振动信号模态特征的提取。(SSI random subspace method is used to extract the modal characteristics of structural vibration signals.)
    2020-05-23 16:18:56下载
    积分:1
  • speech
    语音识别0到9十个数字,是函数,识别率90 以上.(speech recognition)
    2012-04-30 12:55:47下载
    积分:1
  • windmatlab
    运用wind matlab 进行量化投资, 例子包括 期货 期权 股票 债券等 (some samples for quantitative investing using matlab)
    2014-08-27 23:59:50下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载