代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/360606/10085208

asv rf5.asv

% % In this example we plot the constant operating power gain % circle and choose a load reflection coefficient G_L. % Based on this G_L the input reflection coefficient is computed % %
www.eeworm.com/read/360606/10085275

m rf5.m

% % In this example we plot the constant operating power gain % circle and choose a load reflection coefficient G_L. % Based on this G_L the input reflection coefficient is computed % %
www.eeworm.com/read/360206/10106607

c show_pow.c

#include #include void main (void) { int power; for (power = -2; power
www.eeworm.com/read/164463/10107322

h pmu.h

/* * Definitions for talking to the PMU. The PMU is a microcontroller * which controls battery charging and system power on PowerBook 3400 * and 2400 models as well as the RTC and various other th
www.eeworm.com/read/359810/10124016

m pv.m

% return the power for input signal % short for (mean(mean(abs(input).^2))) % By Yuanye Wang % CTIF,AAU % yywang@kom.aau.dk function pw = pv(input) pw = mean(mean(mean(abs(input).^2)));
www.eeworm.com/read/359802/10124371

rpt dds_top.fit.rpt

Fitter report for dds_top Sat May 05 19:29:11 2007 Quartus II Version 7.0 Build 33 02/05/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Not
www.eeworm.com/read/163842/10142649

rpt m74148a.fit.rpt

Fitter report for m74148a Tue Mar 28 09:14:32 2006 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/359279/10158879

m cp0301_ppm_sin.m

% % FUNCTION 3.1 : "cp0301_PPM_sin" % % Generation of a PPM-UWB signal in the case of a % sinusoidal modulating signal and rectangular pulses % % Transmitted power is fixed at 'Pow' % The sign
www.eeworm.com/read/359101/10165926

cpp 最小二乘法.cpp

#include #include void main() { int i; float *a; float x[16]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}; float y[16]={4.00,6.40,8.00,8.80,9.22,9.50,9.70,9.86, 10.00,1
www.eeworm.com/read/358942/10174961

c 0809_1.c

#include #include #define uchar unsigned char #define uint unsigned int #define ADC0809 XBYTE[0x2010] void power(void); void wait(uint n); void main(void) {power();} voi