代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/476581/6756488
m pamsignalspectrumcalculation.m
% Calculation of PAM Signal Spectrum
echo on
T=1; % symbol duration
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T;
www.eeworm.com/read/155919/11838450
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/342767/11999666
m cspec.m
function cspec(B,A,Fs);
% CSPEC Plots a filter characteristics vs. C-weighting specifications.
% CSPEC(B,A,Fs) plots the attenuation of the filter defined by B and A
% with sampling frequenc
www.eeworm.com/read/153407/12035410
m sus.m
function [indid,indindex,popexpected,popnormfitness]=sus(pop,params,state,nsample,toavoid)
%SUS Sampling of GPLAB individuals by the SUS method.
% SUS(POP,PARAMS,STATE,NSAMPLE,TOAVOID) returns
www.eeworm.com/read/253950/12173386
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
www.eeworm.com/read/339665/12211306
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
www.eeworm.com/read/150905/12249938
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
www.eeworm.com/read/338238/12317181
h metropolis.h
#include "MonteCarlo.h"
#include "PottsMRF.h"
#ifndef __METROPOLIS__
#define __METROPOLIS__
class Metropolis : public MonteCarlo {
/**
This class makes inference using Metropolis sampling me
www.eeworm.com/read/148473/12464930
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 the generate
www.eeworm.com/read/231449/14233648
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