代码搜索:Sound

找到约 10,000 项符合「Sound」的源代码

代码结果 10,000
www.eeworm.com/read/489833/6462417

m no2.m

f=8000; F=349.23; G=392; Db=293.66; C=523.25; D=587.33; T1=0:1/f:0.25; T2=0:1/f:0.5; s1=sin(2*pi*C*T2).*B(0.5,f); s2=sin(2*pi*C*T1).*B(0.25,f); s3=sin(2*pi*D*T1).*B(0.25,f); s4=sin(2*pi*G*T
www.eeworm.com/read/489657/6468621

c 3_21.c

/*--------例程3-21--------*/ #include main() { int freq; for(freq=50;freq
www.eeworm.com/read/488830/6486517

h tv.h

/******************************************************************************\ Project Version: MTKCARDVD() ********************************************************************************
www.eeworm.com/read/486041/6541793

lkf debug.lkf

-z -c -m"./Debug/AIC23BConfig.map" -o"./Debug/AIC23BConfig.out" -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib" "D:\program\AIC23_SOUND\d
www.eeworm.com/read/486041/6541810

lkv debug.lkv

-z -c -m"./Debug/AIC23BConfig.map" -o"./Debug/AIC23BConfig.out" -w -x -i"c:/ti/c5500/bios/lib" -i"c:/ti/c5500/rtdx/lib" -i"c:/ti/c5500/xdais/lib" -i"c:/ti/c5500/cgtools/lib" "D:\program\AIC23_SOUND\d
www.eeworm.com/read/486092/6543191

c p_view.c

/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So
www.eeworm.com/read/486092/6543267

c p_view.c

/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free So
www.eeworm.com/read/483253/6602345

asv boxing.asv

close all; clc; PV=[235 180 664 463]; m_gui_luyin=figure('Position',PV,... 'Resize','off',... 'Numbertitle','off',...%'color',BACK_COLOR,... 'Name','信号观测'); set(m_gui_luyin,'MenuBar','n
www.eeworm.com/read/483253/6602422

m shibie.m

fname = sprintf('..\\yuyin_HMM\\luru.wav'); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); for j=1:10 pout(j) = viterbi(hmm{j}, m); end [d,n] = max(pout);
www.eeworm.com/read/483253/6602436

asv shibie.asv

fname = sprintf('..\\yuyin_HMM\\luru.wav'); x = wavread(fname); [x1 x2] = vad(x); m = mfcc(x); m = m(x1-2:x2-2,:); for j=1:10 pout(j) = viterbi(hmm{j}, m); end [d,n] = max(pout);