代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/163022/10252584
m compute_region_mask.m
%------------------------------------------------------------------------
%compute_region_mask
%computes the region mask based on the energy image output by
%fft_enhance_cubs.m
%Usage:
% msk = c
www.eeworm.com/read/425675/10337529
m compute_affine_matrix.m
function A = compute_affine_matrix(width, height, P)
%
% A = compute_affine_matrix(width, height, P)
%
% Given 4 points in P=[x1,y1; x2,y2; x3,y3; x4,y4] and the
% real size (width, height) of t
www.eeworm.com/read/161485/10404044
m compute_quadrant_selection.m
function [selx,sely] = compute_quadrant_selection(j,q)
% compute_quadrant_selection - compute the indice
% for selecting a given quadrant at a given scale
% of a wavelet transform.
%
% q=
www.eeworm.com/read/161485/10404314
m compute_spline_filter.m
function [g,h] = compute_spline_filter(s,N)
% compute_spline_filter - compute the spline filter of a wavelete transform
%
% function [g,h] = compute_spline_filter(s,N);
%
% 'N' is the length of th
www.eeworm.com/read/161485/10404393
m compute_haar_matrix.m
function M = compute_haar_matrix(w,Jmin, options)
% compute_haar_matrix - compute the haar matrix for a 2D haar transform.
%
% M = compute_haar_matrix(w,Jmin);
%
% if options.ndims = 2 (default
www.eeworm.com/read/351300/10660332
m compute_partial_product.m
coef=[-524 459 -236 9 -20 41 -76 133 -221 354 -545 815 -1190 1705 -2420 3437 -4978 7614 -13457 41569 41569 -13457 7614 -4978 3437 -2420 1705 -1190 815 -545 354 -221 133 -76 41 -20 9 -236 459 -524];
N
www.eeworm.com/read/219035/7147351
m compute_sd_array.m
function sdArray = compute_sd_array(curveArray)
% sdArray = COMPUTE_SD_ARRAY(curveArray)
% Analyzes curveArray to find all sub-domains.
treeArray = [];
for iCurve = 1:length(curveArray)
no
www.eeworm.com/read/461728/7221199
m compute_quadrant_selection.m
function [selx,sely] = compute_quadrant_selection(j,q)
% compute_quadrant_selection - compute the indice
% for selecting a given quadrant at a given scale
% of a wavelet transform.
%
% q=
www.eeworm.com/read/461728/7221215
m compute_spline_filter.m
function [g,h] = compute_spline_filter(s,N)
% compute_spline_filter - compute the spline filter of a wavelete transform
%
% function [g,h] = compute_spline_filter(s,N);
%
% 'N' is the length of th