代码搜索结果
找到约 2,276 项符合
Energy 的代码
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
%
% ********************
ex.dpr
{
Simluate
}
program Ural_1299(Input,Output);
type
TIndex=Int64;
var
Energy,Ammunition,
Enemy,EnemyEnergy,DangerAngle,
Allied,AlliedEnergy,NextAngle:TIndex;
Pattern:Char;
function Min
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
desa1m.m
function [W,A]=desa1m(x, dt)
% The function DESA1M calculates frequency and amplitude using Teager Energy Operator (DESA-1 algorithm)
% of the data x(n,m), where n is the number of points, and m
nspte.m
function [h,xs,w] = nspte(data,nyy,t0,t1)
% The function NSPTE calculates the spectrum using Teager Energy Operator
% applied to data(n,k), where n is the number of data points
% and k is the num
nspabte.m
function [h,xs,w] = nspabte(data,nyy,min_w,max_w,t0,t1)
% The function NSPABTE calculates the spectrum by applying the Teager Energy Operator
% to data(n,k), where n is the number of data points a
catfish.java
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
*
*/
public class Catfish extends LivingBeing {
/**
* The
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
*
*