代码搜索结果
找到约 2,916 项符合
Energy 的代码
energy.m
function[e]=energy(s);
e=sum(s.*s)/max(size(s));
energy.m
function e = energy(x)
% ENERGY Energy in x(t) = Kexp(-at)(t^p)cos(wt+r)u(t)
%
% E = ENERGY(X) computes the the energy of
% x(t) = Kexp(-at)(t^p)cos(wt+r)u(t) over 0 to inf
% X is a 5 elem
energy.f
**********************************************************************
*
* ENERGY Version 50
*
**********************************************************************
*
* Compute RMS energy
*
*
energy.c
/**********************************************************************
*
* ENERGY Version 50
*
**********************************************************************
*
* Compute RMS energy
*
energy.c
/*
-02/27/2006: Petre M.
-this file contains functions used to measure active,
reactive and apparent energies
*/
#include "ioADE7169F16.h"
#include "extern_declarations.h"
#include "E
energy.h
/*
-02/27/2006: Petre M.
-this file contains extern declarations of functions and variables used
in energy.c
*/
void ADE_Interrupt(void);
void Reload_from_EEPROM(void);
void Set