代码搜索结果
找到约 227 项符合
Microphone 的代码
ansphonephone.h
#ifndef __ANSPHONEPHONE_H__
#define __ANSPHONEPHONE_H__
#include
/**
*
* @class RAnsPhonePhone AnsPhonePhone.h
* @brief This class modifys the speaker volume and microphone ga
idealmask.m
function [imaskL,imaskR,SNRiL,SNRiR]=idealmask(xclean,xresid,Fs,NFFT,WINDOW,NOVERLAP)
%%% the funciton returns the ideal binary masks for the two microphone
%%% signals. Also the input sna is calcul
bdist.m
function [ddb] = bdist(x,y,fs)
% bdist - Evaluates the distortion introduced by the
% Blind Signal Separation algorithm
%
% usage: ddb = bdist(x,y,fs);
%
% x(:,i,j) - The i^th microphone signa
adin_mic_darwin_coreaudio.c
/**
* @file adin_mic_darwin_coreaudio.c
* @author Masatomo Hashimoto
* @date Wed Oct 12 11:31:27 2005
*
*
* @brief adin microphone library for CoreAudio API
*
* by Masatomo Hashimot