代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/306478/13744719

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/304881/13784502

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ returns the lowpass equivalent of the signal x % f0 is the center frequency. % ts is the sampling interval. % t=[
www.eeworm.com/read/303558/13812607

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ returns the lowpass equivalent of the signal x % f0 is the center frequency. % ts is the sampling interval. % t=[
www.eeworm.com/read/303558/13812671

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/301925/13845635

m p_y.m

function pc3inte=P_y(interval,len); % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号 if sign(interval(1))==sign(interval(len)) interval=interval.*(sign(interval)==sign(interval(1))); inte=interp1([1,len],[i
www.eeworm.com/read/301479/13858613

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ returns the lowpass equivalent of the signal x % f0 is the center frequency. % ts is the sampling interval. % t=[
www.eeworm.com/read/301155/13865490

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
www.eeworm.com/read/150645/5689804

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
www.eeworm.com/read/150372/5693462

c measure.c

/*------------------------------------------------------------------------------ MEASURE.C: Remote Measurement Recorder using the C51 COMPILER Copyright 1990-2000 Keil Software, Inc. -----------
www.eeworm.com/read/150372/5693467

c mcommand.c

/*------------------------------------------------------------------------------ MCOMMAND.C: Time Set Commands for the Remote Measurement Recorder Copyright 1995-1996 Keil Software, Inc. -------