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.
標簽: sorted individually respect VectorS
上傳時間: 2015-09-23
上傳用戶:comua
RANDVEC Generate gaussian random VectorS X=(N,M,C)
標簽: Generate gaussian RANDVEC VectorS
上傳時間: 2013-12-17
上傳用戶:diets
Use DCT-LMS algorithm with recursions on C to estimate optimum weight VectorS for linear estimation.
標簽: recursions estimation algorithm estimate
上傳時間: 2014-01-10
上傳用戶:13160677563
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
標簽: and arbitrary Flexible matrixes
上傳時間: 2016-09-06
上傳用戶:libenshu01
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 algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
標簽: gradient function provided versions
上傳時間: 2016-11-07
上傳用戶:秦莞爾w
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.
標簽: equal-length Convolution convolution Highlights
上傳時間: 2014-01-22
上傳用戶:aig85
Initialize U=[uij] matrix, U(0) At k-step: calculate the centers VectorS C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)                                                     If || U(k+1) - U(k)||<     then STOP otherwise return to step 2.
標簽: Initialize calculate centers VectorS
上傳時間: 2013-12-29
上傳用戶:CSUSheep
class for work with 3d VectorS: add, sub, saclar multiple, cross multiple, norm, div
標簽: multiple VectorS saclar class
上傳時間: 2016-11-23
上傳用戶:stvnash
DSP算法(ANSI_C) TEST VECTOR MACROS INPUTS: NONE OUTPUTS: PRINT OF TEST VectorS
標簽: TEST OUTPUTS VectorS ANSI_C
上傳時間: 2014-01-14
上傳用戶:xiaohuanhuan
karatsuba multiplication using VectorS. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.
標簽: multiplication karatsuba VectorS change
上傳時間: 2014-01-25
上傳用戶:han_zh