代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/441245/7673061

m datunif.m

%DATUNIF Apply uniform filter on images in a dataset % % B = DATUNIF(A,NX,NY) % % INPUT % A Dataset containing images % NX,NY Filtersize in X- and Y-direction (default: NY = NX) % % OUTP
www.eeworm.com/read/439462/7708301

m beamform.m

function phi=beamform(Y,L,d) % % The Beamforming method for direction of arrival estimation % % phi=beamform(Y,L,d); % % Y
www.eeworm.com/read/324128/7808976

txt 10.txt

Movement In A New Direction Helps You Find A New Cheese.   Haw looked down the dark passageway and was aware of his fear. What lay ahead? Was it empty? Or worse, were there dangers lurking?
www.eeworm.com/read/331444/12827802

m mksquare.m

% IM = mkSquare(SIZE, PERIOD, DIRECTION, AMPLITUDE, PHASE, ORIGIN, TWIDTH) % or % IM = mkSine(SIZE, FREQ, AMPLITUDE, PHASE, ORIGIN, TWIDTH) % % Compute a matrix of dimension SIZE (a [Y X] 2-vect
www.eeworm.com/read/137160/13342316

m datunif.m

%DATUNIF Apply uniform filter on images in a dataset % % B = DATUNIF(A,NX,NY) % % INPUT % A Dataset containing images % NX,NY Filtersize in X- and Y-direction (default: NY = NX) % % OUTP
www.eeworm.com/read/314653/13562547

m datunif.m

%DATUNIF Apply uniform filter on images in a dataset % % B = DATUNIF(A,NX,NY) % % INPUT % A Dataset containing images % NX,NY Filtersize in X- and Y-direction (default: NY = NX) % % OUTP
www.eeworm.com/read/305190/13777300

m extu.m

function U = extu(sys,s,method) % EXTU Extracts direction information of the columns of C from the system. % % U = EXTU(SYS,S,METHOD) extracts the directions of the column vectors of % the C matri
www.eeworm.com/read/304259/13797111

m project.m

function [point, status] = project(bb, loc, slope, fac) % [point, status] = project(bb, loc, slope, fac) Projects data % % Projects the data in array bb along the direction defined by % npix = (1/
www.eeworm.com/read/124910/6036109

c s_lrint.c

/* Round argument to nearest integral value according to current rounding direction. Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed b
www.eeworm.com/read/124910/6036153

c s_llrintf.c

/* Round argument to nearest integral value according to current rounding direction. Copyright (C) 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contrib