代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/109665/15552578

ssf hello.ssf

SIMULATOR_SETTINGS { FOCUS_ENTITY_NAME = |hello; ESTIMATE_POWER_CONSUMPTION = OFF; GLITCH_INTERVAL = 1ns; GLITCH_DETECTION = OFF; SIMULATION_COVERAGE = ON; CHECK_OUTPUTS = OFF; SETUP_HO
www.eeworm.com/read/390140/8482564

m ofdm_good.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/390140/8482566

m ofdm_signal.m

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/431958/8644991

c msp430x11x1_wdt_02.c

//****************************************************************************** // MSP430x11x1 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK // // Description: Toggle P1.0 using sof
www.eeworm.com/read/431958/8645108

c msp430x22x4_wdt_02.c

//****************************************************************************** // MSP430F22x4 Demo - WDT, Toggle P1.0, Interval Overflow ISR, 32kHz ACLK // // Description: Toggle P1.0 using sof
www.eeworm.com/read/431675/8661878

m normal_map.m

%NORMAL_MAP Map a dataset on a normal densities based classifier % % F = normal_map(A,W) % % Maps the dataset A by the normal densities based classfier W on a % [0,1] interval for each of the clas
www.eeworm.com/read/286321/8771992

vb frmmain.vb

Public Class frmMain Private iI As Integer = 0 Private strSendKey As String Dim Timer1 As New System.Timers.Timer() Private Sub CreateTimer() Timer1.Interval = txtPerBum
www.eeworm.com/read/184267/9114128

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/181459/9254706

txt ofdm spectrum.txt

% Faculty of Engineering, University of Fukui. 2003/11/11 % coded by Sokthai Chan (sokthai@msn.com) % OFDM signal and its spectrum ( Guard Interval insertion ) clear all; Fd=1; % s
www.eeworm.com/read/377948/9256448

m satlin.m

function a = satlin(n,b) %SATLIN Saturating linear transfer function. % % SATLIN(N) % N - SxQ Matrix of net input (column) vectors. % Returns values of N truncated into the interval [0, 1]. %