代码搜索结果
找到约 25,001 项符合
Power 的代码
adbp.m
% ADBP Convert a decibel signal into a power signal
%
% [y] = ADBP (x) converts x into a power signal
%
function [y] = adbP (x)
y = 10.^(x/10);
adbm.m
% ADBM Convert a dbm signal into a power signal (Watts)
%
% [y] = ADBM (x) converts x into a power signal
%
function [y] = adbm (x)
y = 10.^((x-30)/10);
dbp.m
% DBP Convert a power signal into decibels
%
% [y] = DBP (x) converts x into decibels
%
function [y] = dbP (x)
y = 10.*log10(abs(x));
dbm.m
% DBM Convert a power signal (Watts) into dbm
%
% [y] = DBM (x) converts x into dbm
%
function [y] = dbm (x)
y = 10.*log10(abs(x/1E-3));
periodog.m
function [power,freq,maxp]=periodog(x,fontsize)
%PERIODOG Periodogram of a time series.
% [POWER,FREQ,MAXP]=PERIODOG(X) returns the POWER and FREQuency such that
% PLOT(FREQ,POWER) is the peri
romberg
Romberg求积法2007-07-16 18:41#include
#include
using namespace std;
#define f(x) 1/(x) //注意括号。被积函数
double power(double x,int y)
{
int i;
for(i=1;i
vtb7_1.m
function VTB7_1
%VTB7_1 is an example of taking a power spectral density
% of data. The power spectral density of a signal containing
% .5 Hz and 1.59 Hz signals is plotted.
t=0:.1:100;t=t';
y=sin(pi
power_amplifier_12w_fet.htm
Power amplifier 12W FET
_cpldfit.rsp
-p xc95108-7-PC84
-optimize speed
-loc on
-slew fast
-init low
-pterms 25
-power std
-localfbk
-pinfbk
-inputs 36
_cpldfit.rsp
-p xc95108-7-PC84
-optimize speed
-loc on
-slew fast
-init low
-pterms 25
-power std
-localfbk
-pinfbk
-inputs 36