代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/409664/11316731
txt acmwavein.txt
TACMWaveIn - this component is used for sampling
audio (directly or through ACM codecs). This
component is derived from TWinControl.
TACMWaveIn - have 2 methods:
Open(format:PWaveFormatEx); f
www.eeworm.com/read/404286/11488999
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/347709/11645066
c fet440_adc12_04.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// This example shows how to extend the sa
www.eeworm.com/read/347709/11645458
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/347709/11645904
c msp430x261x_adc12_04.c
//******************************************************************************
// MSP430F26x Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to exte
www.eeworm.com/read/347709/11646820
c fet430_adc12_04.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Extend Sampling period with SHT Bits
//
// This example shows how to extend the sa
www.eeworm.com/read/261190/11660958
m speechcoder2.m
%8.4 Voice-excited LPC vocoder
%8.4.1 Main File
function [ outspeech ] = speechcoder2( inspeech )
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
% Speech Coding using Linear Predict
www.eeworm.com/read/347162/11686753
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/157266/11723405
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/346459/11743175
m plus.m
function c = plus(a,b)
% overloading of operator +
% $Id: plus.m 53 2005-01-05 11:17:56Z mairas $
if isa(a,'signal') & ~isa(b,'signal')
c = signal(a.s + b, a.time);
elseif ~isa(a,'signal') & isa(