代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/372592/9500950
txt chodcm.txt
Sub CHODCM(A(), N, D(), T())
For I = 1 To N
Sum = A(I, I)
For J = 1 To I - 1
T(J) = A(J, I)
For K = 1 To J - 1
T(J) = T(J) - T(K) * A(
www.eeworm.com/read/162867/10262445
m minisi.m
%MINISI minimum-ISI TEQ design.
% [W, D, Dv] = MINISI(Sx, Sn, Sh, H, N, Nb, Nw, Dmin, Dmax, M)
% returns the time domain equalizer in W and the delay in D.
% Dv is a vector containing the remaining IS
www.eeworm.com/read/275183/10831519
m contourenhance_main.m
function contourenhance_main
clc
clear all
in=imread('212.bmp');
im=rgb2gray(in);
figure,imshow(in);title('原始图像');axis on;
im = double(im) / 256;
pfilt='9-7'; % choose LP decom
www.eeworm.com/read/274600/10862362
m contourenhance_main.m
function contourenhance_main
clc
clear all
in=imread('212.bmp');
im=rgb2gray(in);
figure,imshow(in);title('原始图像');axis on;
im = double(im) / 256;
pfilt='9-7'; % choose LP decom
www.eeworm.com/read/274600/10862386
m cawenhance_main.m
function cawenhance_main
clc
clear all
in=imread('212.bmp');
im=rgb2gray(in);
figure,imshow(in);title('原始图像');axis on;
im = double(im) / 256;
pfilt='9-7'; % choose LP decomposi
www.eeworm.com/read/273787/10901162
txt note.txt
In this part, many functions are included to realize fundamental manipulations,
such as downsampling, upsampling and polyphase decomposition, to plot the figure,
such as plot the frequency resp
www.eeworm.com/read/416329/11032531
txt readme_rgbquadtree.txt
main
----
Test program for Quadtree decomposition (Encoding) and Decoding of RGB image
qt3ddecom
----------
Quadtree decomposition method for RGB image of size M-by-N-by-3. This method uses t
www.eeworm.com/read/461210/7231711
txt readme_rgbquadtree.txt
main
----
Test program for Quadtree decomposition (Encoding) and Decoding of RGB image
qt3ddecom
----------
Quadtree decomposition method for RGB image of size M-by-N-by-3. This method uses t
www.eeworm.com/read/437574/7745653
m contents.m
%
% ===================================================================
%
% L I S Q
% LISQ is a toolbox for the lifting scheme on two-dimensional grids
% (rectangula
www.eeworm.com/read/433951/7902612
java internalmethod.java
package JSHOP2;
import java.util.Vector;
/** Each method at compile time is represented as an instance of this class.
*
* @author Okhtay Ilghami
* @author