代码搜索:Resampling
找到约 388 项符合「Resampling」的源代码
代码结果 388
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/243870/12911083
readme
README file for resample-1.x.tgz from the
Digital Audio Resampling Home Page located at
http://ccrma.stanford.edu/~jos/resample/.
SOFTWARE FOR SAMPLING-RATE CONVERSION AND FIR DIGITAL FILTER DESIGN
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 .
%
www.eeworm.com/read/325790/13185064
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/223154/14651949
m berger.m
function [Y,RRI]=berger(RRI,Fs)
% Resampling with the Berger algorithm
% [HRV,RRI] = berger(RRI, Fs)
% [HRV,RRI] = berger(ONSET, Fs)
%
% RRI R-to-R interval
% ONSET onset time QRS-complex
%
www.eeworm.com/read/277562/4154562
resample readme.resample
README file for resample-1.x.tgz from the
Digital Audio Resampling Home Page located at
http://ccrma.stanford.edu/~jos/resample/.
SOFTWARE FOR SAMPLING-RATE CONVERSION AND FIR DIGITAL FILTER DES
www.eeworm.com/read/389321/8533507
m resamp.m
function y = resamp(x, type, shift, extmod)
% RESAMP Resampling in 2D filterbank
%
% y = resamp(x, type, [shift, extmod])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} (see note)
%
www.eeworm.com/read/138860/13207147
m resamp.m
function y = resamp(x, type, shift, extmod)
% RESAMP Resampling in 2D filterbank
%
% y = resamp(x, type, [shift, extmod])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} (see note)
%
www.eeworm.com/read/277562/4154564
c resamplesubs.c
/* $Id: resamplesubs.c 1232 2007-04-30 09:02:46Z bennylp $ */
/*
* Digital Audio Resampling Home Page located at
* http://www-ccrma.stanford.edu/~jos/resample/.
*
* SOFTWARE FOR SAMPLING-RATE