代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/469416/6976401
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/469416/6976436
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/469416/6976503
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/457417/7325734
vhd fsf_comb_filter.vhd
-- comb filter implementation for frequency sampling filers (FSF)
-- The filter transfer function F(z)=1+z^(-comb_delay)
--
-- This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/454843/7382400
h filter.h
typedef struct { _iq x; /* Input:Input of the low pass filter (PU) */
_iq Tc; /* Parameter:Sampling period (PU) */
_iq wc; /* Parameter:Cut off frequency for low pass filter
www.eeworm.com/read/449504/7502504
m contents.m
% Gibbs sampling auxiliary function library -- Jim LeSage
%
%
% apm : computes Geweke's chi-squared test for two sets of MCMC sample draws
% apm_d : demo of apm()
%
www.eeworm.com/read/439372/7711448
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/199774/7823398
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/433768/7910523
m fftfreq.m
function f = fftfreq(fNyq,Npts)
%FFTFREQ To produce a two-sided frequency vector for use with an FFT.
%
% f = FFTFREQ(fNyq,Npts) fNyq is the Nyquist frequency (half the
% sampling frequen
www.eeworm.com/read/197565/7985881
m cp0202_2pam_ds.m
%
% FUNCTION 2.8 : "cp0202_2PAM_DS"
%
% 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