代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/128477/14294451

m microphone2.m

% Script file: microphone2.m % % Purpose: % This program plots the gain pattern of a cardioid % microphone. This version of the program uses low- % level graphics commands to place
www.eeworm.com/read/286651/8752209

cnt speech.cnt

:Base speech.hlp>proc4 :Title Speech Help :Index Volume Control Help=sndvol32.hlp 1 Microphone Setup Wizard 2 Buying a microphone=MSDICT_MICROPHONE 2 Manually Fixing the Volume Control=MSDICT_SUP
www.eeworm.com/read/255577/12072475

m f_getsound.m

function [x,cancel] = f_getsound (x,duration,fs,xstr); %F_GETSOUND: Record sound from PC microphone % % Usage: [x,cancel] = f_getsound (x,duration,fs,xstr); % % Inputs: % x = a
www.eeworm.com/read/230384/14291211

m f_getsound.m

function [x,cancel] = f_getsound (x,duration,fs,xstr); %F_GETSOUND: Record sound from PC microphone % % Usage: [x,cancel] = f_getsound (x,duration,fs,xstr); % % Inputs: % x = a
www.eeworm.com/read/286264/8776449

array

www.eeworm.com/read/308712/13694835

array

www.eeworm.com/read/137956/5817899

array

int x[3][4], *y[3]; main() { int z[3][4]; int i, j, *p; for (i = 0; i < 3; i++) { for (j = 0; j < 4; j++) x[i][j] = 1000*i + j; y[i] = x[i]; } f(); for (i = 0; i < 3; i++) { y[i] = p
www.eeworm.com/read/120251/6079900

array

// --------------------------------------------------------------------------------------------------------------------------------- // __ _ _ __ _ __ __ _ _ _ // / _` | '__| '__|/ _` | | | |