代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/356723/10222114
m linear_array.m
function [emod] = linear_array (ne, d, beta0)
eps = 0.0000001;
beta = 0 : pi / 10791 : 2.*pi;
beta0 = beta0 * pi /180.;
var = sin(beta) - sin(beta0);
num = sin((0.5 * ne * 2. * pi * d) .* var);
www.eeworm.com/read/356364/10229318
rc2 array.rc2
//
// ARRAY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/356183/10235356
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/356183/10235359
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/356183/10235365
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/356183/10235371
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
www.eeworm.com/read/355936/10241142
v array_mult.v
module array_mult(x,y,p);
input [7:0] x;
input [7:0] y;
output [15:0] p;
wire [6:0] row0, row1, row2, row3, row4, row5, row6, row7, c0, c1, c2, c3, c4, c5, c6, c7;
/* genera
www.eeworm.com/read/162511/10298852
c trans-array.c
/* Array translation routines
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook
and Steven Bosscher
www.eeworm.com/read/162511/10298892
h trans-array.h
/* Header for array handling functions
Copyright (C) 2002, 2003 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of GCC.
GCC is free software; you can redistribute it
www.eeworm.com/read/162078/10339600
cpp array_io.cpp
#include
#include
void main(void)
{
char iostr[80];
strstream ios(iostr, sizeof(iostr), ios::in | ios::out);
char str[80];
int a, b;
ios