代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/253943/12176038
m main.m
%%% Underdetimed source separation
%%% The algorithm is described in "Michael Syskind Pedersen, DeLiang Wang,
%%% Jan Larsen and Ulrik Kjems: Two-microphone Separation of Speech
%%% Mixtures", 2006
www.eeworm.com/read/259462/4343455
pas funvolume.pas
unit funVolume;
interface
uses MMSystem, Dialogs, windows;
Type TDeviceName = (dnMaster, Microphone, WaveOut, Synth, linein);
function GetVolume(DN:TDeviceName) : DWord ;
procedure Set
www.eeworm.com/read/314664/13562110
txt r.txt
import javax.microedition.lcdui.*;
public class r extends Canvas
{
public String a_java_lang_String_array1d_fld[] = {
"/:O", "/:~", "/:*", "/:|", "/8-)", "/:
www.eeworm.com/read/369961/9627587
c serial.c
#include "sfr_r81b.h"
#include "serial.h"
#include "global.h"
#include "iic.h"
//AT89S51JI PLC
uchar receive_array[60] ;
uint temp_mm ;
uchar send_array[60];
uchar array_temp_write[10] ;
u
www.eeworm.com/read/431013/8713496
c maincp.c
/***********************************************
*
* file maincp.c
*
* Functions: This file contains
* main
*
* Purpose:
* This file
www.eeworm.com/read/431013/8713532
c addsub.c
/***********************************************
*
* file addsub.c
*
* Functions: This file contains
* add_image_array
* subtract_image_array
www.eeworm.com/read/186609/8922570
m gaijnkbitelh.m
%计算基于logisic映射、2k比特抽取法生成的跳频序列、汉明互相关值、自相关值、平衡性、跳频间隔
clc,clear
value1=input('序列1的初始值:')
value2=input('序列2的初始值:')
N=input('Logistic混沌实值序列长度:')
q=input('混沌跳频码最多包含的频隙数目:')
%调用生成不同序列的函数
Array1=produc
www.eeworm.com/read/427148/8972042
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper functions
*
* \author
* Main con