搜索:STE
找到约 5 项符合「STE」的查询结果
结果 5
https://www.eeworm.com/dl/656/181445.html
Java书籍
build java program written by Stuart Reges and Marty Ste
build java program written by Stuart Reges and Marty Ste
https://www.eeworm.com/dl/527/180271.html
通讯/手机编程
reviews radar waveforms,including CW, pulsed, and LFM. High Range Resolution (HRR) waveforms and ste
reviews radar waveforms,including CW, pulsed, and LFM. High Range Resolution (HRR) waveforms and stepped frequency waveforms are also analyzed.
https://www.eeworm.com/dl/678/448245.html
系统设计方案
This folder contains two simple functions (zerocross and energy) to compute STE and STZCR. The
This folder contains two simple functions (zerocross and energy) to compute STE and STZCR.
The script zcr_ste_so.m uses these two and other functions (included) to compute the STE and STZCR
of the word so .
See the respective function help for more details.
https://www.eeworm.com/dl/520780.html
源码
短时过零率和短时能量
% Computation of ST-ZCR and STE of a speech signal.
%
% Functions required: zerocross, sgn, winconv.
%
% Author: Nabin Sharma
% Date: 2009/03/15
[x,Fs] = wavread('so.wav'); % word is: so
x = x.';
N = length(x); % signal length
n = 0:N-1;
ts = n*(1/Fs); % time for signal
% defi ...