代码搜索:SOUNDSC
找到约 50 项符合「SOUNDSC」的源代码
代码结果 50
www.eeworm.com/read/287770/8670635
m soundsc.m
function soundsc(s)
% $Id: soundsc.m 93 2005-10-24 13:54:45Z bassus $
s1 = s.s/(1.01*max(max(abs(s.s))));
if isunix
wavwrite(s1,s.time.fs,'/tmp/wave.wav');
!play /tmp/wave.wav
!rm /tmp/wave.w
www.eeworm.com/read/346459/11743315
m soundsc.m
function soundsc(s)
% $Id: soundsc.m 93 2005-10-24 13:54:45Z bassus $
s1 = s.s/(1.01*max(max(abs(s.s))));
if isunix
wavwrite(s1,s.time.fs,'/tmp/wave.wav');
!play /tmp/wave.wav
!rm /tmp/wave.w
www.eeworm.com/read/203890/15349882
m soundsc.m
function soundsc(s)
% $Id: soundsc.m 93 2005-10-24 13:54:45Z bassus $
s1 = s.s/(1.01*max(max(abs(s.s))));
if isunix
wavwrite(s1,s.time.fs,'/tmp/wave.wav');
!play /tmp/wave.wav
!rm /tmp/wave.w
www.eeworm.com/read/439651/7704165
m soundsc01.m
[y, fs]=wavread('welcome.wav');
sound(y, fs);
fprintf('Press any key to continue...\n'); pause
soundsc(y, fs);
www.eeworm.com/read/162605/10291584
m main.m
clc; % clear the command line
clear all; % clear the workspace
%
% system constants
% ---------------
InputFilename = 'aa.wav'; %change it according to your wave files
[inspeech, Fs, bits] =
www.eeworm.com/read/162605/10291596
m s2df.m
clc; % clear the command line
clear all; % clear the workspace
%
% system constants
% ---------------
InputFilename = 'aa.wav'; %change it according to your wave files
[inspeech, Fs, bits] =
www.eeworm.com/read/161832/10366913
m seed.m
% Basic projection pursuit algorithm demonstrated on 2 sound signals,
% only one signal is extracted here.
% The default value of each parameter is given in [] brackets.
% [0] Set to 1 to hear si
www.eeworm.com/read/446357/7580938
m main.m
%main.m
clc; % clear the command line
clear all; % clear the workspace
%
% system constants
% ---------------
InputFilename = 'S2ofwb.wav'; %change it according to your wave files
[inspeech,