代码搜索结果

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

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

agc.m

% Automatic Gain Control (Version 1.1 For stereo input output) % % usage : y = AGC(x,gain_level,samples) % % where : % y : output samples with required gain (range from -1 to +1)

wbdist.m

function x = WBDist(x0,alpha,beta,n) format long; x = zeros(n,1); for i=1:n r = MixMOD(x0,10,1); k = 0; while r(10) == 0 k = k + 1; r(10) = power(2,k); r

relaydist.m

function x = RelayDist(x0,sigma,n) x = zeros(n,1); for i=1:n r = MixMOD(x0,10,1); k = 0; while r(10) == 0 k = k + 1; r(10) = power(2,k); r = MixMOD(r(10),2

mulmod1.m

function r = MulMOD1(L,alpha,beta,n) r = zeros(n,1); x = zeros(n,1); M = power(2,L); a = 8*alpha + 5; x(1) = 4*beta + 1; r(1) = x(1)/M; for i=2:n y = a*x(i-1); x(i) = mod(y,M);

laplacedist.m

function x = LaplaceDist(x0,x1,beta,n) x = zeros(n,1); for i=1:n r = MixMOD(x0,10,1); u = MixMOD(x1,10,2); k = 0; while (r(10) == 0 || u(10) == 0) k = k + 1; r(

mixmod.m

function r = MixMOD(x0,n,type) format long; M1 = power(2,31); M2 = power(2,35); a1 = 314159269; a2 = power(5,15); c1 = 453806245; c2 = 1; r = zeros(n,1); x = zeros(n+1,1); x(1) = x0; if t

makefile

SCC=../cmm hello.asm: hello.c $(SCC) -S $^ -o $@ hello.o: hello.asm $(SCC) -c $^ -o $@ hello: hello.o $(SCC) $^ -o $@ init.asm: init.c $(SCC) -S $^ -o $@ init.o: init.asm $(SCC) -c $^

pro3.fit.rpt

Fitter report for pro3 Thu Jan 10 13:50:07 2008 Version 5.1 Build 213 01/19/2006 Service Pack 1 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal N