代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/245863/12776300
m example4.m
%
% This Matlab script provides an interactive way to reproduce
% Example 4: Confidence interval for the mean reported in:
% Zoubir, A.M. and Boashash, B. The Bootstrap and Its Application in
%
www.eeworm.com/read/331966/12792756
js timer.js
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/245099/12823373
c spcacat.c
/****************************************************************************
# spcacat: grabpicture from the spca5xx module. #
#.
www.eeworm.com/read/144013/12823756
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/244937/12830992
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/244937/12831162
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/330219/12906142
cpp 7_3.cpp
//7_3
#include
const int num=17;
void main()
{
int interval=3;
int a[num];
for(int i=0; i
www.eeworm.com/read/243813/12915731
java histogram.java
// Histogram.java: Display a histogram in a panel to show the
// occurence of the letters
import javax.swing.*;
import java.awt.*;
public class Histogram extends JPanel
{
// Count the occurr
www.eeworm.com/read/329568/12947733
cpp josephus.cpp
#include
void main()
{
const int num=10;
int interval;
int a[num];
for(int m=0;m
www.eeworm.com/read/142086/12966196
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