代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/200914/5063751
h pnrmsenv.h
/*
** Class PQNodeRMSEnvelope
** This class holds an RMS envelope produced by an RMS disturbance, a cold
** load pickup, or by periodic RMS sampling. Summary information and
** se
www.eeworm.com/read/317481/3579599
vhd osc_ctrl.vhd
-- oscilloscope control
-- the main purpose of the osc_ctrl is to
-- 1. control the sampling rate of the A/D converter
-- 2. control the display of the signal
--
www.eeworm.com/read/303435/3811491
main sucentsamp.su.main
SUCENTSAMP - CENTRoid SAMPle seismic traces
sucentsamp sdout
Required parameters:
none
Optional parameters:
dt=from header sampling
www.eeworm.com/read/429426/1948859
py randomindices2.py
# Description: Shows how to sample example by random divisions into two groups
# Category: sampling
# Classes: MakeRandomIndices, MakeRandomIndices2, RandomGenerator
# Uses: lenses
#
www.eeworm.com/read/429426/1948869
py classifierfromvar.py
# Description: Shows how to use ClassifierFromVar and transformers
# Category: sampling
# Classes: ClassifierFromVar, TransformValue
# Uses: monk1
# Referenced: RandomIndices.htm
www.eeworm.com/read/429426/1948918
py variable2.py
# Description: Shows how to construct new attributes from the existing and use it seamlessly in sampling and testing
# Category: feature construction, constructive induction
# Classes: Variab
www.eeworm.com/read/373767/2758901
c adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/268098/11154463
vhd osc_ctrl.vhd
-- oscilloscope control
-- the main purpose of the osc_ctrl is to
-- 1. control the sampling rate of the A/D converter
-- 2. control the display of the signal
--
www.eeworm.com/read/291812/8394145
m systematicr.m
function outIndex = systematicR(inIndex,wn);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses the
% systematic sampling scheme o
www.eeworm.com/read/430762/8729066
txt mfcc.txt
function r = mfcc(s, fs)
% MFCC
%
% Inputs: s contains the signal to analize
% fs is the sampling rate of the signal
%
% Output: r contains the transformed signal
%
%
%%%%%%