代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/228640/14371906

fre inputsignal_square1khz.fre

Remark : FFT(inputsignal_square1khz.tim) Number of record : 256 Record type number : CREAL128RECT(W) Signal frequency : 1000 Hz Sampling rate : 10000 Hz File f
www.eeworm.com/read/228640/14371909

fre inputsignal_square1khz_512pt.fre

Remark : FFT(inputsignal_square1khz_512pt.tim) Number of record : 512 Record type number : CREAL128RECT(W) Signal frequency : 1000 Hz Sampling rate : 10000 Hz
www.eeworm.com/read/228640/14371928

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 256 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 8 /* = Number of "Butterfly" Stages in FFT processing */ #define
www.eeworm.com/read/124581/14558247

c fet140_adc12_00.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12 Sample A0, AVcc // // Description; A simple single sample is made on A0 with refern
www.eeworm.com/read/223838/14615824

h bldc.h

// This file has been prepared for Doxygen automatic documentation generation. /*! \file ******************************************************************** * * Atmel Corporation * * - File
www.eeworm.com/read/223174/14650578

c fet140_adc12_00.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12 Sample A0, AVcc // // Description; A simple single sample is made on A0 with refern
www.eeworm.com/read/116741/14956077

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/116287/14979659

c fet140_adc12_00.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12 Sample A0, AVcc // // Description; A simple single sample is made on A0 with refern
www.eeworm.com/read/216092/15027279

m mlmethod.m

%%%%最大似然ML 最大似然方法联合实现符号定时同步和载波同步仿真 clear all; %********************** preparation part *************************** para=128; % Number of parallel channel to transmit (points) %并行信道传输个数 fftlen=1
www.eeworm.com/read/216045/15028963

m ip_07_12.m

% MATLAB script for Illustrative Problem 12, Chapter 7. clear 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 an