代码搜索:Resampling
找到约 388 项符合「Resampling」的源代码
代码结果 388
www.eeworm.com/read/427042/1981928
c resample.c
/* Copyright (C) 2007-2008 Jean-Marc Valin
Copyright (C) 2008 Thorvald Natvig
File: resample.c
Arbitrary resampling code
Redistribution and use in source and binary forms, wit
www.eeworm.com/read/311447/13630873
m resampz.m
function y = resampz(x, type, shift)
% RESAMPZ Resampling of matrix重采样的矩阵
%
% y = resampz(x, type, [shift])
%
% Input:
% x: input matrix
% type: one of {1, 2, 3, 4} (
www.eeworm.com/read/311447/13630934
m resampz.m
function y = resampz(x, type, shift)
% RESAMPZ Resampling of matrix重采样的矩阵
%
% y = resampz(x, type, [shift])
%
% Input:
% x: input matrix
% type: one of {1, 2, 3, 4} (
www.eeworm.com/read/151143/12232492
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_interpolate). Gaps are filled even
% i
www.eeworm.com/read/371704/2779039
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_interpolate). Gaps are filled even
% i
www.eeworm.com/read/433114/8544645
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/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/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/393838/2463654
cxx resampler.cxx
//
// (c) Yuri Kiryanov, home.att.net/~bevox
// for www.Openh323.org
//
// Resampling routines
//
// Don't forget to change buffer to 2048 in resample.c!
// When updating the code.
extern
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 .
%