代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/143816/12839367
c finctype.c
#include
#include
extern FinCApp* g_finc_app_global;
FinCType* finc_type_new (FinCTypeType p_type, FinCArrayType p_array_type, unsigned int p_array_size)
{
FinCType *self;
www.eeworm.com/read/138927/13201998
c finctype.c
#include
#include
extern FinCContext* g_finc_context;
FinCType* finc_type_new (FinCTypeType p_type, FinCArrayType p_array_type, unsigned int p_array_size)
{
F
www.eeworm.com/read/136989/5833459
h cdr_op_cs.h
//
// cdr_op_cs.h,v 1.6 2002/07/01 13:49:21 parsons Exp
//
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
// = FILENAME
//
www.eeworm.com/read/117181/6110562
c gcore.c
/*
* Test GDB's ability to save and reload a corefile.
*/
#include
int extern_array[4] = {1, 2, 3, 4};
static int static_array[4] = {5, 6, 7, 8};
static int un_initialized_array[4];
sta
www.eeworm.com/read/100602/6266584
c certsearch.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100601/6268513
c certsearch.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/262120/11605246
cpp testdoc.cpp
// testDoc.cpp : implementation of the CTestDoc class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "DataInput.h"
#include "ValueInput.h"
#include "MyTestDlg.h"
www.eeworm.com/read/154283/11974563
cpp testdoc.cpp
// testDoc.cpp : implementation of the CTestDoc class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "DataInput.h"
#include "ValueInput.h"
#include "MyTestDlg.h"
www.eeworm.com/read/336637/12427403
m capon.m
clear all;
clc;
%所需信号来自ang1度方向,而干扰信号来自ang2度方向,频率为freq=30MHZ,也即波长为wavelength=10米。阵元之间的间距为dist=wavelength/2米,
%假设阵列有30个阵元组成,记右边第一个阵元接收的信号为Sd,则第二个阵元接收的信号为Sd*EXP(-i*2*pi*d*sin(ang)/wavelength),
%以此类推下
www.eeworm.com/read/169697/5412467
c type_create_subarray.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block