代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/446971/7561930
cpp try_array.cpp
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/446971/7562180
h array_rc.h
#ifndef ARRAY_RC_H
#define ARRAY_RC_H
#include "Array.h"
template
class Array_RC : public virtual Array {
public:
Array_RC( int sz = DefaultArraySize )
www.eeworm.com/read/446971/7562182
c array_rc.c
#include "Array_RC.h"
#include "Array.C"
#include
template
Array_RC::
Array_RC( const Array_RC &r )
: Array( r ) {}
templ
www.eeworm.com/read/446971/7562185
h array_s.h
#ifndef ARRAY_S_H_
#define ARRAY_S_H_
#include "Array.h"
template
class Array_Sort : public virtual Array {
protected:
void set_bit() { dirty_bit = true; }
www.eeworm.com/read/446971/7562191
c array_s.c
#include "Array_S.h"
#include "Array.C"
template
Array_Sort::
Array_Sort( const Array_Sort &as )
: Array( as )
{
if ( as.is_dirty(
www.eeworm.com/read/446971/7562194
c try_array.c
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/446646/7573017
gif array1.gif
www.eeworm.com/read/446646/7573030
gif array2.gif
www.eeworm.com/read/443813/7622912
c array_const.c
const uchar Asc[256][3]=
{
'0','0','0',//000
'0','0','1',//001
'0','0','2',//002
'0','0','3',//003
'0','0','4',//004
'0','0','5',//005
'0','0','6',//006
'0',
www.eeworm.com/read/443786/7623212
m rcb_array.m
function rcb_amp=RCB_array(Y,a_pool,epsilon)
% INPUT
% Y: input data matrix: each column is one snapshot
% a_pool: all steering vectors need to be evaluated: each column is one
% epsilo