代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/401480/11557203
m rect_array.m
function [pattern] = rect_array(Nxr,Nyr,dolxr,dolyr,theta0,phi0,winid,win,nbits);
%%%%%%%%%%%%%%%%%%%% ************************ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This function computes the 3-D
www.eeworm.com/read/401480/11557283
m circ_array.m
function [pattern,amn] = circ_array(N,dolxr,dolyr,theta0,phi0,winid,win,nbits);
%%%%%%%%%%%%%%%%%%%% ************************ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This function computes the 3-D d
www.eeworm.com/read/401480/11557320
m linear_array.m
function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% This function computes and returns the gain radiation pattern for a linear array
% It uses the FFT to computes th
www.eeworm.com/read/401452/11557574
txt array-complex.txt
const c=3;
var b(1:c),a,d;
begin
read(a);
read(d);
read(b(a));
read(b(b(a)+d));
write(b(3));
end.
www.eeworm.com/read/401452/11557578
txt array-error.txt
const c=3;
var b(2:c);
begin
read(b(1));
read(b(3));
write(b(2));
write(b(3));
end.
www.eeworm.com/read/400845/11567682
vi reverse array.vi
www.eeworm.com/read/400845/11567718
vi array exercise.vi
www.eeworm.com/read/400845/11567722
vi array exercise (completed).vi
www.eeworm.com/read/262216/11601047
m circlur_array.m
%This program print pattern for circlar Array (uniform) Antenna by giing
%N,a
%and the wavelength you work with
%if you want full pattern maultiply this pattern by any Antenna pattern
%Have a nice
www.eeworm.com/read/262216/11601075
m linear_array.m
%This program print pattern for linear Array (uniform) Antenna by giing
%N,alfa,d
%and the wavelength you work with
%if you want full pattern maultiply this pattern by any Antenna pattern
%Have a