搜索结果

找到约 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.
https://www.eeworm.com/dl/650/200435.html
下载: 161
查看: 1083

其他 RANDVEC Generate gaussian random vectors X=(N,M,C)

RANDVEC Generate gaussian random vectors X=(N,M,C)
https://www.eeworm.com/dl/534/238277.html
下载: 189
查看: 1034

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.
https://www.eeworm.com/dl/665/239088.html
下载: 122
查看: 1094

数据结构 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
https://www.eeworm.com/dl/654/342260.html
下载: 68
查看: 1026

数学计算 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 ...
https://www.eeworm.com/dl/641/363636.html
下载: 137
查看: 1109

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.
https://www.eeworm.com/dl/665/364505.html
下载: 87
查看: 1122

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 ...
https://www.eeworm.com/dl/665/367164.html
下载: 87
查看: 1076

数学计算 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
https://www.eeworm.com/dl/641/370018.html
下载: 44
查看: 1034

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
https://www.eeworm.com/dl/516/407406.html
下载: 159
查看: 1091

数值算法/人工智能 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.
https://www.eeworm.com/dl/518/410629.html
下载: 133
查看: 1078