代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/154209/11983204
m fdremez.m
function varargout = fdremez(varargin)
%FDREMEZ Remez - Equiripple Module for filtdes.
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.6 $
% Change th
www.eeworm.com/read/154209/11983626
m sbinit.m
function sbinit
%SBINIT Initialize signal browser.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.24 $
save_shh = get(0,'showhiddenhandles');
set(0,'showhiddenhandle
www.eeworm.com/read/154209/11983795
m rulermo.m
function rulermo(ruler_num)
%RULERMO Windowbuttonmotionfcn for dragging a ruler object
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.6 $
fig = gcf;
ud = get(fig,'us
www.eeworm.com/read/151713/12179544
c int16_rtdx.c
/* $Revision: 1.4 $ */
/* Copyright 2002 The MathWorks, Inc. */
/* RTDX tutorial target application: read from host and echo back */
#include /* RTDX_Data_Read */
#include
www.eeworm.com/read/151713/12179565
c int16_rtdx.c
/* $Revision: 1.5 $ */
/* Copyright 2002 The MathWorks, Inc. */
/* RTDX tutorial target application: read from host and echo back */
#include /* RTDX_Data_Read */
#include
www.eeworm.com/read/339575/12224536
m wcdmablkpcpichgen.m
function wcdmablkpcpichgen(antenna, st)
% WCDMA Demo helper function. This function is called to check
% P-CPICH Generator block
% Copyright 1996-2001 The MathWorks, Inc.
% $Revision: $ $Date:
www.eeworm.com/read/252197/12293152
m constlay.m
function xx = constlay(k, flag)
% CONSTLAY Layout the constellation for square QASK.
% X = CONSTLAY(K) is an internal utility function.
% Copyright 1996-2001 The MathWorks, Inc.
% $Revis
www.eeworm.com/read/230508/14283599
h updown_util.h
/* $Revision: 1.10 $ */
#ifndef __UPDOWN_UTIL__
#define __UPDOWN_UTIL__
/*
* Copyright 1994-2002 The MathWorks, Inc.
*
* File : updown_util.h
* Abstract:
* 'assert' support for exte
www.eeworm.com/read/230508/14283640
c ext_transport232.c
/*
* Copyright 1994-2001 The MathWorks, Inc.
*
* File: ext_transport.c $Revision: 1.7 $
*
* Abstract:
* Host-side, transport-dependent external mode functions and defs. This
*
www.eeworm.com/read/230508/14283656
h extsim.h
/* Copyright 1994-2000 The MathWorks, Inc.
*
* File : extsim.h $Revision: 1.13 $
* Abstract:
* Real-Time Workshop external simulation data structure.
*/
#ifndef __EXTSTRUC__