代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/430894/8719696

m pll_cycle.m

% Experiment 2, CS: Haykin % phase lock loop and cycle slipping % requires functions lin.m to run % Experiment2_2.m and Experiment2_1.m are used for Part 3 % of Experiment2. % time interval
www.eeworm.com/read/184267/9114130

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % Time vector t=[-.
www.eeworm.com/read/181164/9271725

3wy wytimespec.3wy

.\" .\" Edited by I.J.Wang, 2004 .\" .TH WyTimeSpec 3wy "libwy v0.31" .SH NAME WyTimeSpec \- class of interval time .SH SYNOPSIS .B #include .PP WyTimeSpec is a discardable class of fix
www.eeworm.com/read/179921/9331389

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/371743/9538186

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector
www.eeworm.com/read/370930/9574933

srd d_lxrjbxxcx_lbm.srd

$PBExportHeader$d_lxrjbxxcx.srd release 9; datawindow(units=0 timer_interval=0 color=1073741824 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.l
www.eeworm.com/read/424063/10500194

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % Time vector t=[-.
www.eeworm.com/read/423536/10553121

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % Time vector t=[-.
www.eeworm.com/read/350990/10690619

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/419697/10842962

c alg025.c

/* * METHOD OF FALSE POSITION ALGORITHM 2.5 * * To find a solution to f(x) = 0 given the continuous function * f on the interval [p0,p1], where f(p0) and f(p1) have * opposite signs: *