代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/270032/11051072
h wave.h
/* ------------------------------------------------------------------------- *\
WAVE.H :
This package provides 3 routines for generating rectangular-like,
triangular-like and sine-like waves
www.eeworm.com/read/411426/11245987
npl function_generator.npl
JDF E
// Created by ISE ver 1.0
PROJECT function_generator
DESIGN function_generator Normal
DEVKIT xc2s100-5pq208
DEVFAM spartan2
FLOW XST VHDL
STIMULUS ff.tbw Normal
STIMULUS ll.tbw Normal
M
www.eeworm.com/read/411426/11245997
jhd top.jhd
MODULE top
SUBMODULE aslant
SUBMODULE choice
SUBMODULE choice_function
SUBMODULE count1
SUBMODULE dactext
SUBMODULE div
SUBMODULE div180
SUBMODULE div360
SUBMODULE
www.eeworm.com/read/381211/9104330
m image_scan.m
function [y,M,N,K]=image_scan(x)
% [y,M,N,K]=image_scan(x)
%
% Zigzag scan of rectangular image x.
% x has K image planes, each with M rows and N columns of pixels.
% Scan begins at x(1,1,1) and
www.eeworm.com/read/358669/10182395
m unwarpplane.m
function [u_hori,u_vert] = UnWarpPlane(x1,x2,x3,x4);
% Recovers the two 3D directions of the rectangular patch x1x2x3x4
% x1 is the origin point, ie any point of planar coordinate (x,y) on the
%
www.eeworm.com/read/460255/7254775
m rp.m
% RP.m
% Rectangular Coordinates to Polar Coordinates transform
function [in_an,in_pn]=RP(ich3,qch3)
n=length(ich3);
for i=1:n
in_an(i)=sqrt(ich3(i)^2+qch3(i)^2);
if(ich3(i)>=0)
www.eeworm.com/read/297325/8029874
m unwarpplane.m
function [u_hori,u_vert] = UnWarpPlane(x1,x2,x3,x4);
% Recovers the two 3D directions of the rectangular patch x1x2x3x4
% x1 is the origin point, ie any point of planar coordinate (x,y) on the
%
www.eeworm.com/read/145715/12706291
m unwarpplane.m
function [u_hori,u_vert] = UnWarpPlane(x1,x2,x3,x4);
% Recovers the two 3D directions of the rectangular patch x1x2x3x4
% x1 is the origin point, ie any point of planar coordinate (x,y) on the
%
www.eeworm.com/read/130130/5963908
m unwarpplane.m
function [u_hori,u_vert] = UnWarpPlane(x1,x2,x3,x4);
% Recovers the two 3D directions of the rectangular patch x1x2x3x4
% x1 is the origin point, ie any point of planar coordinate (x,y) on the
%
www.eeworm.com/read/476392/6759394
m chp10ex4.m
Vabc=[200 25
100 -155
80 100];
Zabc =[8+j*24 j*4 j*4
j*4 8+j*24 j*4
j*4 j*4 8+j*24];
Z012 = zabc2sc(Zabc) % Symmetrical componen