代码搜索结果

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

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

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

metropoliswalk.m

function [W,Ew,Wbsf,Ebsf,Ea,Estd,Ev,steps] = metropoliswalk( ... verbose, ... Ea, T, ... walkers, W, X, cost, moveclass, ... acceptrule, q, ... hasEquilibr

例程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”熵,阈值

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

sat2.c

/* sat2.c Simple experiments with simulated annealing find the nonlinear least squares optimum solution usage: sat2 < input.data */ static char rcsid[] = "@(#)sat2.c 1.1 09:47:21 10/30/

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

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; /* velocity of the

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;