代码搜索:Directional
找到约 393 项符合「Directional」的源代码
代码结果 393
www.eeworm.com/read/310372/3698526
hs channel.hs
-- | A channel is a uni-directional communication link between two asynchronous processes.
module Language.Atom.Common.Channel
( Channel
, channel
, writeChannel
, readChannel
) where
impor
www.eeworm.com/read/471212/6899531
m graphmakeundirected.m
function Graph = GraphMakeUndirected(Graph)
% Reverses and duplicates each directional link in graph. If there exists a link A->B, then B->A is added.
%
% Receives:
% Graph - Graph Stru
www.eeworm.com/read/389321/8533602
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/389321/8533636
m dfbrec.m
function x = dfbrec(y, fname)
% DFBREC Directional Filterbank Reconstruction
%
% x = dfbrec(y, fname)
%
% Input:
% y: subband images in a cell vector of length 2^n
% fname: filter
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/13207260
m dfbrec.m
function x = dfbrec(y, fname)
% DFBREC Directional Filterbank Reconstruction
%
% x = dfbrec(y, fname)
%
% Input:
% y: subband images in a cell vector of length 2^n
% fname: filter
www.eeworm.com/read/323119/13352741
test rpl_flushlog_loop.test
# Testing if "flush logs" command bouncing resulting in logs created in a loop
# in case of bi-directional replication
-- source include/master-slave.inc
# This test is dependent on the actual event
www.eeworm.com/read/311447/13630950
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/389321/8533465
m pdtdfbdec.m
function y = pdtdfbdec(x, nlevs, lpfname, dfname, wfname, res)
% PDTDFBDEC Pyramidal Dual Tree Directional Filter Bank Decomposition
%
% y = pdtdfbdec(x, nlevs, [lpfname], [dfname], [wfname], [res])
www.eeworm.com/read/389321/8533567
m tdfbdec.m
function y = tdfbdec(x, n, dfbtype, fname)
% TDFBDEC Directional Filterbank Reconstruction in Time domain, use in
% the dual DFB
% y = tdfbdec(x, n, dfbtype,fname)
%
% Input:
% x: inpu