代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/235612/14060712
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/186987/8886038
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -
www.eeworm.com/read/377191/9291165
cpp statement.cpp
#include "Global.h"
using namespace std;
void PL0::Factor(SYMSET fsys,ITEM &x,int lev)
{
int i;
x.typ=notyp;
x.ref=0;
Test(facbegsys,fsys,"因子必须以标志符,常量或'('开始");
while(facbegsys.find(
www.eeworm.com/read/366214/9824502
c main.c
#include
#include
#include "FFT_Code_Tables.h"
#define PD0 BIT6
void softdelay(int factor);
void Init_CLK(void);
void Init_ADC(void);
void Int_FFT( int ReArray[
www.eeworm.com/read/163324/10166086
m c6l2.m
VC=4000.;
XNT=32.2;
YIC=0.;
VM=3000.;
HEDEG=0.;
TAU=.5;
XNP=3.;
TA=0.;
R=-.01;
n=0.;
%for TF=.1:.1:10
%Reduce number of runs by factor of 5 to get acceptable running time
for TF=.5:.5:10
www.eeworm.com/read/163324/10166119
m predict.m
function [xtf,ytf]=predict(tf,xdum,ydum,x1dum,y1dum)
%h=.01;
%Integration interval increased by factor of 10 to get acceptable running times
h=.1;
a=2.0926e7;
gm=1.4077e16;
t=0.;
x=xdum;
y=ydu
www.eeworm.com/read/160929/10469420
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -
www.eeworm.com/read/160929/10470166
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -
www.eeworm.com/read/278758/10512033
cpp statement.cpp
#include "Global.h"
using namespace std;
void PL0::Factor(SYMSET fsys,ITEM &x,int lev)
{
int i;
x.typ=notyp;
x.ref=0;
Test(facbegsys,fsys,"因子必须以标志符,常量或'('开始");
while(facbegsys.find(
www.eeworm.com/read/439446/7708514
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -