代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/268254/4254691
m pshapemenu.m
function rarg = pshapemenu (action);
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
Buttons = 6;
ButtonText1 = 'NRZ Rectangular';
ButtonText2 = 'Raised-Cosine';
Butt
www.eeworm.com/read/383749/2614491
m pshapemenu.m
function rarg = pshapemenu (action);
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
Buttons = 6;
ButtonText1 = 'NRZ Rectangular';
ButtonText2 = 'Raised-Cosine';
Butt
www.eeworm.com/read/378917/2679202
m pshapemenu.m
function rarg = pshapemenu (action);
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
Buttons = 6;
ButtonText1 = 'NRZ Rectangular';
ButtonText2 = 'Raised-Cosine';
Butt
www.eeworm.com/read/371404/2780118
m pshapemenu.m
function rarg = pshapemenu (action);
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
Buttons = 6;
ButtonText1 = 'NRZ Rectangular';
ButtonText2 = 'Raised-Cosine';
Butt
www.eeworm.com/read/393068/8313826
m ambiguity.m
function Z = ambiguity(Ut, normalized)
% FOR GOOD RESULTS the length of the input vector (Ut)should be more
% than 7
% Example - a rectangular pulse shuld be [1 1 1 1 1 1 1]
%
if
www.eeworm.com/read/173932/9629611
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/237896/13921179
m rcs_rect_plate.m
function [rcsdb_h,rcsdb_v] = rcs_rect_plate(a, b, freq)
% This program computes the backscattered RCS for a rectangular
% flat plate. The RCS is computed for vertical and horizontal
% polarizatio
www.eeworm.com/read/202755/15374515
readme
recmpeg version 1.0.4
DESCRIPTION
===========
recmpeg is a simple video encoder based on libFAME, the fast assembly mpeg encoding library. recmpeg supports encoding of MPEG-1, MPEG-4 rectangular an
www.eeworm.com/read/103816/15719595
imp grarray.imp
//
// $Source: /home/gambit/CVS/gambit/sources/base/grarray.imp,v $
// $Date: 2002/08/26 05:49:58 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Implementation of base rectangular array class
//
// This
www.eeworm.com/read/101061/15855054
h gmc.h
// LAPACK++ (V. 1.1)
// (C) 1992-1996 All Rights Reserved.
//
// Lapack++ Rectangular Matrix Class
//
// Dense (nonsingular) matrix, assumes no special structure or properties.
//