代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/465911/7048868
m sl_empty.m
function z=sl_empty(sl)
% SL_EMPTY(sl)
%
% z=SL_EMPTY(sl) returns true if the linked list is empty.
% Copyright (c) MathWorks Inc. 1998-2001. All rights reserved.
z=(sl.head==sl.tail);
www.eeworm.com/read/460712/7105705
m qatan4.m
function ph=qatan4(cp)
% QATAN4 Four-quadrant arctangent. (Utility Function)
% QATAN4 provides a 4 quadrant arctangent of a complex number.
% Starting at 0 and going through -360 degr
www.eeworm.com/read/439271/7713235
m qatan4.m
function ph=qatan4(cp)
% QATAN4 Four-quadrant arctangent. (Utility Function)
% QATAN4 provides a 4 quadrant arctangent of a complex number.
% Starting at 0 and going through -360 degr
www.eeworm.com/read/323136/13349098
m adapteq_pulsefilter.m
function [y, f] = adapteq_pulsefilter(x, f);
% Pulse shaping filter with state handling.
% Copyright 1996-2004 The MathWorks, Inc.
% $Revision: 1.1.4.1 $ $Date: 2004/04/20 23:15:07 $
y =
www.eeworm.com/read/310212/13654641
m triang.m
function w = triang(n_est)
%TRIANG Triangular window.
% W = TRIANG(N) returns the N-point triangular window.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.11 $ $Date:
www.eeworm.com/read/310212/13654678
m bartlett.m
function w = bartlett(n_est)
%BARTLETT Bartlett window.
% W = BARTLETT(N) returns the N-point Bartlett window.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.10 $ $Date
www.eeworm.com/read/310212/13654907
m boxcar.m
function w = boxcar(n_est)
%BOXCAR Boxcar window.
% W = BOXCAR(N) returns the N-point rectangular window.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.11 $ $Date: 199
www.eeworm.com/read/310212/13655058
m lutthin3.m
function lut = lutthin3()
%LUTTHIN3 Compute "thin3" look-up table.
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% $Revision: 1.3 $ $Date: 1997/11/24 15:56:40 $
lut = [
www.eeworm.com/read/310212/13655067
m lutskel6.m
function lut = lutskel6()
%LUTSKEL6 Compute "skel6" look-up table.
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% $Revision: 1.3 $ $Date: 1997/11/24 15:56:33 $
lut = [
www.eeworm.com/read/310212/13655076
m lutskel4.m
function lut = lutskel4()
%LUTSKEL4 Compute "skel4" look-up table.
% Copyright 1993-1998 The MathWorks, Inc. All Rights Reserved.
% $Revision: 1.3 $ $Date: 1997/11/24 15:56:30 $
lut = [