作业帮 > 综合 > 作业

matlab 加 高频噪声

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/21 18:35:18
matlab 加 高频噪声
给原始语音信号加入高频噪声,如5500Hz的随机噪声.观察加入噪声后的时域波形变化及频谱变化.设计合适的滤波器滤除高频噪声.
int index = sortValue.lastIndexOf("-") + 1;
\x09\x09\x09\x09sortValue = sortValue.substring(index);
\x09\x09\x09}
\x09\x09\x09int sv = Integer.parseInt(sortValue);
\x09\x09\x09sortValue = String.valueOf(sv);
\x09\x09} catch (Exception e) {
\x09\x09\x09if (request.getSession().getAttribute("sortIndex") == null) {
\x09\x09\x09\x09request.getSession().setAttribute("sortIndex",1);
\x09\x09\x09} else {
\x09\x09\x09\x09int sortIndex = (Integer)request.getSession().getAttribute("sortIndex");
\x09\x09\x09\x09request.getSession().setAttribute("sortIndex",++sortIndex);
\x09\x09\x09}
\x09\x09\x09sortValue = request.getSession().getAttribute("sortIndex").toString();
\x09\x09}