代码搜索结果

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

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

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

mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------

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]

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

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

led_run_test.pin

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

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