代码搜索:resamples
找到约 63 项符合「resamples」的源代码
代码结果 63
www.eeworm.com/read/348694/10874386
m bootrsp2.m
function[out1,out2]=bootrsp2(in1,in2,B)
% [out1,out2]=bootrsp2(in1,in2,B)
%
% Bootstrap resampling procedure for bivariate data.
%
% Inputs:
% in1 - input data (first variate)
%
www.eeworm.com/read/245863/12776302
m bootrsp2.m
function[out1,out2]=bootrsp2(in1,in2,B)
% [out1,out2]=bootrsp2(in1,in2,B)
%
% Bootstrap resampling procedure for bivariate data.
%
% Inputs:
% in1 - input data (first variate)
%
www.eeworm.com/read/307760/13715458
m bootrsp2.m
function[out1,out2]=bootrsp2(in1,in2,B)
% [out1,out2]=bootrsp2(in1,in2,B)
%
% Bootstrap resampling procedure for bivariate data.
%
% Inputs:
% in1 - input data (first variate)
%
www.eeworm.com/read/173705/9641011
m bootrsp2.m
function[out1,out2]=bootrsp2(in1,in2,B)
% [out1,out2]=bootrsp2(in1,in2,B)
%
% Bootstrap resampling procedure for bivariate data.
%
% Inputs:
% in1 - input data (first variate)
%
www.eeworm.com/read/450939/7474371
m resampleimg.m
% img=ResampleImg(img, roi, d)
%
% Resamples the image at the given ROI and displacement
function img=ResampleImg(img, roi, d)
% Compute coordinates for resampling
[X,Y]=meshgrid((roi(2):roi(4
www.eeworm.com/read/291895/8389213
h resamp.h
/****************************************************************************
*
* Name: resamp.h
*
* Synopsis:
*
* Resamples a signal. For more information about resampling, see dspGuru's
*
www.eeworm.com/read/126084/14446477
h resamp.h
/****************************************************************************
*
* Name: resamp.h
*
* Synopsis:
*
* Resamples a signal. For more information about resampling, see dspGuru's
*
www.eeworm.com/read/291895/8389196
c resamp.c
/****************************************************************************
*
* Name: resamp.c
*
* Synopsis: Resamples a signal.
*
* Description: See resamp.h.
*
* by Grant R. Griffin
* Pro
www.eeworm.com/read/126084/14446447
c resamp.c
/****************************************************************************
*
* Name: resamp.c
*
* Synopsis: Resamples a signal.
*
* Description: See resamp.h.
*
* by Grant R. Griffin
* Pro
www.eeworm.com/read/348694/10874341
m bootrsp.m
function[out]=bootrsp(in,B)
% out=bootrsp(in,B)
%
% Bootstrap resampling procedure.
%
% Inputs:
% in - input data
% B - number of bootstrap resamples (default B=1)