代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/449504/7502063

m recmf_g.m

function ylevf = recmf_g(y,nlag,nfor,begf,prior,ndraw,nomit,r) % PURPOSE: Gibbs sampling forecasts for Bayesian error correction % model using Random-walk averaging prior % dy = A(L
www.eeworm.com/read/449504/7502095

m recm_g.m

function results = recm_g(y,nlag,prior,ndraw,nomit,r) % PURPOSE: Gibbs sampling estimates for Bayesian error correction % model using Random-walk averaging prior % dy = A(L) DY + E
www.eeworm.com/read/449504/7502105

m becmf_g.m

function ylevf = becmf_g(y,nlag,nfor,begf,prior,ndraw,nomit,r); % PURPOSE: Gibbs sampling forecasts for Bayesian error % correction model using Minnesota-type prior % dy = A(L) DY +
www.eeworm.com/read/198970/7899746

m demo_kde_3.m

% Simple Example #3 -- products of gaussian mixtures % % fprintf('KDE Example #3 : Product sampling methods (single, anecdotal run)\n'); rand('state',0); randn('state',0); p = kde([.1,.45,.55,
www.eeworm.com/read/244333/12871937

m protofilter.m

%原型滤波器设计 function Prototype=ProtoFilter(subCarrNum,gama) D= subCarrNum*gama-1; % Order Fc = 1/subCarrNum; % Cutoff Frequency flag = 'noscale'; % Sampling Flag % Create the window v
www.eeworm.com/read/322718/13369795

m make_polar.m

% Make the image interpolation for the polar scan % % Version 1.0, 17/2-99 JAJ % Version 1.1, 16/8-2007 JAJ % Small changes in compression % Set initial parameters D=10; % Sampling fre
www.eeworm.com/read/321160/13411454

m ip_06_03.m

% MATLAB script for Illustrative Problem 3, Chapter 6. echo on f_cutoff=2000; % the desired cut-off frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequenc
www.eeworm.com/read/318888/13467820

m s671.m

% % s671.m - MATLAB script in Section 6.7.1 % % Filter specifications % Fs=8000; % Sampling frequency 8 kHz fc=800; % Passband cutoff frequency 800 Hz fs=1600; % Stopband frequency 1.6 kHz
www.eeworm.com/read/313956/13577990

m ip_07_01.m

% MATLAB script for Illustrated Problem 1, Chapter 7. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % roll-off factor fc=40/T; % carrier frequen
www.eeworm.com/read/313956/13578501

m ip_06_03.m

% MATLAB script for Illustrative Problem 3, Chapter 6. echo on f_cutoff=2000; % the desired cut-off frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling freq