代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/156653/11786537

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/156528/11794790

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/345213/11826052

r chapter3.r

## Example 3.1 Gabor Functions ## Generate a Gabor function at given frequency (here 0.1 Hz), for a ## sampling frequency (here 1 Hz), location (here 256) and scale ## (here 25): gab
www.eeworm.com/read/344551/11872942

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/344551/11873334

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/342767/11999667

m octspec.m

function [g,f] = octspec(B,A,Fs,Fc,s,n); % OCTSPEC Plots an octave filter characteristics. % OCTSPEC(B,A,Fs,Fc) plots the attenuation of the filter defined by % B and A at sampling frequency Fs
www.eeworm.com/read/342767/11999671

m octdsgn.m

function [B,A] = octdsgn(Fc,Fs,N); % OCTDSGN Design of an octave filter. % [B,A] = OCTDSGN(Fc,Fs,N) designs a digital octave filter with % center frequency Fc for sampling frequency Fs. %
www.eeworm.com/read/253950/12174217

m demmlp1.m

%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X at eq
www.eeworm.com/read/339665/12211874

m demmlp1.m

%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X at eq
www.eeworm.com/read/150905/12250647

m demmlp1.m

%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X at eq