代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/417495/10987563
plg led array.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\May\My Documents\lab micro\LAB3\2\led array.uv2
Project File Date: 02/11/2009
Output:
www.eeworm.com/read/417495/10987567
opt led array.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/270960/11018368
cpp array1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/469853/6928012
txt 05_array.txt
数组:
java语言里面的数组的语法.
定义:
一维数组:
int[] a 或者 int a[] 但是括号内部不能给数字.
这里的a,仅仅是定义了一个数组的引用.
实例化:
a=new int[5];
使用:
赋值a[0]=1;
如果实例化后不赋值,那么系统会自动给它每个元素赋值为0;
如果是 double
www.eeworm.com/read/467764/7000859
m circular_array.m
%Circular Array in the x-y plane
% Element is a short dipole antenna parallel to the z axis
% 2D Radiation Patterns for fixed phi or fixed theta
% dB polar plots uses the polardb.m file
% Last m
www.eeworm.com/read/467764/7000883
m rect_array.m
function [pattern] = rect_array(Nxr,Nyr,dolxr,dolyr,theta0,phi0,winid,win,nbits);
%%%%%%%%%%%%%%%%%%%% ************************ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This function computes the 3-D
www.eeworm.com/read/467764/7000983
m circ_array.m
function [pattern,amn] = circ_array(N,dolxr,dolyr,theta0,phi0,winid,win,nbits);
%%%%%%%%%%%%%%%%%%%% ************************ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This function computes the 3-D d
www.eeworm.com/read/467764/7001022
m linear_array.m
function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% This function computes and returns the gain radiation pattern for a linear array
% It uses the FFT to computes th