代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/150238/12302765
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/338238/12317184
h gibbs.h
#include "MonteCarlo.h"
#ifndef __GIBBS__
#define __GIBBS__
class Gibbs : public MonteCarlo {
/**
This class makes inference using Gibbs sampling method,
where in each step, only one no
www.eeworm.com/read/338238/12317194
h wolff.h
#include "MonteCarlo.h"
#include "PottsMRF.h"
#ifndef __WOLFF__
#define __WOLFF__
class Wolff : public MonteCarlo {
/**
This class makes inference using Wolff sampling method,
where in
www.eeworm.com/read/337105/12390908
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/336521/12439561
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/231622/14225847
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/228372/14387983
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/223158/14651521
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/120694/14792400
m psychoacousticmodel.m
function [LTMin, Delta] = PsychoAcousticModel(Input, NumberOfBands)
% Main function - sampling rate fs = 44100; bitrate = 128;
%
% Authors: Fabien A.P. Petitcolas (fapp2@cl.cam.ac.uk)
%
www.eeworm.com/read/220370/14802670
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm