代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/137548/13312676
cpp array2.cpp
//: C16:Array2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Non-inline template definition
#
www.eeworm.com/read/238965/13312677
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/238965/13312762
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/137170/13341639
h ac_array.h
/*
ac_array.h - version 1.0, June 25h, 2003
acCArray is a templated dynamic array.
Copyright (c) 2003 Andreas J鰊sson
This software is provided 'as-is', without any form of
wa
www.eeworm.com/read/136879/13356183
h array3.h
// Fig. 21.11: array3.h
// Simple class Array (for integers)
#ifndef ARRAY1_H
#define ARRAY1_H
#include
class Array {
friend ostream &operator
www.eeworm.com/read/136879/13356185
cpp array3.cpp
// Fig. 21.11: array3.cpp
// Member function definitions for class Array
#include
#include "array3.h"
// Default constructor for class Array (default size 10)
Array::Array( int array
www.eeworm.com/read/136879/13356208
h array2.h
// Fig 21.10: array2.h
// Simple class Array (for integers)
#ifndef ARRAY1_H
#define ARRAY1_H
#include
class Array {
friend ostream &operator
www.eeworm.com/read/136879/13356209
cpp array2.cpp
// Fig 21.10: array2.cpp
// Member function definitions for class Array
#include
#include "array2.h"
// Default constructor for class Array (default size 10)
Array::Array( int arrayS
www.eeworm.com/read/136879/13356356
cpp array1.cpp
// Fig 8.4: array1.cpp
// Member function definitions for class Array
#include
#include
#include
#include
#include "array1.h"
// Initialize stat
www.eeworm.com/read/136879/13356358