代码搜索:语音降噪
找到约 2,424 项符合「语音降噪」的源代码
代码结果 2,424
www.eeworm.com/read/447711/7546336
m program_17_02_special.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小
www.eeworm.com/read/439198/7714528
m cep2.m
clear all
load ma1_4;
x=ma1_4;
figure,plot(x);
len=length(x);
fss=enframe(x,256,128);xlabel('采样点数');ylabel('幅度');title('原始语音图像');
%分帧加窗
F=8000;
[row,col]=size(fss);%记录分帧后矩阵大小
www.eeworm.com/read/197112/8028304
m 例程17-2.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小
www.eeworm.com/read/197111/8028528
m 例程17-2.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小
www.eeworm.com/read/241728/13123726
lik a2000_auto.lik
Version: 3.0
Options: m37
Obj: "E:\PROGRA~1\Sunplus\UNSPID~3\IDE180\startupD.obj"
Obj: "F:\电子竞赛\竞赛光盘\基础篇\语音功能-向\ele_competition\ele_competition\voice\a2000_Auto\Debug\Resource.obj"
Obj: "F:\电子竞赛\竞
www.eeworm.com/read/239368/13283661
chs h_client.chs
[General]
Language=Chinese
Charset=134
Font=MS Sans Serif
fontsize=9
[TSplashForm]
Title=灰鸽子
[THgzVip]
Caption=灰鸽子 VIP 1.2
Sound1=本机没有可用的声卡设备,您将无法使用语音功能!
IPtoAdder1=IP地址格式不对!
IPtoAdder2
www.eeworm.com/read/239368/13283844
chs h_client.chs
[General]
Language=Chinese
Charset=134
Font=MS Sans Serif
fontsize=9
[TSplashForm]
Title=灰鸽子
[THgzVip]
Caption=灰鸽子 VIP 1.2
Sound1=本机没有可用的声卡设备,您将无法使用语音功能!
IPtoAdder1=IP地址格式不对!
IPtoAdder2
www.eeworm.com/read/306392/13745504
c alarm.c
/*本程序专用于闭塞系统的语音报警
创 建:曾银玲
日 期:2008/03/19
*/
#include
#include
#include
#include
#include
#include
uint8 WriteBits_1700
www.eeworm.com/read/489816/6461851
m program_17_02_special.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小
www.eeworm.com/read/156378/11807602
m 例程17-2.m
%装载语音信号
N=1024;
s=wavread('m?l.wav',N);
figure(1);
plot(1:N,s,'LineWidth',2);
xlabel('时间 n');
ylabel('幅值 A');
%选用小波函数
wavelet='db5';
%分解级数
level=5;
%压缩参数
alpha=1.5;
%阈值类型
sorh='h';
%小