代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/233441/6788026
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/233441/6788028
c array.c
#ifndef ARRAY_C
#define ARRAY_C
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array
www.eeworm.com/read/233441/6788127
h array.h
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::cout;
using std::endl;
template class Array;
template ostream&
www.eeworm.com/read/233441/6788131
cpp array.cpp
#ifndef ARRAY_C
#define ARRAY_C
#include
template
const int Array::DefaultArraySize = 12;
template
void Array::init( c
www.eeworm.com/read/233441/6788229
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/233441/6788232
c array.c
#ifndef ARRAY_C
#define ARRAY_C
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array
www.eeworm.com/read/474765/6806196
cpp array.cpp
#include
#include
#include "array.hpp"
// delay functions
void lagVector(double *ans, double *data, const int &length, const int &periods) {
// check bounds
// if periods big
www.eeworm.com/read/474765/6806209
hpp array.hpp
#ifndef ARRAY_HPP
#define ARRAY_HPP
// for mean, max, min, etc
#include "math_utils.hpp"
// technical indicators
void ringHighVector(double *ans,double *data, const int &length);
void ringLowVector(
www.eeworm.com/read/474474/6809897
mat array.mat
www.eeworm.com/read/473834/6842010