代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/493843/6391499
m pade.m
function [a,b] = pade(x,p,q)
%PADE Model a signal using the Pade approximation method
%----
%Usage: [a,b] = pade(x,p,q)
%
% The input sequence x is modeled as the unit sample response of
% a fil
www.eeworm.com/read/492033/6430290
h lintet.h
#ifndef LINTET_H
#define LINTET_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class lintet defines tetrahedral elements with linear approximation functions
JK
*/
www.eeworm.com/read/492033/6430452
h plelemlt.h
#ifndef PLELEMLT_H
#define PLELEMLT_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class planeelemlt - defines plane triangular element with linear
approximation functi
www.eeworm.com/read/492033/6430566
h plelemqt.h
#ifndef PLELEMQT_H
#define PLELEMQT_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class planeelemqt defines plane triangular element with quadratic
approximation funct
www.eeworm.com/read/492033/6430588
h linwedge.h
#ifndef LINWEDGE_H
#define LINWEDGE_H
#include "alias.h"
struct matrix;
struct vector;
struct ivector;
/**
class lintet defines tetrahedral elements with linear approximation functions
JK
www.eeworm.com/read/259886/11759418
m demogrn1.m
%% GRNN Function Approximation
% This demonstration uses functions NEWGRNN and SIM.
%
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $ $Date: 2002/04/14 21:26:43 $
%%
% Here are e
www.eeworm.com/read/336459/12442546
m trapc.m
function [Itpc]=trapc(a,b,M,f,choice,varargin)
%TRAPC Composite two-points numerical integration.
% ITPC = TRAPC(A,B,M,FUN,CHOICE) computes an approximation of the integral
% of the function FUN
www.eeworm.com/read/233522/4667455
cxx vnl_rational.cxx
// This is vxl/vnl/vnl_rational.cxx
#include "vnl_rational.h"
//:
// \file
//: Creates a rational from a double.
// This is done by computing the continued fraction approximation for d.
vnl_r
www.eeworm.com/read/160391/5571591
m bethe_free_energy.m
function loglik = bethe_free_energy(engine, evidence)
% BETHE_FREE_ENERGY Compute Bethe free energy approximation to the log likelihood
% loglik = bethe_free_energy(engine, evidence)
%
% The Bethe
www.eeworm.com/read/391275/8412937
m gmmake_circ.m
function b = gmmake_circ(numsubdiv)
% gmmake_circ: Make a cubic bezier spline approximation to a circle.
% b = gmmake_circ(numsubdiv)
% returns a brep b that is a cubic bezier spline with numsubdiv
%