代码搜索结果
找到约 25,001 项符合
Power 的代码
power.c
/*
* File: power.c
* -------------
* This file includes the RaiseIntToPower function and a
* simple test program that generates a table of the powers
* of 2.
*/
#include
#include "gen
power.m
%POWER Dataset overload
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.lst
A51 MACRO ASSEMBLER POWER 04/15/2008 14:27:00 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN power.OBJ
ASSEMBLER IN
power.m
function z = power(x,y)
% @MPOL/POWER - Array power
%
% POWER(X,Y) or X.^Y is the element-by-element power
% D. Henrion, December 2, 2003
% Last modified on August 13, 2004
if nargin < 1
y
power.m
function r=power(a,b)
%POWER Dot Power for Rational Polynomial Objects. (MM)
% D.C. Hanselman, University of Maine, Orono ME 04469
% 3/27/98
% Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
i
power.m
function r=power(a,b)
%POWER Dot Power for Rational Polynomial Objects. (MM)
% D.C. Hanselman, University of Maine, Orono ME 04469
% 3/27/98
% Mastering MATLAB 6, Prentice Hall, ISBN 0-13-019468-9
i