代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/252197/12293847

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. clear echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency
www.eeworm.com/read/251776/12320265

c dm6430-timers.c

/* FILE NAME: dm6430-timers.c FILE DESCRIPTION: User timer sample program This program demonstrates how to program the 8254 programmable interval timers (PITs). Counter 0 is programmed to run
www.eeworm.com/read/337193/12385381

c fet410_wdt02.c

//****************************************************************************** // MSP-FET430P410 Demo - WDT Toggle P5.1 Interval overflow ISR, 32kHz ACLK // // Description; Toggle P1.0 using so
www.eeworm.com/read/249906/12448012

s43 fet110_wdt_02.s43

;****************************************************************************** ; MSP-FET430x110 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK ; ; Description: Toggle P1.0 using so
www.eeworm.com/read/249901/12448319

s43 fet120_wdt_02.s43

;****************************************************************************** ; MSP-FET430P120 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK ; ; Description: Toggle P1.0 using so
www.eeworm.com/read/234432/14112867

m scaletrain.m

function [trainsamples,A,B] = scaletrain(trainsamples,lb,ub) % normalize the training data in the interval [-1 1] if nargin < 2 lb = -1; ub = 1; end n = size(trainsamples,2); % input dim
www.eeworm.com/read/234429/14112923

m scaletrain.m

function [trainsamples,A,B] = scaletrain(trainsamples,lb,ub) % normalize the training data in the interval [-1 1] if nargin < 2 lb = -1; ub = 1; end n = size(trainsamples,2); % input dim
www.eeworm.com/read/233012/14173985

s43 fet140_wdt02.s43

;****************************************************************************** ; MSP-FET430P140 Demo - WDT Toggle P1.0 Interval overflow ISR, 32kHz ACLK ; ; Description; Toggle P1.0 using sof
www.eeworm.com/read/130666/14179327

s43 fet410_wdt01.s43

#include "msp430x41x.h" ;****************************************************************************** ; MSP-FET430P410 Demo - WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK ; ; Descripti
www.eeworm.com/read/130665/14179419

s43 fet440_wdt01.s43

#include "msp430x44x.h" ;****************************************************************************** ; MSP-FET430P440 Demo - WDT Toggle P5.1 Interval overflow ISR, DCO SMCLK ; ; Descriptio