代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/254742/12121064
m program_13_4.m
% Program 13_4
% Effect of Down-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/254742/12121072
m program_13_3.m
% Program 13_3
% Effect of Up-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p
www.eeworm.com/read/253950/12174011
htm index.htm
NETLAB Reference Documentation
NETLAB Online Reference Documentation
Welcome to the NETLAB online reference documentation.
The NETLAB simulati
www.eeworm.com/read/150905/12250188
htm index.htm
NETLAB Reference Documentation
NETLAB Online Reference Documentation
Welcome to the NETLAB online reference documentation.
The NETLAB simulati
www.eeworm.com/read/338243/12316479
man linesearch.3.man
LINESEARCH(virtual) OPTIMA LINESEARCH(virtual)
Jun 1 15:18
NAME
LineSearch
SYNOPSIS
#include
class Li
www.eeworm.com/read/251835/12317339
m feval.m
function w = feval(f,z)
%FEVAL Evaluate a composite map.
w = z;
for n = 1:length(f.maps)
w = feval(f.maps{n},w);
end
www.eeworm.com/read/251577/12334829
h true_typedef_unittest_.h
// Updated: 19th September 2005
#if !defined(STLSOFT_INCL_STLSOFT_HPP_TRUE_TYPEDEF)
# error This file cannot be directly included, and should only be included within stlsoft/true_typedef.hpp
#e
www.eeworm.com/read/149609/12362786
c mexevalstring.c
/*=================================================================
* mexevalstring.c
*
* mexevalstring takes no input arguments. It uses mexEvalString to
* turn warnings off in MATLAB. It the
www.eeworm.com/read/234429/14112910
m contents.m
% ihlf_sv_rfn toolkit
% version 1.0
%
% abaloneexample.m - demonstrate the recusive finite Newton algorithm on Abalone data set
% evalkernel.m - evaluate the kernel function
% ihlf_svr_rfntrain.m
www.eeworm.com/read/231526/14228260
lsp evalenv.lsp
;;
;; The EVAL function in the original XLISP evaluated in the current lexical
;; context. This was changed to evaluate in the NIL (global) context to
;; match Common Lisp. But this created a problem: