代码搜索结果
找到约 2,916 项符合
Energy 的代码
sporen.jc
//------------------------------------------------------------------------------
// sporen.jc
//------------------------------------------------------------------------------
//
// An applet for
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
energytableinit.m
function energytable = EnergyTableInit(SNR,M);
% Inputs:
% subcar_gains : Subcarrier Gains
% M : max Constellation Size
% Gap : Gap of the system
% Noise : Noise Po
f7_4.m
%读入语音文件
fin=fopen('DR4_MLJH0_SX334.ADC','r');
x=fread(fin,'short');
fclose(fin);
%时域波形
figure(1);
plot(x,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%计算短时能量
N=length(x);
%%短时窗长
L=200
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
f7_4.m
%读入语音文件
fin=fopen('DR4_MLJH0_SX334.ADC','r');
x=fread(fin,'short');
fclose(fin);
%时域波形
figure(1);
plot(x,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%计算短时能量
N=length(x);
%%短时窗长
L=200
dispeh.m
function dispEh(Eh)
% Eh matrix display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for information on SA T
dispet.m
function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft)
% Et data display method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software f
historyupdate.m
function Eh = historyupdate(Eh,Ev,t,T)
% Temperature & Energy history update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts