代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/155919/11838462

m cp0201_2ppm_th.m

% % FUNCTION 2.4 : "cp0201_2PPM_TH" % % Introduces the TH code given by 'THcode' % and implements binary PPM modulation % 'seq' is the input binary strem % 'fc' is the sampling frequency for the
www.eeworm.com/read/342767/11999686

m aspec.m

function aspec(B,A,Fs); % ASPEC Plots a filter characteristics vs. A-weighting specifications. % ASPEC(B,A,Fs) plots the attenuation of the filter defined by B and A % with sampling frequenc
www.eeworm.com/read/253950/12174234

m demprior.m

function demprior(action); %DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior. % % Description % This function plots the functions represented by a multi-layer % perceptron network w
www.eeworm.com/read/339665/12211942

m demprior.m

function demprior(action); %DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior. % % Description % This function plots the functions represented by a multi-layer % perceptron network w
www.eeworm.com/read/150905/12250683

m demprior.m

function demprior(action); %DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior. % % Description % This function plots the functions represented by a multi-layer % perceptron network w
www.eeworm.com/read/150770/12263796

m cp0202_2pam_ds.m

% % FUNCTION 2.8 : "cp0202_2PAM_DS" % % Introduces the DS code given by 'DScode' % and implements binary PAM modulation % 'seq' is the input binary strem % 'fc' is the sampling frequency for the
www.eeworm.com/read/338928/12271442

java samplingndi.java

//package datamining; import java.io.*; import java.util.*; /** * Class for finding frequent itemsets using sampling * with the NDI algorithm. * * @author Michael Holler * @version 0
www.eeworm.com/read/337399/12371809

m psm_th.m

% % FUNCTION 2.4 : "cp0201_2PPM_TH" % % Introduces the TH code given by 'THcode' % and implements binary PPM modulation % 'seq' is the input binary strem % 'fc' is the sampling frequency for the
www.eeworm.com/read/221058/14758802

java samplingndi.java

package datamining; import java.io.*; import java.util.*; /** * Class for finding frequent itemsets using sampling * with the NDI algorithm. * * @author Michael Holler * @version 0.1
www.eeworm.com/read/121010/14775527

c main.c

/* Streaming sound driver * * (c)2000 Dan Potter * * This slightly more complicated version allows for sound effect channels, * and full sampling rate, panning, and volume control for each. The t