代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/439271/7713425
m qftdm4c.m
function qftdm4c
% Third stage of QFTDM4
%=================================
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
global win1_loc win2_loc win3_loc win4_loc
www.eeworm.com/read/439271/7713426
m qftdm8g.m
function qftdm8g
% Seventh stage of QFTDM8
%=================================
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
global win1_loc win2_loc win3_loc win4_lo
www.eeworm.com/read/439271/7713427
m qftdm13c.m
function qftdm13c
% Third stage of QFTDM13
%=================================
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
global win1_loc win2_loc win3_loc win4_lo
www.eeworm.com/read/439271/7713428
m qftdm6c.m
function qftdm6c
% Third stage of QFTDM6
%=================================
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
global win1_loc win2_loc win3_loc win4_loc
www.eeworm.com/read/439271/7713430
m qftdm2f.m
function qftdm2f
% Sixth stage of QFTDM2
%=================================
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.4 $
global win1_loc win2_loc win3_loc win4_loc
www.eeworm.com/read/195644/8136781
m dyadupnd.m
function y = dyadupnd(x,s)
%[Y]=DYADUPND(X,S)
%X is N-D array
%S is the dimension want to up
%Y is N-D array output
%some difference with MATHWORKS wavelet toolbox
h=size(x);
h=[h(s:length(h)),
www.eeworm.com/read/310212/13655102
c imhistc.c
/* Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved. */
/* $Revision: 5.7 $ $Date: 1997/11/24 15:56:56 $ */
static char rcsid[] = "$Id: imhistc.c,v 5.7 1997/11/24 15:56:56 eddins Exp