代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/140697/13066857
m alg071.m
% JACOBI ITERATIVE ALGORITHM 7.1
%
% To solve Ax = b given an initial approximation x(0).
%
% INPUT: the number of equations and unknowns n; the entries
% A(I,J), 1
www.eeworm.com/read/140697/13066890
m alg073.m
% SOR ALGORITHM 7.3
%
% To solve Ax = b given the parameter w and an initial approximation
% x(0):
%
% INPUT: the number of equations and unknowns n; the entries
% A(I,J), 1
www.eeworm.com/read/140697/13066927
m alg072.m
% GAUSS-SEIDEL ITERATIVE TECHNIQUE ALGORITHM 7.2
%
% To solve Ax = b given an initial approximation x(0).
%
% INPUT: the number of equations and unknowns n; the entries
% A(I,J), 1
www.eeworm.com/read/140697/13067056
m alg071.m
% JACOBI ITERATIVE ALGORITHM 7.1
%
% To solve Ax = b given an initial approximation x(0).
%
% INPUT: the number of equations and unknowns n; the entries
% A(I,J), 1
www.eeworm.com/read/140697/13067094
m alg073.m
% SOR ALGORITHM 7.3
%
% To solve Ax = b given the parameter w and an initial approximation
% x(0):
%
% INPUT: the number of equations and unknowns n; the entries
% A(I,J), 1
www.eeworm.com/read/139007/13195605
m ps.m
function y = ps(A, m, tol, rl, marksize)
%PS Dot plot of a pseudospectrum.
% PS(A, M, TOL, RL) plots an approximation to a pseudospectrum
% of the square matrix A, using M random pe
www.eeworm.com/read/311447/13630936
asv contents目录.asv
%Contourlet Toolbox (Version 2.0)
%
%Demos演示
% DECDEMO Demonstrates contourlet decomposition and reconstruction 显示contourlet分解与重构
% NLADEMO Demo for contourlet nonlinear approximation.演示为contour
www.eeworm.com/read/311447/13630966
m contents目录.m
%Contourlet Toolbox (Version 2.0)
%
%Demos演示
% DECDEMO Demonstrates contourlet decomposition and reconstruction 显示contourlet分解与重构
% NLADEMO Demo for contourlet nonlinear approximation.演示为contour
www.eeworm.com/read/303772/13809434
changelog
Version 0.95
* DCT based resampling function.
Version 0.94 24/10 2007
* Numerically stable computation of Hermite functions. Thanks to
Thomasz Hrycak.
* gabmulappr (approximation of an opera
www.eeworm.com/read/456224/6278742
m polyapprox_1var.m
%
% Ch 5: Numerical Techniques - 1 D optimization
% Optimzation with MATLAB, Section 5.2.4
% Generic Polynomial Approximation Method - Single Variable
% copyright Dr. P.Venkataraman
%
% An m-