代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/303558/13812520
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
clear
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
www.eeworm.com/read/301479/13858615
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/140847/5779427
m smoother_engine.m
function engine = smoother_engine(tbn_engine)
% SMOOTHER_ENGINE Create an engine which does offline (fixed-interval) smoothing in O(T) space/time
% function engine = smoother_engine(tbn_engine)
%
% tb
www.eeworm.com/read/133943/5897610
m smoother_engine.m
function engine = smoother_engine(tbn_engine)
% SMOOTHER_ENGINE Create an engine which does offline (fixed-interval) smoothing in O(T) space/time
% function engine = smoother_engine(tbn_engine)
%
% tb
www.eeworm.com/read/124910/6039507
h-data time.h-data
#ifndef ISO
type {struct timeval}
element {struct timeval} time_t tv_sec
element {struct timeval} suseconds_t tv_usec
type {struct itimerval}
element {struct itimerval} {struct timeval} it_interval
www.eeworm.com/read/101082/6247932
3f sleep.3f
.\" SCCSID: @(#)sleep.3f 8.1 9/11/90
.TH sleep 3f VAX "" Unsupported
.SH Name
sleep \- suspend execution for an interval
.SH Syntax
.B subroutine sleep (itime)
.SH Description
.NXR "sleep subroutine (
www.eeworm.com/read/488461/6487284
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/486859/6531010
c timestamp.c
#include "ocilib.h"
#define SIZE_STR 260
int main(void)
{
OCI_Timestamp *tm;
OCI_Interval *itv;
if (!OCI_Initialize(NULL, NULL, OCI_ENV_DEFAULT))
return EXIT_FAILU
www.eeworm.com/read/476907/6754282
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
clear
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
www.eeworm.com/read/157356/11717631
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.