代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/251776/12320259
c dm6430-speed-test.c
/*
FILE NAME: dm6430-speed-test.c
FILE DESCRIPTION: Speed test sample program
Sample program to measure the PC and driver speed with an
Interrupt Service Routine (ISR). The sampling rate can
www.eeworm.com/read/220289/14843895
m demmlp1.m
%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X at eq
www.eeworm.com/read/217687/14953455
m peakdetection.m
function peaks = PeakDetection(x,ff)
%
% peaks = PeakDetection(x,f),
% R-peak detector
%
% inputs:
% x: vector of input data
% f: approximate ECG beat-rate in Hertz, normalized by the sampling
www.eeworm.com/read/212307/15160196
m demmlp1.m
%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X at eq
www.eeworm.com/read/206158/15299322
m extr.m
function [indmin, indmax, indzer] = extr(x,t);
% [indmin, indmax, indzer] = EXTR(x,t) finds extrema and zero-crossings
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, d
www.eeworm.com/read/7654/125780
c aliasing.c
//Aliasing.c illustration of downsampling, aliasing, upsampling
#include "lp33.cof" //lowpass at 1.8 kHz
short flag = 0; //toggles for 2x down-sampling
float indly[
www.eeworm.com/read/251838/4414516
m sample1.m
% Check sampling on a mixture of experts model
%
% X \
% | |
% Q |
% | /
% Y
%
% where all arcs point down.
% We condition everything on X, so X is a root node. Q is a softmax, and Y is a linear
www.eeworm.com/read/251838/4415163
m enter_evidence.m
function [engine, loglik] = enter_evidence(engine, evidence)
% ENTER_EVIDENCE Add the specified evidence to the network (gibbs_sampling_inf_engine)
% [engine, loglik] = enter_evidence(engine, evidence
www.eeworm.com/read/251522/4419086
m enter_evidence.m
function [engine, loglik] = enter_evidence(engine, evidence)
% ENTER_EVIDENCE Add the specified evidence to the network (gibbs_sampling_inf_engine)
% [engine, loglik] = enter_evidence(engine, evidence
www.eeworm.com/read/215485/4903478
m sample1.m
% Check sampling on a mixture of experts model
%
% X \
% | |
% Q |
% | /
% Y
%
% where all arcs point down.
% We condition everything on X, so X is a root node. Q is a softmax, and Y is a linear