-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-2.htm
118 lines (96 loc) · 5.49 KB
/
index-2.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="Wei Xue" />
<meta name="copyright" content="2015" />
<meta name="rating" content="General" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>Resources | Wei Xue</title>
<link rel="stylesheet" href="jquery.fancybox.css" tppabs="http://www.wei-xue.com/assets/scripts/fancybox/jquery.fancybox.css" />
<link rel="stylesheet" href="wxue.css" tppabs="http://www.wei-xue.com/assets/css/wxue.css" />
<!--[if IE ]><link rel="stylesheet" href="ie.css" tppabs="http://www.wei-xue.com/assets/css/ie.css" /><![endif]-->
<link rel="shortcut icon" href="http://www.wei-xue.com/assets/img/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="http://www.wei-xue.com/assets/img/apple-touch-icon.png">
<script src="modernizr.custom.js" tppabs="http://www.wei-xue.com/assets/scripts/lib/modernizr.custom.js"></script></head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MVPJJG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MVPJJG');</script>
<!-- End Google Tag Manager -->
<div id="container">
<header id="header" class="clear">
<h1 id="title"><a href="index.htm" tppabs="http://www.wei-xue.com/" title="Wei Xue">Wei Xue</a></h1>
<nav id="nav" class="nav">
<ul>
<li><a href="index.htm" tppabs="http://www.wei-xue.com/" class="">Home</a></li>
<li><a href="index-0.htm" tppabs="http://www.wei-xue.com/experiences/" class="">Experiences</a></li>
<li><a href="index-1.htm" tppabs="http://www.wei-xue.com/publications/" class="">Publications</a></li>
<li><a href="index-2.htm" tppabs="http://www.wei-xue.com/resources/" class="on">Resources</a></li>
<li><a href="index-3.htm" tppabs="http://www.wei-xue.com/contact/" class="">Contact</a></li>
</ul>
</nav>
</header>
<!-- //End: Header -->
<div id="main">
This page contains some resources which I find useful for the speech signal processing research. <br><br>
<h1><I>Toolboxes</I></h1><br>
<ol>
<li> <b>Voicebox</b>: A matlab toolbox developed by Mike Brookes in Imperial College London, which includes most speech processing algorithms.
<li> <b>RIR Generator</b>: A matlab toolbox written by Emanuel Habets for generating the multi-channel Room Impulse Responses with the image method.
<li> <b>BSS locate</b>: A toolbox for source localization in stereo convolutive audio mixtures.
</ol><br>
<h1><I>Databases</I></h1><br>
<ol>
<li> <b>Single-channel</b><br>
Clean Speech: 863 TEST, TIMIT, Havard Sentences, TSP database (Telecommunications and signal processing laboratory, Multimedia Signal Processing)<br>
Clean Noise: NOISEX 92<br>
Noisy Speech: NOIZUS, Aurora-5<br><br>
<li> <b>Multi-channel</b><br>
Clean Speech: SiSEC 2010 noisy speech dataset<br>
Clean Noise: SiSEC 2010 noisy speech dataset<br>
Noisy Speech: CMU Robust Speech Recognition Group: Microphone Array Database (cmu_tms_multimic), DEMAND: Diverse Environments Multichannel Acoustic Noise Database<br>
Room Impluse Response: ACE Chanllenge, Bell Labs varechoic chamber impulse response, ICSI Meeting Room Acoustics Measurements, MARDY, Multichannel Impulse Response Database at BIU, Aachen Impulse response (AIR) database<br>
<br>
</ol>
<h1><I>Conferences and Journals on Speech Signal Processing</I></h1>
<br>
<ol>
<li><b>Conferences</b>: ICASSP, InterSpeech, EUSIPCO, WASPPA, IWEANC<br>
<li><b>Journals</b>: IEEE Transactions on Audio, Speech, Language Processing, IEEE Transactions on Signal Processing, IEEE Signal Processing Letters, IEEE Journal of Selected Topics on Signal Processing, Journal of the Acoustical Society of America, Speech Communication, Applied Acoustics
</ol>
</div>
<!-- //End: Main -->
<div id="push-footer"></div>
</div>
<!-- //End: Container -->
<footer id="footer" class="clear">
<p>COPYRIGHT ©Since 2015 Wei Xue. All Rights Reserved.</p>
</footer>
<!-- //End: Footer -->
<script src="jquery.min.js" tppabs="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='jquery.js'/*tpa=http://www.wei-xue.com/assets/scripts/lib/jquery.js*/%3E%3C/script%3E"));
}
</script>
<script src="script.js" tppabs="http://www.wei-xue.com/assets/scripts/script.js"></script>
<!--[if lt IE 7 ]>
<script src="dd_belatedpng.js" tppabs="http://www.wei-xue.com/assets/js/libs/dd_belatedpng.js"></script>
<script> DD_belatedPNG.fix('img, .png_bg');</script>
<![endif]-->
</body>
</html>