代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/240990/13180678
m cp0201_2ppm_th.m
%
% FUNCTION 2.4 : "cp0201_2PPM_TH"
%
% Introduces the TH code given by 'THcode'
% and implements binary PPM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/138798/13211938
m demhmc3.m
%DEMHMC3 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by samplin
www.eeworm.com/read/138798/13212128
m demhmc2.m
%DEMHMC2 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by samplin
www.eeworm.com/read/138798/13212269
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)
www.eeworm.com/read/138798/13212422
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)
www.eeworm.com/read/321469/13404259
m blockframes.m
function M3 = blockFrames(s, fs, m, n)
% blockFrames: Puts the signal into frames
%
% Inputs: s contains the signal to analize
% fs is the sampling rate of the signal
% m is the distance between
www.eeworm.com/read/325770/6317478
m cp0402_2pam_th.m
%
% FUNCTION 4.1 : "cp0402_2PAM_TH"
%
% Introduces the DS code given by 'DScode'
% and implements binary PAM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/490882/6445093
m cp0201_2ppm_th.m
%
% FUNCTION 2.4 : "cp0201_2PPM_TH"
%
% Introduces the TH code given by 'THcode'
% and implements binary PPM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/488117/6496935
m program_8_10.m
% Program 8_10
% Spectral Analysis Using the DFT
%
N = input('Type in the length of DFT = ');
T = input('Type in the sampling period = ');
freq = input('Type in the sinusoid's frequency = ');
k
www.eeworm.com/read/485544/6552670
m demhmc1.m
%DEMHMC1 Demonstrate Hybrid Monte Carlo sampling on mixture of two Gaussians.
%
% Description
% The problem consists of generating data from a mixture of two
% Gaussians in two dimensions using a hybr