代码搜索结果
找到约 2,916 项符合
Energy 的代码
energytableinit.m
function energytable = EnergyTableInit(SNR,M);
% Inputs:
% subcar_gains : Subcarrier Gains
% M : max Constellation Size
% Gap : Gap of the system
% Noise : Noise Po
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
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
names.txt
Anshul Agarwal energy211
Golnaz Alipour energy211
Yemi Arogunmati cme211
Nilufer Atalay energy211
Abeeb Awotunde energy211
Gboyega Ayeni energy211
Nathan Benz cme211
Justin Brown energy211
Marco Cardo
energytableinit.m
function energytable = EnergyTableInit(SNR,M);
% Inputs:
% subcar_gains : Subcarrier Gains
% M : max Constellation Size
% Gap : Gap of the system
% Noise : Noise Po
3ddhss.inp
&PARAM TITLE=' Half bound state energy level of the 2D problem '
IPTYPE=0,NROOT=1,MDIM=6,IDIM=2,NPOL=4,RTOL=1.D-13,
NITEM=100,SHIFT=-0.2742D0,IPRINT=0,IPRSTP=100,
3ddgss.inp
&PARAM TITLE=' Ground state energy level of the 2D problem ',
IPTYPE=0,NROOT=1,MDIM=6,IDIM=2,NPOL=4,RTOL=1.D-15,
NITEM=20,SHIFT=-1.1D0,IPRINT=0,IPRSTP=100,
NMESH
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