代码搜索结果
找到约 1,533 项符合
Speaker 的代码
main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
% %
% Project mmembers: (1) Habi
voice_test.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
% %
% Project mmembers: (1) Habib
mfcc.m
function v= mfcc(s,fs)
% s: No of points
% fs: Sampling rate
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
%
dsp1.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
% %
% Project mmembers: (1)
enroll.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
% %
% Project mmembers: (1) Habi
training.m
function codebook = training(train_dir,n);
% train_dir : string name of directory contains all train sound files
% n : number of train files in traindir
% codebook : trained VQ codeboo
add_2_database.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Speaker Recognition System %
% %
% Project mmembers: (1)
song.v
module song(clk_6MHz,clk_4Hz,speaker,high,med,low);
input clk_6MHz, clk_4Hz;
output speaker;
output[3:0] high,med,low;
reg[3:0] high,med,low;
reg[13:0] divider,origin;
reg[7:0] counter;
reg spe
speaker.c
#include "2407c.h"
#define HPICL (*((unsigned char*)(0xe000)))
#define HPICH (*((unsigned char*)(0xe001)))
#define HPIAL (*((unsigned char*)(0xe002)))
#define HPIAH (*((unsig