代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/321385/13407748
m lfm.m
function LFM(B,T);
time_B_product = B * T;
if(time_B_product < 5 )
fprintf('************ Time Bandwidth product is TOO SMALL ***************')
fprintf('\n Change B and or T')
return
www.eeworm.com/read/317833/13495802
m ex060600.m
% Chapter 6 : Example 6.6 Frequency Sampling Form
% given h(n)
%
h = [1,2,3,2,1]/9;
[C,B,A] = dir2fs(h)
www.eeworm.com/read/310181/13656815
c test44x_adc12_07.c
//******************************************************************************
// MSP430-TEST44X Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sin
www.eeworm.com/read/303999/13805070
m speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Speech Coding using Linear Predictive Coding (LPC)
%
www.eeworm.com/read/302325/13837764
m speechcoder1.m
%speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can be selected in the
www.eeworm.com/read/302325/13837857
m speechcoder1.m
%speechcoder1.m
%Plain LPC vocoder
%Main file
function [ outspeech ] = speechcoder1( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can be selected in the
www.eeworm.com/read/147422/5729305
m f_wav_as.m
%
% Wave to Ascii Conversion Routine
%Author : Karthik and modified by Childers
%Conversion accomplished using the wavread routine in MATLAB
%For more information see MATLAB help on wavread
%Matl
www.eeworm.com/read/132325/6315038
c fet140_adc12_07.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sin
www.eeworm.com/read/132325/6315040
c fet140_adc12_10.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Trigger Conversion With Timer_A
//
// Description: Trigger an A/D conversion with
www.eeworm.com/read/493456/6393680
m ex060600.m
% Chapter 6 : Example 6.6 Frequency Sampling Form
% given h(n)
%
h = [1,2,3,2,1]/9;
[C,B,A] = dir2fs(h)