代码搜索:Overlapping
找到约 346 项符合「Overlapping」的源代码
代码结果 346
www.eeworm.com/read/349590/6291671
m psdavper.m
function [R,varx]=psdavper(x,L,NFFT)
%
% [R,r]=psdavper(x,L,NFFT) performs
% PSD estimation using periodogram averaging
% with 50% segment overlapping
% r=autocorrelation estimate
% R=psd estima
www.eeworm.com/read/158100/11643519
m psdavper.m
function [R,varx]=psdavper(x,L,NFFT)
%
% [R,r]=psdavper(x,L,NFFT) performs
% PSD estimation using periodogram averaging
% with 50% segment overlapping
% r=autocorrelation estimate
% R=psd estima
www.eeworm.com/read/155543/11864078
m psdavper.m
function [R,varx]=psdavper(x,L,NFFT)
%
% [R,r]=psdavper(x,L,NFFT) performs
% PSD estimation using periodogram averaging
% with 50% segment overlapping
% r=autocorrelation estimate
% R=psd estima
www.eeworm.com/read/232058/14209390
m psdavper.m
function [R,varx]=psdavper(x,L,NFFT)
%
% [R,r]=psdavper(x,L,NFFT) performs
% PSD estimation using periodogram averaging
% with 50% segment overlapping
% r=autocorrelation estimate
% R=psd estima
www.eeworm.com/read/123749/14614351
m datachk.m
function datachk(opt)
%% function datachk(opt)
%% datachk.m perform several operations on the original data
%% 1. check raw data to remove overlapping data points
%% 2. data subsampling using
www.eeworm.com/read/116788/14955064
c main2.c
/*
* Copyright (c) 1997 route|daemon9 11.3.97
*
* Linux/NT/95 Overlap frag bug exploit
*
* Exploits the overlapping IP fragment bug present in all Linux kernel
www.eeworm.com/read/209338/15223178
m thresh.m
% Question No: 5
% Consider an image composed of small, no overlapping blobs. Segmenting the
% blobs based on thresholding.
function thresh(x)
f=imread(x);
f=im2double(f);
%global Thresholdi
www.eeworm.com/read/11175/207403
c overlap.c
/*
COW : Character Oriented Windows
overlap.c : Overlapping Window Support
*/
#define COW
#include
#define WINDOW
#include
#include
#include
www.eeworm.com/read/468574/1486355
java driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** Author: David D. Riley
* Date: Jan, 2005
* Example of clipping and overlapping
* Rectangles and Ovals (Figure 3.20)
*/
public class Driv
www.eeworm.com/read/468574/1486607
java driver.java
import java.awt.Color;
import javax.swing.JFrame;
/** Author: David D. Riley
* Date: Jan, 2005
* Example of clipping and overlapping
* Rectangles and Ovals (Figure 3.20)
*/
public class Driv