代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/150905/12250193
htm metrop.htm
Netlab Reference Manual metrop
metrop
Purpose
Markov Chain Monte Carlo sampling with Metropolis algorithm.
Synopsis
www.eeworm.com/read/150905/12250202
htm demprgp.htm
Netlab Reference Manual demprgp
demprgp
Purpose
Demonstrate sampling from a Gaussian Process prior.
Synopsis
de
www.eeworm.com/read/150905/12250336
htm demhmc3.htm
Netlab Reference Manual demhmc3
demhmc3
Purpose
Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
Synopsis
www.eeworm.com/read/150905/12250378
htm demprior.htm
Netlab Reference Manual demprior
demprior
Purpose
Demonstrate sampling from a multi-parameter Gaussian prior.
Synopsis
www.eeworm.com/read/150905/12250385
htm demgauss.htm
Netlab Reference Manual demgauss
demgauss
Purpose
Demonstrate sampling from Gaussian distributions.
Synopsis
de
www.eeworm.com/read/251013/12368853
m mainfinal.m
close all;
clear all;
fs=20e+6; %the sampling frequency
fi=15e+6; %the intermediate frequency
fo=15e+6; %the local frequency
fso=5e+6; %the desired data frequency
b=5e+6; %the bandwidth
T=2
www.eeworm.com/read/336234/12462471
m sigmix_2ch.m
function [S,A,X,Fs] = Sigmix_2ch
% Sigmix_2ch is used to generate a mixture of 2 sine signals at
% 1kHz and 2kHz with 30800 sample at sampling rate of 16kHz
% Usage: [S,A,X,Fs] = Sigmix_2ch
% Inpu
www.eeworm.com/read/230384/14291126
asv f_decimate.asv
function [y,b] = f_decimate (x,fs,M,m,f_type,alpha)
%F_DECIMATE: Reduce sampling rate by factor M.
%
% Usage: [y,b] = f_decimate (x,fs,M,m,f_type,alpha)
%
% Inputs: x = a vector of length
www.eeworm.com/read/230384/14291229
m f_decimate.m
function [y,b] = f_decimate (x,fs,M,m,f_type,alpha)
%F_DECIMATE: Reduce sampling rate by factor M.
%
% Usage: [y,b] = f_decimate (x,fs,M,m,f_type,alpha)
%
% Inputs:
% x = a vecto
www.eeworm.com/read/230384/14291305
asv f_interpol.asv
function [y,b] = f_interpol (x,fs,L,m,f_type,alpha)
%F_INTERPOL: Increase sampling rate by factor L.
%
% Usage: [y,b] = f_interpol (x,fs,L,m,f_type,alpha)
%
% Inputs:
% x = a vec