代码搜索结果

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

p8_7.cpp

/************************** * p8_7.cpp * * 虚基类的构造函数 * ***************************/ #include using namespace std; class Automobile //汽车类 { private

program_15_4.m

% Program 15_4 % Power Spectrum Estimation Using Welch's Method % n = 0:1000; g = 2*sin(0.12*pi*n) + sin(0.28*pi*n) + randn(size(n)); nfft = input('Type in the fft size = '); window = hamming(25

haar_1d.m

function [Y] = haar_1D(X) % Computes the Haar transform of the input vector X % The length of X must be a power-of-2 % Recursively builds the Haar matrix H v = log2(length(X)) - 1; H = [1 1;1 -1]

rapsd2d.m

% Computes and plots radially averaged power spectral density (power % spectrum) of image IMG. % % (C)E. Ruzanski, RCG, 2009 function raPsd2d(img) %% Process image size information [N M] = siz

multbcd.pin

-- Copyright (C) 1991-2008 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

lcdcont.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

walsh.m

function Wn=walsh(N,option); %WALSH Returns walsh codes of length N % Wn=walsh(N) % This returns a matrix of all the walsh codes of length N % N must be greater then 1 and a power of 2, e.g. 2,4,8

wave.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a

rs485buf_ex.h

#ifndef RSBUF_EX #define RSBUF_EX #include"DETCONST.H" extern unsigned char RS485ReadPointer; //分析命令读指针 extern unsigned char RS485WritePointer; //分析命令写指针 exte

topclock.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