代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/413912/11137088
m evidence.m
function [net, gamma, logev] = evidence(net, x, t, num)
%EVIDENCE Re-estimate hyperparameters using evidence approximation.
%
% Description
% [NET] = EVIDENCE(NET, X, T) re-estimates the hyperparamete
www.eeworm.com/read/266087/11242367
cpp gade_all_new.cpp
//Gaussian Approximation Density Evolution: version 2
//Author: Zhu, Shenli
//Change Log:
// 7/24 Version 2 change linear search to binary search (bsearch)
// 8/7 Version 3 bug fixed and add
www.eeworm.com/read/201218/15413209
m trainlssvm.m
function [model,b,X,Y] = trainlssvm(model,X,Y)
% Train the support values and the bias term of an LS-SVM for classification or function approximation
%
% >> [alpha, b] = trainlssvm({X,Y,type,gam,ke
www.eeworm.com/read/390840/8437968
m nnd17no.m
function nnd17no(cmd,arg1)
% nnd17no Function approximation demonstration.
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks
www.eeworm.com/read/390840/8438191
asv nnd17no.asv
function nnd17no(cmd,arg1)
% nnd17no Function approximation demonstration.
% This demonstration requires the Neural Network Toolbox.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks
www.eeworm.com/read/433114/8545623
m list_of_seismic_functions.m
function list=list_of_seismic_functions
% List of functions for creating/using/displaying seismic datasets (used in s_tools)
list={ ...
0,6.1,'ava_approximation','Compute approximate amplitude vs ang
www.eeworm.com/read/430031/8771710
m fig3_37.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 3.37
% Illustration of the Parks-McClellan algorithm
% for equiripple approximation
% Lillian Xu 3/24/99
% K. Bell 9/22/00, K. Bell 7/22/01, 9/30/01
www.eeworm.com/read/429877/8784593
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339
www.eeworm.com/read/284169/8957905
m disfrft.m
function y=Disfrft(f,a,p)
% Computes discrete fractional Fourier transform
% of order a of vector x
% p (optional) is order of approximation, default N/2
N = length(f); even = ~rem(N,2);
shft = r
www.eeworm.com/read/381207/9104880
m que_func.m
function fofx = que_func(x)
% This function computes the value of the Q-function
% listed in Eq.(2.16). It uses the approximation in Eq.s (2.17) and (2.18)
if (x >= 0)
denom = 0.661 * x + 0.339