代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/176347/9502180
in makefile.in
############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequenc
www.eeworm.com/read/176347/9502204
unix makefile.unix
############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequenc
www.eeworm.com/read/176347/9502334
in makefile.in
############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequenc
www.eeworm.com/read/175408/9549866
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/366752/9800195
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/364545/9903816
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/363804/9935693
m cp0804_corrsyn.m
%
% Function 8.15: "cp0804_corrsyn"
%
% Implements the correlation an input vector (signal)
% with a reference vector (template)
% 'fc' represents the sampling frequency
%
% The function retur
www.eeworm.com/read/361765/10036904
h mcmcmnl.h
// MCMCmnl.h contains multinomial logit functions called by both the
// metropolis hastings and slice sampling implemenetation of MCMCmnl,
// such as a function that returns the log posterior.
//
// A
www.eeworm.com/read/164629/10099563
m cfmfcc.m
function r =cfmfcc(s, fs)
% MFCC
%
% Inputs: s contains the signal to analize
% fs is the sampling rate of the signal
%
% Output: r contains the transformed signal
%
%
%%%%%%%%%%%%%%
www.eeworm.com/read/164629/10099610
m mfcc.m
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
%
%
%%%%%%%%%%%%%%%