代码搜索:resamples
找到约 63 项符合「resamples」的源代码
代码结果 63
www.eeworm.com/read/245849/12777356
m l_resample.m
function logout=l_resample(wlog,step,varargin)
% Function resamples all curves of a log. Gaps in log curves (NaNs) are
% interpolated prior to resampling (l_fill_gaps). Gaps are filled even
% if "st
www.eeworm.com/read/310212/13654915
m interp.m
function [odata,b] = interp(idata,r,l,alpha)
%INTERP Resample data at a higher rate using lowpass interpolation.
% Y = INTERP(X,R) resamples the sequence in vector X at R times
% the original s
www.eeworm.com/read/259565/11781838
m l_resample.m
function logout=l_resample(wlog,step,varargin)
% Function resamples all curves of a log. Gaps in log curves (NaNs) are
% interpolated prior to resampling (l_fill_gaps). Gaps are filled even
% if "st
www.eeworm.com/read/154209/11983867
m interp.m
function [odata,b] = interp(idata,r,l,alpha)
%INTERP Resample data at a higher rate using lowpass interpolation.
% Y = INTERP(X,R) resamples the sequence in vector X at R times
% the original s
www.eeworm.com/read/205038/15328606
html resample.html
resample
Description of the program: resample
This program resamples the data with a ne
www.eeworm.com/read/365849/9844568
m rs_stratified.m
function [x,w] = rs_stratified(x,w,N)
%RS_STRATIFIED stratified resampling
%
% [X,W] = RS_STRATIFIED(X,W) resamples the states X
% and their associated weights W using stratified
% sampling .
%
www.eeworm.com/read/365849/9844570
m rs_systematic.m
function [x,w] = rs_systematic(x,w,N)
%RS_SYSTEMATIC systematic resampling
%
% [X,W] = RS_SYSTEMATIC(X,W) resamples the states X
% and their associated weights W using systematic
% sampling .
%
www.eeworm.com/read/325790/13185059
m rs_stratified.m
function [x,w] = rs_stratified(x,w,N)
%RS_STRATIFIED stratified resampling
%
% [X,W] = RS_STRATIFIED(X,W) resamples the states X
% and their associated weights W using stratified
% sampling .
%