代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/462821/7195487
cpp array.cpp
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.CPP
www.eeworm.com/read/462821/7195520
h array.h
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.H
www.eeworm.com/read/462717/7197552
h array.h
#include
#include
#ifndef DefaultSize
#define DefaultSize 10
#endif
template < class Type> class Array {
public:
Array( int Size = DefaultSize );
Array( const
www.eeworm.com/read/461713/7221544
h array.h
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.H
www.eeworm.com/read/461713/7221585
cpp array.cpp
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.CPP
www.eeworm.com/read/459709/7266582
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
// 一个动态申请的包含 size 个元素的表
T *alist;
int size;
public:
// 构造函数和析构函数
A
www.eeworm.com/read/458661/7291918
m array.m
% array.m - gain computation for 1D equally-spaced isotropic array
%
% Usage: [g, phi] = array(d, a, Nph);
%
% d = array spacing in units of lambda
% a = row vector of array weights
% Nph =
www.eeworm.com/read/457121/7333919
hpp array.hpp
#ifndef _RAR_ARRAY_
#define _RAR_ARRAY_
extern ErrorHandler ErrHandler;
template class Array
{
private:
T *Buffer;
int BufSize;
int AllocSize;
public:
Array();
Arra
www.eeworm.com/read/456569/7344633
h array.h
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.H
www.eeworm.com/read/456569/7344674
cpp array.cpp
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.CPP