代码搜索结果

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

s_principal_components.m

function [pc,aux]=s_principal_components(seismic,varargin) % Function computes principal components of seismic traces. It can output % A. The input data represented by any combination of the principal

tm.m

function [M,e,rho,Ebin] = TM(Eh,bins) % Transition matrix calculation method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/so

cp0201_waveform.m

% % FUNCTION 2.5 : "cp0201_waveform" % % Generates the energy normalized pulse waveform % % Special case of the second derivative Gaussian pulse: % SCHOLTZ'S MONOCYCLE % % ********************

cp0201_waveform.m

% % FUNCTION 2.5 : "cp0201_waveform" % % Generates the energy-normalized pulse waveform % % Special case of the second derivative Gaussian pulse: % SCHOLTZ'S MONOCYCLE % % ********************

catfish.java.bak

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *

catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *

desa2.m

function [W,A]=desa2(x, dt) % The function DESA2 calculates frequency and amplitude using Teager Energy Operator (DESA-2 algorithm) % of the data x(n,m), where n is the number of points, and m is

desa1.m

function [W,A]=desa1(x, dt) % The function DESA1 calculates frequency and amplitude using Teager Energy Operator (DESA-1 algorithm) % for the data x(n,m), where n is the number of points, and m is

desa.m

function [W,A]=desa(x, dt) % The function DESA calculates frequency and amplitude using Teager Energy Operator % for the data x(n,m), where n is the number of points, and m is % the number of

tm.m

function [M,e,rho,Ebin] = TM(Eh,bins) % Transition matrix calculation method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/so