代码搜索:Resampling
找到约 388 项符合「Resampling」的源代码
代码结果 388
www.eeworm.com/read/367969/9721761
m deterministicr.m
function outIndex = deterministicR(inIndex,q);
if nargin < 2, error('Not enough input arguments.'); end
[S,arb] = size(q); % S = Number of particles.
% RESIDUAL RESAMPLING:
% ================
www.eeworm.com/read/236491/14013902
m updatestates.m
function x = updatestates(xu,q);
% PURPOSE : Performs the resampling step of the SIR algorithm
% in order(numSamples) steps.
% INPUTS : - xu = Predicted state samples.
% - q = Nor
www.eeworm.com/read/235612/14060699
m contents.m
% The CREWES Project Seismic toolbox
%
% Almost 100 tools for single channel seismic processing and time
% series analysis. Various decons, gain corrections, spectral analyses,
% resampling, w
www.eeworm.com/read/113480/15455238
m updatestates.m
function x = updatestates(xu,q);
% PURPOSE : Performs the resampling step of the SIR algorithm
% in order(numSamples) steps.
% INPUTS : - xu = Predicted state samples.
% - q = Nor
www.eeworm.com/read/182174/9213580
m resamplemlp.m
function [x,P] = resamplemlp(xu,q,P);
% PURPOSE : Performs the resampling stage of the hybrid SIR
% in order(number of samples) steps.
% INPUTS : - xu = The networks weights samples.
%
www.eeworm.com/read/391686/8391140
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} (see no
www.eeworm.com/read/138860/13207181
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} (see no
www.eeworm.com/read/303772/13809434
changelog
Version 0.95
* DCT based resampling function.
Version 0.94 24/10 2007
* Numerically stable computation of Hermite functions. Thanks to
Thomasz Hrycak.
* gabmulappr (approximation of an opera
www.eeworm.com/read/389321/8533490
i resampc.i
/* Resampling along the column (Type 1 and 2)
*
* Created by: Minh N. Do, March 2000
*/
/*
* @(#)mex.h generated by: makeheader 4.21 Tue Jul 26 22:40:19 2005
www.eeworm.com/read/402865/11526813
m bootstraptucker3.m
% bootstraptucker3.m
%
% Note: make sure that A-mode is resampling mode!
%
% input: X = data matrix
% Xprep preprocessed data
% A,B,C,G = (possibly rotated) solution
% n,m,p