代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/179885/9332660

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/373828/9433177

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/373828/9433920

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/177674/9442669

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/176823/9483361

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/176583/9493301

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/176583/9493303

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/176500/9495780

m remezex2a.m

% % Program name - REMEZ2.m % Fs=50000; % Sampling frequency % Filter length Ap=1; % Pass band ripple in dB As=45; % Stop band attenuation in dB M=[0 1 0];
www.eeworm.com/read/168454/9912456

m remezex2a.m

% % Program name - REMEZ2.m % Fs=50000; % Sampling frequency % Filter length Ap=1; % Pass band ripple in dB As=45; % Stop band attenuation in dB M=[0 1 0];
www.eeworm.com/read/168404/9917857

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