代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/170938/5402516
m wt09fig02.m
% CAPTION
fprintf('\n');
disp('Figure 9.2')
disp('Window 1: Original Lena image of N^2 = 256^2 pixels.')
disp('Window 2: Linear approximation from the M = N^2/16 Symmlet 4')
disp('wavelet coeffic
www.eeworm.com/read/309003/3708405
m wt09fig02.m
% CAPTION
fprintf('\n');
disp('Figure 9.2')
disp('Window 1: Original Lena image of N^2 = 256^2 pixels.')
disp('Window 2: Linear approximation from the M = N^2/16 Symmlet 4')
disp('wavelet coeffic
www.eeworm.com/read/427864/1964742
m wt09fig02.m
% CAPTION
fprintf('\n');
disp('Figure 9.2')
disp('Window 1: Original Lena image of N^2 = 256^2 pixels.')
disp('Window 2: Linear approximation from the M = N^2/16 Symmlet 4')
disp('wavelet coeffic
www.eeworm.com/read/395929/2428281
sh crislinux.sh
# This is an approximation of what we want for a real linux system (with MMU and ELF).
MACHINE=
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-cris"
ARCH=cris
TEMPLATE_NAME=elf32
ENTRY=_start
# Needed? Perha
www.eeworm.com/read/384673/2598481
m wt09fig02.m
% CAPTION
fprintf('\n');
disp('Figure 9.2')
disp('Window 1: Original Lena image of N^2 = 256^2 pixels.')
disp('Window 2: Linear approximation from the M = N^2/16 Symmlet 4')
disp('wavelet coeffic
www.eeworm.com/read/376881/2706606
m~ greedyappx.m~
function [sel_inx,Alpha,Z,kercnt,MsErr,MaxErr]=...
greedyappx(X,ker,arg,m,p,mserr,maxerr,verb)
% GREEDYAPPX Kernel greedy data approximation.
%
% Synopsis:
% [Sel_inx,Alpha,Z,Kercnt,MsErrors,MaxEr
www.eeworm.com/read/376881/2706612
m greedyappx.m
function [sel_inx,Alpha,Z,kercnt,MsErr,MaxErr]=...
greedyappx(X,ker,arg,m,p,mserr,maxerr,verb)
% GREEDYAPPX Kernel greedy data approximation.
%
% Synopsis:
% [Sel_inx,Alpha,Z,Kercnt,MsErrors,MaxEr
www.eeworm.com/read/371708/2778991
m greedyappx.m
function [sel_inx,Alpha,Z,kercnt,MsErr,MaxErr]=...
greedyappx(X,ker,arg,m,p,mserr,maxerr,verb)
% GREEDYAPPX Kernel greedy data approximation.
%
% Synopsis:
% [Sel_inx,Alpha,Z,Kercnt,MsErrors,MaxEr
www.eeworm.com/read/393518/8281100
m maxgauss.m
function [u,v,p,r] = maxgauss(m,c,d)
%MAXGAUSS determine gaussian approximation to max of a gaussian vector [p,u,v,r]=(m,c,d)
%
% Inputs:
% m(N,1) is the mean vector of length N
% c(N
www.eeworm.com/read/287770/8670619
m teager.m
function t = teager(x,n)
% function t = teager(x,n)
% The Teager-Kaiser energy operator n'th order approximation. Omission of n
% sets n=0
if nargin == 1
n = 0;
end
if n == 0
if isobject(x)