代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/362213/10012550

m ex12_5.m

% Example 12.5 % N = 2; % number of poles Rp = 3; % passband ripple T = .2; % sampling period wc = 2; % analog cutoff frequency Omegac = wc*T/pi; % normalized digital cutoff frequenc
www.eeworm.com/read/166514/10017210

m miclustering.m

function MIClustering(x,kneig,algo) % hierarchical clustering using the grouping property of mutual information % output: dendrogram % x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/164630/10099544

m extr.m

function [indmin, indmax, indzer] = extr(x,t); % [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings % % inputs : - x : analyzed signal % - t (optional) : sampling times, d
www.eeworm.com/read/425699/10336365

m go_randkey.m

% GO_RANDKEY Scan the database to generate random keypoints % % We simulate the feature distribution proposed by % % [1] E. Nowak, F. Jurie, and B. Triggs, "Sampling strategies for % bag-of-
www.eeworm.com/read/425546/10349266

m fwdprop_backsample.m

function samples = fwdprop_backsample(init_state_distrib, transmat, obslik, nsamples) % forwards propagation, backwards sampling % % input % init_state_distrib(q) % transmat(q, q') % obslik(q,
www.eeworm.com/read/161908/10357691

m extr.m

function [indmin, indmax, indzer] = extr(x,t); % [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings % % inputs : - x : analyzed signal % - t (optional) : sampling times, d
www.eeworm.com/read/279381/10442744

m extr.m

function [indmin, indmax, indzer] = extr(x,t); % [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings % % inputs : - x : analyzed signal % - t (optional) : sampling times, d
www.eeworm.com/read/352501/10545361

c aliasing.c

//Aliasing.c illustration of downsampling, aliasing, upsampling #include "lp33.cof" //lowpass at 1.8 kHz short flag = 0; //toggles for 2x down-sampling float indly[
www.eeworm.com/read/160223/10555307

m dir2fs.m

function [C,B,A] = dir2fs(h) % Direct form to Frequency Sampling form conversion % ------------------------------------------------- % [C,B,A] = dir2fs(h) % C = Row vector containing gains for paralle
www.eeworm.com/read/278180/10560486

m extr.m

function [indmin, indmax, indzer] = extr(x,t); % [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings % % inputs : - x : analyzed signal % - t (optional) : sampling times, d