代码搜索结果

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

catfish.txt

Catfish 1) Behaviors: * Constructor: Create an instance of Catfish at the specified row and column of the grid. It will be have a certain amount of energy and an

catfishbonus.txt

Catfish 1) Behaviors: * Constructor: Create an instance of Catfish at the specified row and column of the grid. It will be have a certain amount of energy and an

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 * *

catfish.java

import java.util.*; /* * Created on Jan 6, 2004 * */ /** * Basic Catfish - simulates a catfish - can swim and consume * energy in the process. * * @author iCarnegie srt * */ p

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 % % ********************

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

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

exa128.m

%exa128_energy.m for example 1-28 %signal energy信号能量 n=0:3 x1=[2 0.5 0.9 1]; Ex=sum(x1.*conj(x1)) %或Ex=sum(abs(x1).^2)

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

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); #endif