代码搜索:Sampling

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

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

m sarp_gd3.m

% PURPOSE: An example of using sarp_g() % Gibbs sampling spatial autoregressive model % on a large data set %--------------------------------------------------
www.eeworm.com/read/449504/7503064

m sar_gd.m

% PURPOSE: An example of using sar_g() Gibbs sampling % spatial autoregressive model % (on a small data set) %---------------------------------------------------
www.eeworm.com/read/449504/7503073

m sar_gd2.m

% PURPOSE: An example of using sar_g() on a large data set % Gibbs sampling spatial autoregressive model %--------------------------------------------------- %
www.eeworm.com/read/449504/7503090

m sar_d2.m

% PURPOSE: An example of using sar_g() on a large data set % Gibbs sampling spatial autoregressive model %--------------------------------------------------- %
www.eeworm.com/read/440842/7680275

m probit_gd.m

% PURPOSE: demo of probit_g % Gibbs sampling for probit heteroscedastic estimation %--------------------------------------------------- % USAGE: probit_gd %----------------------------------
www.eeworm.com/read/492929/6414182

m probit_gd.m

% PURPOSE: demo of probit_g % Gibbs sampling for probit heteroscedastic estimation %--------------------------------------------------- % USAGE: probit_gd %----------------------------------
www.eeworm.com/read/429797/8788318

m print_data_loader_configuration_table.m

function [out]=print_data_loader_configuration_table(default_mat_config_out) % % print_data_loader_configuration_table: Prints the variable configuration to a table % % % % Syntax: % % % % [out
www.eeworm.com/read/175304/9552873

m multi_signals.m

fs=5120;% sampling frequency ts=1/fs;% sampling interval N=1024;% number of samples t=0:ts:(N-1)*ts;% symbol duration df=fs/N;% frequency resolution = 5 sigma=0.01; for i=1:64 f(i)=5*i;% ho
www.eeworm.com/read/321202/13410748

m filterecg.m

% FIR LP & HP filters (cascaded): 70dB 0.05-40Hz 1dB ripple % sampling frequency zm4NUJ function[filtdata] = filterECG(data) % sampling frequency zm4NUJ Fs= 256; % Hz % Data should be zeromean
www.eeworm.com/read/384270/8883814

c pir.c

/*********************************************************************** The following function displays an image using progressive refinement via gridded sampling. It assumes the existence of two fu