写好的程序运行时出现如下错误,
??? Undefined function or method 'butter' for input arguments of type 'double'.
Error in ==> Shot_time_cross_zero_rate at 4
[b,a]=butter(4,[0.025 0.85]);%4阶巴特沃斯滤波器,上下截止频率100Hz,3400Hz
程序前4行如下
clear all
close all
[x,fs,bit]=wavread('F:\test.wav');
[b,a]=butter(4,[0.025 0.85]);%4阶巴特沃斯滤波器,上下截止频率100Hz,3400Hz
慕的地6264312
慕田峪7331174