代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/178326/9407697
m satlin.m
function a = satlin(n,b)
%SATLIN Saturating linear transfer function.
%
% SATLIN(N)
% N - SxQ Matrix of net input (column) vectors.
% Returns values of N truncated into the interval [0, 1].
%
www.eeworm.com/read/373081/9475809
m ipls.m
function Model=ipls(X,Y,no_of_lv,prepro_method,intervals,xaxislabels,val_method,segments)
% ipls calculates the interval models based on PLS
%
% Input:
% X is the independent variables
% Y
www.eeworm.com/read/371444/9552926
m fibonacci.m
% Program: fibonacci.m
% Title: Fibonacci Search
% Description: Implements the Fibonacci search.
% [xL1,xU1]: initial interval of uncertainty
% Output:
% xs: minimum point
% fs: minimu
www.eeworm.com/read/364502/9905184
m ofdm_signal.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/364264/9916910
m intrand.m
function n=intrand(inf,sup,x,y)
%INTRAND Generates an integer random number inside an interval.
% INTRAND(INFLIMIT,SUPLIMIT,X,Y) returns random integer numbers no
% smaller than INFLIMIT and
www.eeworm.com/read/360810/10076980
h ibmtr.h
/* Definitions for an IBM Token Ring card. */
/* This file is distributed under the GNU GPL */
/* ported to the Alpha architecture 02/20/96 (just used the HZ macro) */
#define TR_RETRY_INTERVAL (5
www.eeworm.com/read/358264/10193327
m ofdm_signal.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/426397/10254116
m ofdm_signal.m
% Faculty of Engineering, University of Fukui. 2003/11/11
% coded by Sokthai Chan (sokthai@msn.com)
% OFDM signal and its spectrum ( Guard Interval insertion )
clear all;
Fd=1; % s
www.eeworm.com/read/162558/10296288
sargon
#!/bin/sh
#
# Usage: sargon [interval] [count] [days-to-keep] [days-to-keep-uncompressed]
# Author: John Caruso
# Modified by Sebastien Godard
#
# Synopsis: Replacement for Sun's sar data collection s
www.eeworm.com/read/424116/10491131
m ipls.m
function Model=ipls(X,Y,no_of_lv,prepro_method,intervals,xaxislabels,val_method,segments)
% ipls calculates the interval models based on PLS
%
% Input:
% X is the independent variables
% Y