代码搜索:Rectangular
找到约 1,427 项符合「Rectangular」的源代码
代码结果 1,427
www.eeworm.com/read/162863/10262684
m constellation_qam.m
function [vect] = constellation_qam(k)
% function [vect] = constellation_qam(k)
%
% Rectangular signal-space constellations for MQAM
%
% Copyright (C) Olena Mingaliova, Alexander Konovalenko
%
% This
www.eeworm.com/read/419563/10860878
txt fig4_12.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 4.12
% Polar plot of uniformly weighted rectangular array
% Xiaomin Lu 11/2/98
% Updated by K. Bell 9/29/00
% Function called: sinc, polardb
%%%%%%%%%
www.eeworm.com/read/419563/10860891
txt fig4_10_11.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 4.10 & 4.11
% Beampattern of uniformly weighted rectangular array
% Xiaomin Lu 11/2/98
% Updated by K. Bell 9/29/00
% Updated by Lillian Xiaolan X
www.eeworm.com/read/418167/10962215
m constellation_qam.m
function [vect] = constellation_qam(k)
% function [vect] = constellation_qam(k)
%
% Rectangular signal-space constellations for MQAM
%
% Copyright (C) Olena Mingaliova, Alexander Konovalenko
%
% This
www.eeworm.com/read/453433/7420803
m fig4_12.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figure 4.12
% Polar plot of uniformly weighted rectangular array
% Xiaomin Lu 11/2/98
% Updated by K. Bell 9/29/00
% Function called: sinc, polardb
%%%%%%%%%%%%%%%
www.eeworm.com/read/308758/13693304
m rect.m
%This program print electric field pattern for rectangular Aperture Antenna by giving
%the a,b
%and the wavelength you work with
%Have a nice Pattern "Arabia Tech"
kind=input('Enter your antenna t
www.eeworm.com/read/133198/5907078
java smallball.java
package balls;
import javax.microedition.lcdui.*;
/**
* A SmallBall is a lightweight animated ball that runs in it's own thread.
* It moves within a rectangular region, bouncing off the walls.
*/
www.eeworm.com/read/123117/6062772
java graphpaperlayout.java
import java.awt.*;
import java.util.Hashtable;
/**
* The GraphPaperLayout class is a layout manager that
* lays out a container's components in a rectangular grid, similar
* to Grid
www.eeworm.com/read/111945/6307275
dlg coord.dlg
CoordBoxMenu MENU
BEGIN
POPUP "&Options"
BEGIN
MENUITEM "&Polar", IDM_POLAR
MENUITEM "&Rectangular", IDM_RECT, CHECKED
MENUITEM "P&ixel", IDM_PIX
www.eeworm.com/read/406927/11432501
java smallball.java
package manyballs;
import javax.microedition.lcdui.*;
/**
* A SmallBall is a lightweight animated ball that runs in it's own thread.
* It moves within a rectangular region, bouncing off the walls.