代码搜索:Resampling

找到约 388 项符合「Resampling」的源代码

代码结果 388
www.eeworm.com/read/273525/4208180

hlp y_boot.hlp

{smcl} {p 0 4} {help contents:Top} > {help y_stat:Statistics} {bind:> {bf:Resampling and simulation}} {p_end} {hline} {title:Help file listings} {p 4 8 4} {bf:{help bootstrap:Bootstrap sa
www.eeworm.com/read/365849/9844573

m rs_simple.m

function [x,w] = rs_simple(x,w,N) %RS_SIMPLE simple resampling % % [X,W] = RS_SIMPLE(X,W) resamples the states X % and their associated weights W using simple % random sampling . % % [X,W] = RS
www.eeworm.com/read/325790/13185071

m rs_simple.m

function [x,w] = rs_simple(x,w,N) %RS_SIMPLE simple resampling % % [X,W] = RS_SIMPLE(X,W) resamples the states X % and their associated weights W using simple % random sampling . % % [X,W] = RS
www.eeworm.com/read/100204/15880706

c resample.c

/* @(#)resample.c 1.2 99/12/19 Copyright 1998,1999 Heiko Eissfeldt */ #ifndef lint static char sccsid[] = "@(#)resample.c 1.2 99/12/19 Copyright 1998,1999 Heiko Eissfeldt"; #endif /* resampling m
www.eeworm.com/read/289518/8546732

h resample.h

#ifndef RESAMPLE_H #define RESAMPLE_H /*Standard C header files */ #include #include #include /* resampling program header files */ #include "filter.h" #define CUBIC_
www.eeworm.com/read/429797/8788482

m get_p_q.m

function [Fsn, p, q, errors]=get_p_q(Fs, Fsd, tol) % % get_p_q: Calculate p and q with p
www.eeworm.com/read/311447/13630921

m resamp.m

function y = resamp(x, type, shift, extmod) % RESAMP Resampling in 2D filterbank重采样二维filterbank % % y = resamp(x, type, [shift, extmod]) % % Input: % x: input image % type: one of {1, 2, 3, 4
www.eeworm.com/read/308613/13698777

m pitchshiftingbytimestretchingresampling.m

% Pitch Shifting by Time Stretching and Resampling (7.4.2) [x,f_s,nbits]=wavread('brass_jazz.wav'); y=zeros(1,length(x)); m=pitch_detector(x); alpha=1.5; beta=1; y=psola(x,m,alpha,beta);
www.eeworm.com/read/308611/13698808

m pitchshiftingbytimestretchingresampling.m

% Pitch Shifting by Time Stretching and Resampling (7.4.2) [x,f_s,nbits]=wavread('brass_jazz.wav'); y=zeros(1,length(x)); m=pitch_detector(x); alpha=1.5; beta=1; y=psola(x,m,alpha,beta);
www.eeworm.com/read/200937/5063727

extra entries.extra

/clamp.m/// /compute_grad.m/// /mmax.m/// /rescale.m/// /compute_distance_to_points.m/// /compute_cuvilinear_abscice.m/// /extract_curves.m/// /image_resize.m/// /perform_curve_resampling.m///