代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/421831/10695395
asv acquisition.asv
function [amp,ccn,cfrq]=Acquisition(lpfdata, svnum)
% **************initial parameters****************
fs=4.2e+6; % the sampling frq;
ts=1/fs;
fc=30e+3; % the center frq without the Doppl
www.eeworm.com/read/469416/6976335
m~ demmet1.m~
function demmet1(plot_wait)
%DEMMET1 Demonstrate Markov Chain Monte Carlo sampling on a Gaussian.
%
% Description
% The problem consists of generating data from a Gaussian in two
% dimensions usi
www.eeworm.com/read/469416/6976343
m hmc.m
function [samples, energies, diagn] = hmc(f, x, options, gradf, varargin)
%HMC Hybrid Monte Carlo sampling.
%
% Description
% SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
% algo
www.eeworm.com/read/469416/6976408
m# #demmet1.m#
function samples=demmet1(plot_wait)
%DEMMET1 Demonstrate Markov Chain Monte Carlo sampling on a Gaussian.
%
% Description
% The problem consists of generating data from a Gaussian in two
% dimens
www.eeworm.com/read/469416/6976454
m demmet1.m
function samples=demmet1(plot_wait)
%DEMMET1 Demonstrate Markov Chain Monte Carlo sampling on a Gaussian.
%
% Description
% The problem consists of generating data from a Gaussian in two
% dimens
www.eeworm.com/read/466212/7041101
m ip_07_01.m
% MATLAB script for Illustrated Problem 7.1.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % rolloff factor
fc=40/T; % carrier frequency
A_m=1;
www.eeworm.com/read/289151/7148960
m hmc.m
function [samples, energies, diagn] = hmc(f, x, options, gradf, varargin)
%HMC Hybrid Monte Carlo sampling.
%
% Description
% SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo
% algo
www.eeworm.com/read/463748/7175942
m ip_06_03.m
% MATLAB script for Illustrative Problem 6.3.
echo on
f_cutoff=2000; % the desired cutoff frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequency
f1=
www.eeworm.com/read/463748/7176074
m ip_07_01.m
% MATLAB script for Illustrated Problem 7.1.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % rolloff factor
fc=40/T; % carrier frequency
A_m=1;
www.eeworm.com/read/462318/7202829
m ip_07_01.m
% MATLAB script for Illustrated Problem 7.1.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % rolloff factor
fc=40/T; % carrier frequency
A_m=1;