代码搜索结果

找到约 2,276 项符合 Energy 的代码

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

例程12-10.m

% 当前的延拓模式是补零 % 产生原始信号 x = randn(1,200); % 计算x的shannon熵 e1 = wentropy(x,'shannon') % 计算x的对数能量熵 e2 = wentropy(x,'log energy') % 计算x的阈值熵,阈值取为0.2 e3 = wentropy(x,'threshold',0.2) % 计算x的“sure”熵,阈值

fft.h

#ifndef FFT_H #define FFT_H #include "types.h" void fft(float x_real[BLKSIZE], float x_imag[BLKSIZE], float energy[BLKSIZE], float phi[BLKSIZE], int N);

ac1135.pas

program tju1135; const maxl=500001; maxwordlen=20; maxwords=15; maxtrie=maxwordlen*maxwords; var door:array[1..maxl]of char; trie:array[0..maxtrie,'@'..'Z']of word; energy:array

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

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

authors

Currently the only Developer working on the Project is me. Philipp Dunkel (philipp@dunkel.org) If you have extra energy, and want to help, I could sure use it. Just drop me a line.

evaluateenergy.m

function[energy] = EvaluateEnergy(vector) % EvaluateEnergy evaluates the energy corresponding to the sequence lattice configuration determined by the lattice in vector. % From the residues positions

particle.h

#ifndef PARTICLE_H #define PARTICLE_H #include /* Particle data type. */ typedef struct particle_s { double x,y; /* coordinates of the particle */ double energy; /*

particle.h

#ifndef PARTICLE_H #define PARTICLE_H #include /* Particle data type. */ typedef struct particle_s { double x,y; /* coordinates of the particle */ double energy; /* velocit