代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/440750/7682171

m lpcbwexp.m

function arx=lpcbwexp(ar,bw) %LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW) %minimum bandwidth will be BW*fs where fs is the sampling frequency %the radius of each pole will be multi
www.eeworm.com/read/439811/7701405

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency
www.eeworm.com/read/439811/7701529

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. clear echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequen
www.eeworm.com/read/247001/12693011

cpp dsysfixp.cpp

// Model: dsys // Sampling period = 0.100000 seconds // // Input scaling: [2] // State scaling: [0.5 4] // Output scaling: [2] // // Generated at 19:17:18 on 26-Feb-2003 class d
www.eeworm.com/read/245180/12812818

m extr.m

%EXTR finds extrema and zero-crossings % % [indmin, indmax, indzer] = EXTR(x,t) % % inputs : - x : analyzed signal % - t (optional) : sampling times, default 1:length(x) % % outputs : - indm
www.eeworm.com/read/244937/12830700

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency
www.eeworm.com/read/244937/12831128

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. clear echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequen
www.eeworm.com/read/143706/12849510

m demolgd1.m

%DEMOLGD1 Demonstrate simple MLP optimisation with on-line gradient descent % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X
www.eeworm.com/read/143706/12849918

m demrbf1.m

%DEMRBF1 Demonstrate simple regression using a radial basis function network. % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling
www.eeworm.com/read/143706/12849997

m metrop.m

function [samples, energies, diagn] = metrop(f, x, options, gradf, varargin) %METROP Markov Chain Monte Carlo sampling with Metropolis algorithm. % % Description % SAMPLES = METROP(F, X, OPTIONS) use