代码搜索:Approach
找到约 1,300 项符合「Approach」的源代码
代码结果 1,300
www.eeworm.com/read/114456/15052830
m earpk.m
function [a,A] = earpk(Y,p);
% [a,A] = earpk(Y,p);
% Estimate Coefficients of AR-Process
% Y(t) = a' * Y(t-1) + E(t)
% using the Kalman approach
%
% Input:
% p model order
% Y Signal (AR-Pro
www.eeworm.com/read/38039/1090742
mnu cmmclrdir.mnu
CLEAR#DIR 间隙方向
#
Appr#Dir 进刀方向
Change probe approach direction.
改变探针进刀方向。
PullOutDir 拉出方向
Change probe pull out direction.
改变探针拉出方向。
www.eeworm.com/read/38039/1096172
mnu chgpath.mnu
CHNG#PATH
#
Insert#Moves
Add a set of probe moves between two points.
#
Chg#Clearnce
Change direction and distance of approach and retraction moves.
#
Entry#Path
Specify entry moves before the approa
www.eeworm.com/read/334933/3360550
m p10_9.m
% Program P10_9
% Design of L-th Band FIR Filter Using the
% Windowed Fourier Series Approach
%
clf;
K = 11;
n = -K:K;
% Generate the truncated impulse response of
% the ideal lowpass filter
b = si
www.eeworm.com/read/301474/3839650
m p10_9.m
% Program P10_9
% Design of L-th Band FIR Filter Using the
% Windowed Fourier Series Approach
%
clf;
K = 11;
n = -K:K;
% Generate the truncated impulse response of
% the ideal lowpass filter
b = si
www.eeworm.com/read/448886/1683558
m p10_9.m
% Program P10_9
% Design of L-th Band FIR Filter Using the
% Windowed Fourier Series Approach
%
clf;
K = 11;
n = -K:K;
% Generate the truncated impulse response of
% the ideal lowpass filter
b = si
www.eeworm.com/read/378914/2679380
m p10_9.m
% Program P10_9
% Design of L-th Band FIR Filter Using the
% Windowed Fourier Series Approach
%
clf;
K = 11;
n = -K:K;
% Generate the truncated impulse response of
% the ideal lowpass filter
b = si
www.eeworm.com/read/133648/14031811
java interrupt.java
//: c14:Interrupt.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// The alternative approach to using
// stop() when a threa
www.eeworm.com/read/111082/15519452
html justintimeprogramming.html
Just In Time Programming
Just In Time Programming
An iterative approach to development. Focus on developing only what