代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/186609/8922579
m bitechoulh.m
%Logistic映射,用中间比特抽取方法生成跳频码,计算其汉明自相关、互相关、平均跳频间隔、平衡性
clear,clc
N=input('混沌实值序列长度:')
number_1=input('混沌实值序列1初始值:')
number_2=input('混沌实值序列2初始值:')
q=input('混沌实值序列的频率范围:')
m=input('转化为二进制数的位数:')
j=in
www.eeworm.com/read/358784/10179469
asm operator.asm
TITLE Operators (Operator.asm)
; Demonstration of TYPE, LENGTHOF, SIZEOF operators
; Last update: 2/1/02
INCLUDE Irvine32.inc
.data
byte1 BYTE 10,20,30
array1
www.eeworm.com/read/456596/7344062
cpp errhandle.cpp
#include "cxcore.h"
#include
void cvResizeDCT( CvMat* input_array, CvMat* output_array )
{
CvMat* temp_array = 0; // declare pointer that should be released anyway.
CV_FUNCNAME( "c
www.eeworm.com/read/140126/5795005
js index.js
book_id=read8_bookid;
book_title="read8_booktitle";
author_name="read8_authorname";
volumn_set=read8_volumopen;
chapter_array=new Array(read8_chapterlist);
volumn_array=new Array(read8_volumnlist
www.eeworm.com/read/102395/6233687
t dijkstra.t
/*******************************************************************************
+
+ LEDA 4.5
+
+
+ dijkstra.t
+
+
+ Copyright (c) 1995-2004
+ by Algorithmic Solutions Software GmbH
+ All right
www.eeworm.com/read/407650/11412647
cpp errhandle.cpp
#include "cxcore.h"
#include
void cvResizeDCT( CvMat* input_array, CvMat* output_array )
{
CvMat* temp_array = 0; // declare pointer that should be released anyway.
CV_FUNCNAME( "c
www.eeworm.com/read/130490/14190042
h darray.h
#ifndef DARRAY_H
#define DARRAY_H
#undef ARRAY_FUNC
#undef ARRAY_NAME
#undef ARRAY_TYPE
#define ARRAY_FUNC(x) darray##x
#define ARRAY_NAME darray
#define ARRAY_TYPE double
#include "array.h"
#endif
www.eeworm.com/read/130490/14190198
h varray.h
#ifndef VARRAY_H
#define VARRAY_H
#include "vector.h"
#undef ARRAY_FUNC
#undef ARRAY_NAME
#undef ARRAY_TYPE
#define ARRAY_FUNC(x) varray##x
#define ARRAY_NAME varray
#define ARRAY_TYPE vector *
#inc