代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/253943/12176075
pdf two-microphone separation of speech.pdf
www.eeworm.com/read/428539/8860807
m adaptrlsdemo.m
%% Adaptive Noise Cancellation Using RLS Adaptive Filtering
% This demo illustrates the ability of the RLS filter to extract useful
% information from a noisy signal. The information bearing signal i
www.eeworm.com/read/277724/10609143
txt readme.txt
频谱分析仪 Frequency Analyzer
对着麦克风发点声音看看程序画面显示,本程序演示了声音的快速FFT变换(需要声卡和麦克风),对分析显示其各频率分量的程序.
Whistle a melody and watch this program graph the pitch in real time. The Frequency Analyzer technically speak
www.eeworm.com/read/448535/7531431
readme
The files in this directory are data for some of the plots and
demonstrations in the textbook.
The files come in three categories:
I) Wavelet and scaling function files
II) Blind source separa
www.eeworm.com/read/399076/7896009
m adaptrlsdemo.m
%% Adaptive Noise Cancellation Using RLS Adaptive Filtering
% This demo illustrates the ability of the RLS filter to extract useful
% information from a noisy signal. The information bearing signal i
www.eeworm.com/read/490932/6445766
txt @psc_readme_1281_7.txt
Title: Record From Microphone to Wave File
Description: I wrote this in Delphi 6. This Code Records from your Microphone and Saves it to the Hard drive as a .wav file. Just add mmSystem to the Uses a
www.eeworm.com/read/151450/12210118
java microphonegainev.java
/*
* Copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purposes and withou
www.eeworm.com/read/155397/5622735
nc mic.nc
// $Id: Mic.nc,v 1.1.14.4 2003/08/26 09:08:13 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to us
www.eeworm.com/read/192089/8407427
h array.h
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::cout;
using std::endl;
template class Array;
template ostream&