代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/138880/13206108

c test44x_adc12_01.c

#include "msp430x44x.h" // Standard Equations static unsigned int results[2]; // Needs to be global in this example // Otherwise, the c
www.eeworm.com/read/138880/13206113

c test44x_adc12_02.c

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

c test44x_adc12_00.c

#include void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12ON; // ADC12ON ADC12CTL0 |= ENC; //
www.eeworm.com/read/138860/13207218

m ppdec.m

function [p0, p1] = ppdec(x, type) % PPDEC Parallelogram Polyphase Decomposition % % [p0, p1] = ppdec(x, type) % % Input: % x: input image % type: one of {1, 2, 3, 4} for selecting sampling
www.eeworm.com/read/323951/13306790

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/322692/13371250

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/321160/13411586

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
www.eeworm.com/read/321050/13412957

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/313963/13577843

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/313956/13578001

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 t