代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/13871/284268
m parzen.m
function [B,B2,dist] = parzen(data, mu, Sigma, N)
% EVAL_PDF_COND_PARZEN Evaluate the pdf of a conditional Parzen window
% function B = eval_pdf_cond_parzen(data, mu, Sigma, N)
%
% B(q,t) = Pr(dat
www.eeworm.com/read/334933/3360479
m p10_3.m
% Program P10_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
www.eeworm.com/read/301474/3839579
m p10_3.m
% Program P10_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
www.eeworm.com/read/282088/4110173
m gaussian_prob.m
function p=gaussian_prob(x, m, C, use_log)
% p=gaussian_prob(x, m, C, use_log)
%
% Evaluate the multi-variate density with mean vector m and covariance
% matrix C for the input vector x.
% Vector
www.eeworm.com/read/448886/1683487
m p10_3.m
% Program P10_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
www.eeworm.com/read/429426/1949349
entries
D/Associate////
D/Classify////
D/Data////
D/Evaluate////
D/Other////
D/Visualize////
D/icons////
/OWOptions.py/1.2/Wed May 7 14:07:03 2003//Tstable
/ColorPalette.py/1.3/Mon Oct 24 11:03:40 20
www.eeworm.com/read/429426/1949352
old entries.old
D/Associate////
D/Classify////
D/Data////
D/Evaluate////
D/Other////
D/Visualize////
D/icons////
/OWOptions.py/1.2/Wed May 7 14:07:03 2003//Tstable
/OWToolbars.py/1.5/Thu Nov 25 12:24:17 2004
www.eeworm.com/read/399273/2363342
makefile
#
# Makefile
#
# Version: $Id$
#
TARGET = rlm_policy
SRCS = rlm_policy.c parse.c evaluate.c
HEADERS = rlm_policy.h
RLM_CFLAGS =
RLM_LIBS =
include ../rules.mak
$(LT_OBJS): $(HEADERS)
www.eeworm.com/read/378914/2679309
m p10_3.m
% Program P10_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
www.eeworm.com/read/377738/2697167
cpp pex2_15.cpp
#include
#pragma hdrstop
#include "wex2_27.h"
// evaluate f(z) = z**3 - 3*z**2 +4z - 2
Complex f(Complex z)
{
// define complex equivalents of the real values 3, 4 and 2
Comp