代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/157905/11656575

m ssj_req_bat.m

%ssj_reqi clear all pt = 50.0e+3; % peak power in Watts g = 35.0; % antenna gain in dB freq = 5.6e+9; % radar operating frequency in Hz sigma = 10.0 ; % radar cross section in m sqau
www.eeworm.com/read/157737/11667285

m fly.m

%%program fly.m x=[4 3 7 -5 1 -3 -4 2]'; Y=fft(x) X=ifft(Y) Y(1)=[]; n=fix(length(Y)/2); freq=(1:n)/length(Y); power=abs(Y(1:n).^2/(length(Y).^2)); power=power'
www.eeworm.com/read/347268/11678329

pin dds.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
www.eeworm.com/read/260971/11683938

h pcu.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : pcu.h * Author : MCD Application Team * Date First Issued : 30/05/2003 * Descri
www.eeworm.com/read/157521/11696507

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/157465/11701449

rpt receiver.fit.rpt

Fitter report for receiver Mon Jan 16 15:17:43 2006 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/157464/11701707

rpt fifo.fit.rpt

Fitter report for fifo Sun Jan 15 21:53:16 2006 Version 5.0 Build 148 04/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. Fit
www.eeworm.com/read/157356/11717628

m ip_01_08.m

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

m pts.m

%this programme is used to make ccdf by using pts %it need function of bizdec bizinter corefrmod2 fracF f_bin2gray f_DeMQAM %f_EnGray f_EnMQAM f_GetPoints f_randint %V=1 clear all; close all; pa
www.eeworm.com/read/157007/11745017

c ch03.01.c

// iostream.h is preStandard form // #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { // a first solution cout