代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/138798/13211953
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/138798/13211970
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/138798/13212148
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/138798/13212334
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/323952/13306726
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/323951/13306750
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/488470/6283211
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/159582/6338306
m aliasing1.m
% A program to demonstrate aliasing caused by sampling
clear all; % remove all previous data, etc
close all; % close anw windows
N= 128; % set the size of the picture
[x,y] = meshgrid( 1:N ); % de
www.eeworm.com/read/491701/6433188
h adis16350.h
//==========for SPI0 setup====================
#define BIT_ENABLE 1
www.eeworm.com/read/490882/6445083
asv simulation_data.asv
clc;
clear;
% 仿真参数:
% Pow = -30; % average transmitted power (dBm)
% fc = 50e9; % sampling frequency
% numbits =1000; % number of bits generated by the source
% Ts = 50e-9;