代码搜索结果

找到约 10,000 项符合 Power 的代码

mgr.dem

# # $Id: mgr.dem,v 1.8 2004/01/13 07:01:10 sfeam Exp $ # print "Watch some cubic splines" set samples 50 set xlabel "Angle (deg)" set ylabel "Amplitude" set key box set title "Bragg reflection -- Pea

cordic.pin

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

fourier.cpp

#include #include #define pi 3.1415926535//给圆周率赋值 double power (double x, int k);//输出x的n次方的函数 double difff (double x, int k);//输出函数x*cos(x)的n阶导数的函数 void main () {

icedist.gph

ICEPAC temporary TIME/DIST output parameter definitions (4nec2/fixed) 1 2 3 4 5 6 7 123456789012345678901234567890123456789012345678901234567

voadist.gph

VOACAP temporary TIME/DIST output parameter definitions (4nec2/fixed) 1 2 3 4 5 6 7 123456789012345678901234567890123456789012345678901234567

utils.cpp

#include "utils.h" // ilog2 // Input: int // Output: int // Compute the ceiling of the log base 2 -- used to find the smallest // power of two required to hold a texture width or height int

ar1spectrum.m

function P=ar1spectrum(ar1,period) % AR1 power spectrum... % % power=ar1spectrum(ar1,period) % % % (c) Aslak Grinsted 2002-2004 % % -------------------------------------------------------

wt.m

function varargout=wt(d,varargin) %% Continous Wavelet Transform % Creates a figure of wavelet power in units of % normalized variance. % % USAGE: [wave,period,scale,coi,sig95]=wt(d[,settings])