代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/237724/13935240

m cycpn.m

clear all; clc; Sample_freq=20000000;%采样频率 Df=20000000/64;%载波间隔 Tfft=1/Df; Tgi=0.8e-6; ofdmts=4e-6;%ofdm符号周期时间 Ts=1/Sample_freq; IFFT_length=64; GI=16; % guard interval length ca
www.eeworm.com/read/100919/15860633

flib+-

FLib简易说明文档
www.eeworm.com/read/100919/15860641

htm x86.htm

X86CPU相关操作
www.eeworm.com/read/184067/9123524

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/184067/9123860

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/281506/9152432

m frequency_domain_view.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/(1
www.eeworm.com/read/169323/9865979

sh hhdjmonps.sh

#!/bin/bash # 是否是测试版 V_DEBUG=0 F_DEBUG=1 # 监测的时间间隔,秒计 INTERVAL=5 # 重起时间间隔 INTERVALRESTART=1 # 监测和进程名 PROGRAME=./hhdjrecvcfg #正常线程数 threadnum=11 while true; do nowps=`ps -ax | grep $PROGRAME | grep
www.eeworm.com/read/166306/10024334

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/166306/10024676

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/358694/10181566

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)