代码搜索结果

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

gcoptimization.cpp

#include "energy.h" #include "graph.h" #include "GCoptimization.h" #include #include #include #include "string.h" #define MAX_INTT 1000000000 /***************

demo13_8.cpp

// DEMO13_8.CPP - 2D collision response demo based on // conservation of momentum and kinetic energy // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of cou

m_psk_theory.h

// // File = m_psk_theory.h // #ifndef _M_PSK_THEORY_H_ #define _M_PSK_THEORY_H_ void M_PskPsd( int big_m, double carrier_freq, double symb_energy,

fields.c

#include "es1.h" #define Zero_Order 0 #define First_Order 1 #define Quadratic_Spline 2 #define Cubic_Spline 3 #define Momentum_Conserving 0 #define Energy_Conserving

bercalculationforlinearmultiuserdetector.m

m = 3; N = 2^m-1; %system processing gain maxbits = 20000; maxusers = floor(1.5*N); S_tot = signature_matrix (m,maxusers); %generate signature matrix. %S(:,k)=sk normalized to unit energy

cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c

cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c

teager.m

function t = teager(x,n) % function t = teager(x,n) % The Teager-Kaiser energy operator n'th order approximation. Omission of n % sets n=0 if nargin == 1 n = 0; end if n == 0 if isobject(x)

tefacdc.c

/* AC/DC Transient Energy Functions. */ #include //#ifndef WINDOWS //#include //#else #include "pfwstdio.h" //#endif #include #include #include "constant.h" #

lpcrr2ar.m

function [ar,e]=lpcrr2ar(rr); %LPCRR2AR convert autocorrelation coefs to ar coefs [AR,E]=(RR) %E is the residual energy % could test e each time and remove rows when it gets small % Cop