代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/417048/6281246
c id3_proto.c
/*
* FILE: id3.c
*
* Author: Andrew Colin
*
* DISCLAIMER: No liability is assumed by the author for any use made
* of this program.
*
* DISTRIBUTION: Any use may be made of this program, as lo
www.eeworm.com/read/320368/6295203
txt d8r3.txt
Private Sub Command1_Click()
'PROGRAM D8R3
'Driver for routine TRED2
NP = 3
Dim A(3, 3), C(3, 3), D(3), E(3), F(3, 3)
A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 3#
A(2, 1) = 2
www.eeworm.com/read/320368/6295204
txt d8r6.txt
Private Sub Command1_Click()
'PROGRAM D8R6
'Driver for routine ELMHES
NP = 5
Dim A(5, 5), R(5), C(5)
A(1, 1) = 1#: A(1, 2) = 2#: A(1, 3) = 300#: A(1, 4) = 4#: A(1, 5) = 5#
www.eeworm.com/read/320368/6295285
txt qrbksb.txt
Sub QRBKSB(A(), N, Q(), B(), X())
For I = 1 To N
Sum = 0#
For J = 1 To N
Sum = Sum + Q(I, J) * B(J)
Next J
X(I) = Sum
Next I
For I = N T
www.eeworm.com/read/320368/6295291
txt chobsb.txt
Sub CHOBSB(A(), N, D(), B())
For I = 1 To N
Sum = B(I)
For J = 1 To I - 1
Sum = Sum - A(I, J) * B(J)
Next J
B(I) = Sum
Next I
For I = N
www.eeworm.com/read/291067/6302843
m weightrows.m
function Y = weightrows(X,weights)
%WEIGHTROWS Weights the rows of a matrix.
%
%--------
%Synopsis:
% Y = weightrows(X,weights)
%
%Description:
% Weights each row of the two-dimensional matrix "X"
www.eeworm.com/read/291067/6302863
m dbtex10.m
%DBTEX10 An example of beamforming on measured data from the AIMT experimental antenna with calibration compensation on the signals.
%
% * DBT, A Matlab Toolbox for Radar Signal Processing *
% (c
www.eeworm.com/read/291067/6302905
m multimat.m
% *****************************************************************************
% RECVAR, A package for new data types in Matlab.
% (c) FOA 1998. See the file rvright.m for copyright notice.
%
% Mul
www.eeworm.com/read/291067/6302917
m sparanstemat.m
function A = sparanstemat(model, doasRanges, spaParam, ranParam)
%SPARANSTEMAT Calculation of space-range (space-fast time) steering matrix.
%
%--------
%Synopsis:
% A = sparanstemat({antenna, wavef
www.eeworm.com/read/291067/6302924
m normsig.m
function sigOut = normsig(sigIn, method, noSrc, checkParamFlag)
%NORMSIG Normalizes a radar signal or a spatial correlation matrix relative the noise power.
%
%--------
%Synopsis:
% sigOut = normsig