代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/259112/11819962
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion
www.eeworm.com/read/155109/11898528
m describe.m
function Df = describe(ConTyp,A,W)
%function Df = describe(ConTyp,A,W)
%
% Describing function for Cart-Ball controllers
%
% ConTyp Flag to point out controller type
% 1=linear cart, 2=
www.eeworm.com/read/257173/11946207
mdl project2_qam.mdl
Model {
Name "project2_QAM"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortD
www.eeworm.com/read/252197/12294149
m rectab.m
function y=rectab(x,a,b)
% y=rectab(x) determines a rectangular function of
% width b centered at a (b>0)
y=((x>(a-b/2)) & (x
www.eeworm.com/read/233017/14172760
m amrect.m
function y = amrect(N,t0,T);
%AMRECT Generate rectangular amplitude modulation.
% Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation
% centered on a time T0, and with a spread proportion
www.eeworm.com/read/128385/14301519
mdl dh6.mdl
Model {
Name "dh6"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes
www.eeworm.com/read/128385/14301529
mdl dh2.mdl
Model {
Name "dh2"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes
www.eeworm.com/read/128085/14316292
pas invalidaterectunit.pas
unit InvalidateRectUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button2: TButton
www.eeworm.com/read/128085/14316421
pas createrectregionindirectu.pas
unit CreateRectRegionIndirectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/128085/14316519
pas createrectregionu.pas
unit CreateRectRegionU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proc