代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/442445/7651669

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/442441/7651689

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/441435/7670445

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/441240/7673526

m main.m

[v,D,num,c0,k,t,xmin,xmax,interval]=Readfile; a0=Geta0(num,c0,k); C=zeros(num,1); %tmin=0;tmax=400;interval=1;x=10; i=1 %for t=tmin:interval:tmax for x=xmin:interval:xmax aa=GetA(v,D,num
www.eeworm.com/read/440070/7694831

html causality.html

The causality window The meaning of the causality window This parameter is relevant for programs which estimate the fore
www.eeworm.com/read/439811/7701480

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/439811/7701544

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/438886/7725031

m rbf_approx.m

clc; clear; close all; %???????, generate the learing data ld=400; %??????? x=rand(2,ld); %0-1 x=(x-0.5)*1.5*2; %-1.5, 1.5 x1=x(1,:); x2=x(2,:); F=20+x1.^2-10*cos(2*pi*x1)+x2.^2-10*cos(2*pi
www.eeworm.com/read/438077/7737036

java generateurl.java

package crawler; import java.util.ArrayList; public class GenerateUrl { String header; int interval, begin, length; public GenerateUrl(String header, int interval, int begin, int length) {
www.eeworm.com/read/437221/7753226

m rbf_approx.m

clc; clear; close all; %???????, generate the learing data ld=400; %??????? x=rand(2,ld); %产生数字范围0-1 x=(x-0.5)*1.5*2; %把范围变换为-1.5, 1.5 x1=x(1,:); x2=x(2,:); F=20+x1.^2-10*cos(2*pi*x1)+x2.^2