代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/114369/15056662
txt mpeg3.txt
Mpeg 1.0/2.0 LayersI, II and III header and trailer formats
-----------------------------------------------------------
Laurent.Clevy@alcatel.fr
* HEADER
bits name comment
www.eeworm.com/read/214399/15101753
c adc_read.c
/*adc_read.c*/
/*For weather data logging system*/
#include
#include
#include
#include
/* Personal includes and defines */
#include "uadc.h"
#defin
www.eeworm.com/read/214019/15117513
h fft.h
#define FFT_BLOCK_LENGTH 512 /* = Number of frequency points in the FFT */
#define LOG2_BLOCK_LENGTH 9 /* = Number of "Butterfly" Stages in FFT processing */
#define SAMPLING_RATE 25600 /* =
www.eeworm.com/read/213940/15121965
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/210159/15205779
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/205721/15308823
html resamp.html
/
[Master Index]
[Index for ./main]
resamp
(./main/resamp.m)
Function Synopsis
[datao
www.eeworm.com/read/164625/5488600
c fet140_adc12.c
//******************************************************************************
// MSP-FET430P140 Demo - Simple Single That Samples ADC12 Channel A0
//
// Description; A simple single sample is
www.eeworm.com/read/295657/8147878
m c7ex10.m
a = [0 1; -6 -5]; % Define a matrix
b = [1 1; 1 1]; % Define b matrix
Ts = 0.1; % Define sampling period
[F,G] = c2d(a,b,Ts); % Compute F matrix and G matrix
F
www.eeworm.com/read/295200/8180563
c test44x_adc12_00.c
//******************************************************************************
// MSP430-TEST44X Demo - ADC12 Sample A0, AVcc
//
// Description; A simple single sample is made on A0 with refer
www.eeworm.com/read/173140/9671021
m ip_07_10.m
% MATLAB script for Illustrative Problem 10, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key to see