代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/387700/8658617
m pattern.m
%A General Code for The Radiation Pattern Representation of The Array Factor of A Linear Antenna Array
%General Antenna Array Specifications
N = input ('The Number Of Array Elements : ') ;
K = inpu
www.eeworm.com/read/387489/8669888
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
procedure BSSTEP(var Y, DYDX:array of real; NV:integer; var X1:real;
www.eeworm.com/read/387489/8669917
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes,unit1, Graphics, Controls, Forms, Dialogs;
procedure ODEINT(var YSTART:array of real; NVAR:integer;X1, X2, EPS,
H1, HMIN:rea
www.eeworm.com/read/387489/8671261
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
procedure CHOBSB(A:MATRX2; N:integer; D:array of real;var B:array of real);
procedur
www.eeworm.com/read/387489/8671319
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, unit1,Forms, Dialogs;
procedure LUDCMP(var A:matrx2;N:integer;var INDX:array of real;var D:real);
proced
www.eeworm.com/read/387489/8671413
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure PENDAG(A,B,C,D,E,R:array of real;var U:array of real; N:integer);
implementati
www.eeworm.com/read/387489/8671470
pas unit2.pas
unit Unit2;
interface
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
implementation
procedure VANDER(X:array of real;var W:a
www.eeworm.com/read/387489/8671555
txt svdfit.txt
Procedure SVDFIT(X,Y,SIG:array of real; NDATA:integer;var A:array of real;
MA:integer;var U, V:matrx2;var W:array of real;
MP, NP:
www.eeworm.com/read/387489/8671924
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
procedure POLINT(XA, YA:array of real; N:integer; X:real; var Y, DY:real);
procedure POLCO
www.eeworm.com/read/387489/8672295
txt mprove.txt
procedure MPROVE(A,ALUD:matrx2; N:integer;
INDX:array of real; B:array of real;var X:array of real);
var
R:array [0..100] of real;
I,J:integer;
SDP:real;
begin
For I