代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/175784/9531353

rpt conv_213.fit.rpt

Fitter report for conv_213 Mon Oct 02 12:54:57 2006 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/175784/9531360

rpt ceshi.fit.rpt

Fitter report for ceshi Mon Oct 02 13:11:56 2006 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fi
www.eeworm.com/read/175784/9531437

rpt acs_3.fit.rpt

Fitter report for ACS_3 Mon Oct 02 14:55:21 2006 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fi
www.eeworm.com/read/175784/9531475

rpt dff.fit.rpt

Fitter report for dff Mon Oct 02 13:06:17 2006 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fitt
www.eeworm.com/read/175784/9532537

rpt acs_1.fit.rpt

Fitter report for ACS_1 Mon Oct 02 14:49:08 2006 Version 6.0 Build 178 04/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fi
www.eeworm.com/read/371850/9533297

m upsample2df.m

function ho=upsample2df(h, power); % upsample filter by 2^power; [m,n]=size(h); ho = zeros(2^power * m,2^power * n); ho(1:2^power:end,1:2^power:end)=h;
www.eeworm.com/read/175755/9534650

pin pwm_led.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,
www.eeworm.com/read/175755/9534754

rpt pwm_led.fit.rpt

Fitter report for pwm_led Wed Aug 23 21:47:57 2006 Version 5.0 Build 171 11/03/2005 Service Pack 2 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Lega
www.eeworm.com/read/371743/9538192

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. clear ts=0.001; Fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi
www.eeworm.com/read/371680/9542369

m filter.m

function filter.m % This is just a place to document what I understand about MATLAB's FILTER % function. Let a polynomial or truncated power-series be stored as a list % of coefficients a_0, a_1, .