代码搜索:decomposition

找到约 1,689 项符合「decomposition」的源代码

代码结果 1,689
www.eeworm.com/read/447975/7542681

m contents.m

% Matlab implementation of SPIHT (without Arithmatic coding stage) % % The function in this toolbox are listed as follow: % % func_SPIHT_Main -- Main function % % func_SPIHT_Eec -- Encoder % %
www.eeworm.com/read/441397/7671095

m qr.m

%QR Orthogonal-triangular decomposition. % [Q,R] = QR(A) produces an upper triangular matrix R of the same % dimension as A and a unitary matrix Q so that A = Q*R. % % [Q,R,E] = QR(A) pr
www.eeworm.com/read/436995/7757443

m xopcr.m

% xopcr.m % Scope: This program determines operation counts (flops) for four different % implementations of RAIM algorithm (only the computation of t
www.eeworm.com/read/199432/7857132

txt chodcm.txt

procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real); var I,J,K:integer; SUM:real; begin For I:=1 To N do begin Sum:=A[I, I]; For J:=1 To I -
www.eeworm.com/read/242870/12976490

htm matdcmp.htm

Matrix Decomposition Methods Prev |
www.eeworm.com/read/242178/13090171

txt chodcm.txt

procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real); var I,J,K:integer; SUM:real; begin For I:=1 To N do begin Sum:=A[I, I]; For J:=1 To I -
www.eeworm.com/read/139007/13195436

m contents.m

% Matrix Computation Toolbox. % Version 1.2 5-Sep-2002 % Copyright (c) 2002 by N. J. Higham % % Demonstration % mctdemo - Demonstration of Matrix Computation Toolbox. % % Test Mat
www.eeworm.com/read/138860/13207221

m dfbdec.m

function y = dfbdec(x, fname, n) % DFBDEC Directional Filterbank Decomposition % % y = dfbdec(x, fname, n) % % Input: % x: input image % fname: filter name to be called by DFILTERS
www.eeworm.com/read/138860/13207257

m decdemo.m

function coeffs = decdemo( im, option ) % DECDEMO Demonstrates contourlet decomposition and reconstruction. % % DECDEMO shows how to use the contourlet toolbox to decompose % and reconstruc
www.eeworm.com/read/136754/13362524

m bianal1.m

function bian = bianal1(data,lpf,hpf) %bianal1(data,lpf,hpf) effects a one level decomposition of %of the input signal, data, using the biorthogonal filter bank %defined by filters lpf and hpf. Th