飞利浦算法 提取音频指纹 便于音频识别 P_audio.m
clearall;clc;closeall;
Sam_rate=128;%采样率
%Au=wavread('C:\Users\user\Desktop\drop.wav');
%len32=round(11.6/1000*32*Sam_rate*1024);
%len1=round(11.6/1000*Sam_rate*1024);
%Win_hann=hanning(len32);
%f1=Au(1:len32,1);
%Af1=f1.*Win_hann;
%plot(Af1,'r');holdon;plot(f1)
%F_f1=fft(f1);
%F_Af1=f
下载地址
用户评论
初学者,学习了,还行
用MATLAB 写的,没试,只是看了一下
程序貌似没对哎