代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/429877/8784583
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/429877/8784646
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/385281/8810423
html foreach-array.html
Code Fragment
int[] v = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
www.eeworm.com/read/384965/8826271
cpp try_array.cpp
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/384965/8827108
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/384965/8827115
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/384965/8827126
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/384965/8827148
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/384965/8827159
c try_array.c
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/285107/8868181
java array6.java
public class Array6{
public static void main(String[] args){
String[] s1={new String("abc"), new String("kor")};
String[] s2=new String[]{new String("救崇"), new String("规啊")};
System.