代码搜索:separable
找到约 238 项符合「separable」的源代码
代码结果 238
www.eeworm.com/read/428780/1954021
asv genlsdata.asv
function [data,model] = genlsdata( dim, num_data, margin )
% GENLSDATA Generates linearly separable binary data.
%
% Synopsis:
% data = genlsdata(dim,num_data,margin)
%
% Description:
% It generates
www.eeworm.com/read/428780/1954022
m genlsdata.m
function [data,model] = genlsdata( dim, num_data, margin )
% GENLSDATA Generates linearly separable binary data.
%
% Synopsis:
% data = genlsdata(dim,num_data,margin)
%
% Description:
% It generates
www.eeworm.com/read/427864/1964734
m wt07fig26.m
%CAPTION
fprintf('\n');
disp('Figure 7.26')
disp('Window 1: Separable wavelet transform on J=4 octaves of the')
disp('image of a white square in a black background.')
disp('Black, grey and white
www.eeworm.com/read/384673/2598473
m wt07fig26.m
%CAPTION
fprintf('\n');
disp('Figure 7.26')
disp('Window 1: Separable wavelet transform on J=4 octaves of the')
disp('image of a white square in a black background.')
disp('Black, grey and white
www.eeworm.com/read/292863/8328489
m reconwupyr.m
function res = reconWUpyr(pyr, pind, daub_order);
% RES = reconWUpyr(PYR, INDICES, DAUB_ORDER)
% Reconstruct image from its separable undecimated orthonormal QMF/wavelet pyramid
% representati
www.eeworm.com/read/292863/8328496
m buildwupyr.m
function [pyr,pind] = buildWUpyr(im, Nsc, daub_order);
% [PYR, INDICES] = buildWUpyr(IM, HEIGHT, DAUB_ORDER)
%
% Construct a separable undecimated orthonormal QMF/wavelet pyramid
% on matrix (o
www.eeworm.com/read/292863/8328556
m reconwupyr.m
function res = reconWUpyr(pyr, pind, daub_order);
% RES = reconWUpyr(PYR, INDICES, DAUB_ORDER)
% Reconstruct image from its separable undecimated orthonormal QMF/wavelet pyramid
% representati
www.eeworm.com/read/292863/8328569
m buildwupyr.m
function [pyr,pind] = buildWUpyr(im, Nsc, daub_order);
% [PYR, INDICES] = buildWUpyr(IM, HEIGHT, DAUB_ORDER)
%
% Construct a separable undecimated orthonormal QMF/wavelet pyramid
% on matrix (o
www.eeworm.com/read/411674/11233637
m genlsdata.m
function [data,model] = genlsdata( dim, num_data, margin )
% GENLSDATA Generates linearly separable binary data.
%
% Synopsis:
% data = genlsdata(dim,num_data,margin)
%
% Description:
% It generates
www.eeworm.com/read/218613/14912857
m maxsep.m
% maxsep Maximum for multi-qubit separable states.
% Uses simple numerical search for which parameters can
% be set in the beginning of the maxsep.m file.
% Slower than maxsymsep.
functio