代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/450802/7476597
m u5.m
clear all;
s=[ones(1,10),zeros(1,90)]; % transmitted signal
s_f=fft(s);
x=s_f([1:50]);
y=s_f([51:100]);
signal_f=[y,x]; %input spectrum
dt=5/10; % each time interval is 0.01 micro sec
df=1/(100
www.eeworm.com/read/197958/7960398
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/197958/7960953
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/297455/8017479
vec new_receiver_ask2.vec
START 0;
STOP 20000;
RADIX DEC;
INTERVAL 10;
INPUTS clk;
PATTERN
0 1;
INPUTS data_in[13..0];
PATTERN
0> 0
20> 0
40> 0
60> 0
80> 0
100> 0
120> 0
140> 0
160> 0
180> 0
200> 0
220> 0
240> 0
260> 0
280> 0
www.eeworm.com/read/196814/8058456
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/196814/8058908
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/244945/12829320
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/244945/12829714
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_
www.eeworm.com/read/329331/12960208
m nlathefun.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=fix(num_prod/n);
bad_prod=max(num_prod-x+1,0)
www.eeworm.com/read/329331/12960702
m lathefunb.m
function f=lathefun(x,n,m)
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
num_prod=min((n*ceil(x/n)),m);
exam_times=[num_prod/n];
%num_prod=min(x+n,m);
%exam_