代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/321757/13399635
java array.java
import java.io.*;
public class array
{
public static int i;
public static float Number[]=new float[20];
public static float Summary;
public static float Average;
public static
www.eeworm.com/read/321424/13405141
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a
www.eeworm.com/read/321424/13405211
fig array.fig
www.eeworm.com/read/321385/13407811
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a
www.eeworm.com/read/321385/13407881
fig array.fig
www.eeworm.com/read/319883/13440273
h array.h
// Array class template definition
#ifndef ARRAY_H
#define ARRAY_H
#include // For the exception classes
template class Array {
private:
T*
www.eeworm.com/read/319883/13440277
h array.h
// Array class template definition
#ifndef ARRAY_H
#define ARRAY_H
#include // For the exception classes
template class Array {
www.eeworm.com/read/319883/13440280
h array.h
// Array class template definition
#ifndef ARRAY_H
#define ARRAY_H
#include // For the exception classes
template class Array {
private:
T*
www.eeworm.com/read/315751/13536877
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/315202/13548821
m array.m
clear all
N = 10;
d = 0.5;
alpha = 2*pi;
dip=[1:N];
kd=2*pi*d;
phi=[0:2*pi/800.1:2*pi];
framemax = 48;
M = moviein(framemax);
set(gcf,'Position',[100 100 640 480])
for n=1:framemax
u=kd*cos(ph