搜索结果
找到约 55 项符合
VECTORS 的查询结果
按分类筛选
人工智能/神经网络 If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
其他 RANDVEC Generate gaussian random vectors X=(N,M,C)
RANDVEC Generate gaussian random vectors X=(N,M,C)
matlab例程 Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
数据结构 Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Cont
Flexible Vector and Matrix Classes enable
to use vectors and matrixes with arbitrary bounds.
Content. 1. Algorithm
2. Classes
3. Program Files
4. Tests
5. Compiling
6. Running (Log File)
7. Download
数学计算 The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear alge ...
matlab例程 Circular Convolution of two equal-length vectors. Highlights that circular convolution in the time d
Circular Convolution of two equal-length vectors. Highlights that circular convolution in the time domain is the effectively the same as element-by-element multiplication in the frequency domain.
matlab例程 Initialize U=[uij] matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k) &nb
Initialize U=[uij] matrix, U(0)
At k-step: calculate the centers vectors C(k)=[cj] with U(k) &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
Update U(k) , U(k+1) &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp ...
数学计算 class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div
class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div
DSP编程 DSP算法(ANSI_C) TEST VECTOR MACROS INPUTS: NONE OUTPUTS: PRINT OF TEST VECTORS
DSP算法(ANSI_C)
TEST VECTOR MACROS
INPUTS: NONE
OUTPUTS: PRINT OF TEST VECTORS
数值算法/人工智能 karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you
karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.