代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/492929/6414211
m ols_gd.m
% PURPOSE: demo of ols_g()
% Gibbs sampling for Bayesian Heteroscedastic
% Linear Model
%
%---------------------------------------------------
% USAGE: ols_gd
%-------------
www.eeworm.com/read/492929/6414238
m tobit_gd.m
% PURPOSE: An example using tobit_g()
% Gibbs sampling tobit censored regression
%
%---------------------------------------------------
% USAGE: tobit_gd
%------
www.eeworm.com/read/270032/11050530
c pir.c
/***********************************************************************
The following function displays an image using progressive refinement
via gridded sampling. It assumes the existence of two fu
www.eeworm.com/read/292248/8365611
m carrier_modulations.m
function packet_rf_data=carrier_modulations(packet_data, carrier_freq, sampling_rate, symbol_rate, ps_filter);
%pulse shaping and carrier modulations
%
%
%make packet_data a colum vector
if size(
www.eeworm.com/read/423307/10571179
m adaptive_interference_cancellation_with_lms_algorithm.m
% Adaptive Interference Cancellation
clear all
close all
f_sampling=10e3;
number_of_points=2000;
time_instants=0:number_of_points-1;
% Interfering signal has fluctuating frequency
frequency_of_
www.eeworm.com/read/406421/11442645
cpp iirswept.cpp
//
// File = iirswept.cpp
//
#include
#include
#include
#include "iirswept.h"
#include "typedefs.h"
#include "misdefs.h"
extern ofstream DebugFile;
Swep
www.eeworm.com/read/159331/10668985
c latency.c
/* NOTE: copied from latency sampling demo */
/*
* Copyright (c) 1995,2000 TriMedia Technologies Inc.
*
* +------------------------------------------------------------------+
* | Thi
www.eeworm.com/read/449504/7502147
m tobit_gd2.m
% PURPOSE: An example using tobit_g()
% Gibbs sampling with right-censoring
%
%---------------------------------------------------
% USAGE: tobit_gd2
%--------
www.eeworm.com/read/449504/7502958
m sdmt_gd2.m
% PURPOSE: An example of using sdmt_g() on a large data set
% Gibbs sampling spatial durbin tobit model
%---------------------------------------------------
% U
www.eeworm.com/read/449504/7502972
m compare_models2.m
% PURPOSE: An example of using sdm_g() Gibbs sampling
% to compare various weight matrix specifications
% (on a small data set)
%--------------------------------