代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/386113/2573516

vec filter.vec

START 0; STOP 54400; RADIX DEC; INTERVAL 10; inputs g_clk ; pattern 0 1; inputs xin[12..1]; pattern 0> 0 340> 4052 680> 1555 1020> 122 1360> 281 1700> 207 2040> 2366 2380> 3488 2720> 1264 3
www.eeworm.com/read/382361/2637614

c timers.c

/* * Modified by J. Vidal to test RTLinux POSIX.4 interval timers 22-09-2002 * */ #include #include #include #include #include "utils.h" #define perror(s
www.eeworm.com/read/369339/2800825

2 sleep.2

.th SLEEP II 8/5/73 .sh NAME sleep \*- stop execution for interval .sh SYNOPSIS (sleep = 35.; not in assembler) .br (seconds in r0) .br .ft B sys sleep .s3 sleep(seconds) .ft R .sh DESCRIPTION The cur
www.eeworm.com/read/194440/8194130

m vint2vave.m

function vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t) % % VINS2VAVE computes average velocity as a function of time % given interval velocity as a function of ti
www.eeworm.com/read/135524/13924208

m experiment2_2.m

% Experiment 2, CS: Haykin % phase lock loop and cycle slipping % requires functions lin.m to run % Experiment2_2.m and Experiment2_1.m are used for Part 3 % of Experiment2. % time interval t0=0;t
www.eeworm.com/read/235612/14060935

m vint2vave.m

function vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t) % % VINS2VAVE computes average velocity as a function of time % given interval velocity as a function of ti
www.eeworm.com/read/235546/14064192

m ofdmce2.m

% ofdmce2.m % % ls算法 % % Programmed by T.Yamamura and H.Harada % % GI CE GI data GI data...(data 6symbols) % (CE: Chanel estimation symbol, GI Guard interval) % %function[ber,per]=ofdmce2(s
www.eeworm.com/read/235546/14064210

m ofdmce3.m

% ofdmce3.m % % mmse 算法 % Programmed by T.Yamamura and H.Harada % % GI CE GI data GI data...(data 6symbols) % (CE: Chanel estimation symbol, GI Guard interval) % %function[ber,per]=ofdmce1_m
www.eeworm.com/read/202674/15376039

cpp main.cpp

#include #include #include #include #include #include #include #include "histogram_
www.eeworm.com/read/168118/9937837

m vint2vrms.m

function vrms=vint2vrms(vint,t,tout) % vrms=vint2vrms(vint,t,tout) % vrms=vint2vrms(vint,t) % % VINS2VRMS computes rms velocity as a function of time % given interval velocity as a function of time.