代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/476907/6754432

m test.m

t0=.15; % signal duration ts=0.001; % sampling interval % the message vector m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)]; m_hat=imag(hil
www.eeworm.com/read/476392/6759543

m barcycle.m

% This function obtains a plot of the load cycle for a given interval. % The demand interval and the load must be defined by the variable data % in a three-column matrix. The first two columns are
www.eeworm.com/read/263805/11341640

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/406594/11439461

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/158463/11613227

m test.m

t0=.15; % signal duration ts=0.001; % sampling interval % the message vector m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)]; m_hat=imag(hilbert
www.eeworm.com/read/347709/11644135

c msp430x23x0_ta_09.c

//****************************************************************************** // MSP430F23x0 Demo - Timer_A, Toggle P1.0-3, Cont. Mode ISR, HF XTAL ACLK // // Description: Use Timer_A CCRx uni
www.eeworm.com/read/347709/11646200

c msp430x22x4_ta_09.c

//****************************************************************************** // MSP430F22x4 Demo - Timer_A, Toggle P1.0-3, Cont. Mode ISR, HF XTAL ACLK // // Description: Use Timer_A CCRx uni
www.eeworm.com/read/347556/11657999

m adaptivesimpson.m

function [Q fcnEvals iter] = adaptiveSimpson(fcn, a, b, varargin) % adaptiveSimpson - Numerically evaluate integral, adaptive Simpson quadrature. % % function [Q fcnEvals iter] = adaptiveSimpson(fcn,
www.eeworm.com/read/347556/11658005

m adaptivelobatto.m

function [Q fcnEvals iter] = adaptiveLobatto(fcn, a, b, varargin) % adaptiveLobatto - Numerically evaluate integral, adaptive Lobatto quadrature. % % function [Q fcnEvals iter] = adaptiveLobatto(fcn,
www.eeworm.com/read/261217/11658348

java go.java

import java.awt.*; import java.util.*; //import javax.swing.*; //import java.awt.image.*; public class Go extends Panel { int whichStep; Hashtable myHash; Point pointNow;//当前的点 Point