代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/396382/8110261

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/396382/8110279

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/396381/8110303

tim input_square1k.tim

Remark : Imported from 'input_square1k.MCH' Number of record : 256 Record type number : INTEGER16 Signal frequency : 0 Hz Sampling rate : 20000 Hz File format
www.eeworm.com/read/396381/8110307

fre input_square1k.fre

Remark : FFT(input_square1k.tim) Number of record : 256 Record type number : CREAL128RECT(W) Signal frequency : 0 Hz Sampling rate : 20000 Hz File format
www.eeworm.com/read/295744/8142622

c fet140_adc12.c

//****************************************************************************** // MSP-FET430P140 Demo - Simple Single That Samples ADC12 Channel A0 // // Description; A simple single sample is
www.eeworm.com/read/244937/12831187

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
www.eeworm.com/read/244474/12861226

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 32 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 5 /* = Number of "Butterfly" Stages in FFT processing */ #define
www.eeworm.com/read/244474/12861247

h fft.h

/* Constant Definitions */ #define FFT_BLOCK_LENGTH 32 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 5 /* = Number of "Butterfly" Stages in FFT processing */ #define
www.eeworm.com/read/138880/13206094

c test44x_adc12_07.c

#include "msp430x44x.h" // Standard Equations void main(void) { WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer P6SEL |= 0x01; // Ena
www.eeworm.com/read/138880/13206100

c test44x_adc12_03.c

#include "msp430x44x.h" // Standard Equations static unsigned int results; // Needs to be global in this example // Otherwise, the com