CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - orthogonalization
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - orthogonalization - List
[
Other resource
]
Lyapunov_Terra
DL : 0
当计算混沌系统Lyapunov指数时,gs.m代码实现正交化 直接运行L2.m,可计算出Lyapunov指数(该代码是基于奇异值分解计算Lyapunov指数的) -chaotic system when calculating Lyapunov exponent, gs.m code directly Orthogonalization L2.m operation, translate into Lyapunov exponent (The code is based on the singular value decomposition Lyapunov exponent)
Update
: 2008-10-13
Size
: 903byte
Publisher
:
贾敏
[
Other resource
]
NumericalLinearAlgebra
DL : 2
数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
Update
: 2008-10-13
Size
: 6.38kb
Publisher
:
YUXIANGCHENG
[
matlab
]
Lyapunov_Terra
DL : 0
当计算混沌系统Lyapunov指数时,gs.m代码实现正交化 直接运行L2.m,可计算出Lyapunov指数(该代码是基于奇异值分解计算Lyapunov指数的) -chaotic system when calculating Lyapunov exponent, gs.m code directly Orthogonalization L2.m operation, translate into Lyapunov exponent (The code is based on the singular value decomposition Lyapunov exponent)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
贾敏
[
Algorithm
]
NumericalLinearAlgebra
DL : 1
数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
Update
: 2025-02-19
Size
: 6kb
Publisher
:
YUXIANGCHENG
[
Windows Develop
]
shimitezhengjiaobianhuan
DL : 0
本程序用C++语言基本上实现了施密特正交化过程。 -This procedure used C++ Language basically realize the Schmidt orthogonalization process.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
shaolinsi737
[
AI-NN-PR
]
java_evolutionary_algorithms
DL : 0
用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorithms, currently including Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Memetic Algorithm (MA), Evolution Strategy (ES). Highlighted features · Support both binary & real-coded string representations of solution · Operator-based design for flexibility · EA Operators: Selection, Crossover, Mutation, Move operators in PSO & and the adaptive scheme in EA · Individual learning: Davidon–Fletcher–Powell (DFP) and Davies, Swann, and Campey with Gram-Schmidt orthogonalization (DSCG) strategies and Random Mutation Hill-climbing (RMHC) In addition, algorithm pipeline which is specified by XML file is also provided for practitioner to configure & design evolutionary algorithms at ease. User can edit runtime & algorithm parameters in the configuration file (XML) & issue the co
Update
: 2025-02-19
Size
: 102kb
Publisher
:
陈雷
[
Other
]
gramschimdi
DL : 0
gram-schimdt-orthogonalization matlab pro
Update
: 2025-02-19
Size
: 1kb
Publisher
:
文武
[
matlab
]
grams
DL : 0
Gram-Schmidt orthogonalization of the columns of A.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
katore vishal
[
VC/MFC
]
gram
DL : 1
Matlab 程序: 解决了Gram-Schmidt正交化方法,次方程法可以用于求解Zernike 多项式的波面拟合系数!-Matlab program: Solving the Gram-Schmidt orthogonalization method, sub-equation method can be used to solve the wavefront Zernike polynomial fitting coefficients!
Update
: 2025-02-19
Size
: 1kb
Publisher
:
cao ya
[
ActiveX/DCOM/ATL
]
compare
DL : 0
对比不同矩阵的方案。二十个字太多了,二十个字太多-compare different orthogonalization scheme
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李亮
[
Other
]
matched_filter
DL : 0
This demo introduces Matched Filter in CDMA system schemes wherein the data stream is subdivided into independent sub-streams, one for each transmit antenna employed. As a consequence, they provide a multiplexing gain and do not require explicit orthogonalization as needed for space-time block coding.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
KidQn
[
CSharp
]
shimitezhengjiaohua
DL : 0
史密特正交化~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~`-Schmidt orthogonalization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Update
: 2025-02-19
Size
: 1kb
Publisher
:
球球
[
matlab
]
1232
DL : 0
修正格拉姆-施密特正交化的matlab源程序-Modified Gram- Schmidt orthogonalization matlab source
Update
: 2025-02-19
Size
: 1kb
Publisher
:
wxx
[
matlab
]
Gram-Schmidt_Process
DL : 0
施密特正交化过程,根据文献中的方法进行matlab编程实现-Schmidt orthogonalization process
Update
: 2025-02-19
Size
: 5kb
Publisher
:
赖新
[
matlab
]
Wavelet_OMP_single_layer_2
DL : 0
基于omp重构算法的压缩感知的正交化高斯测量矩阵的图像压缩算法-Based on omp restructuring algorithm compression sensation orthogonalization Gauss measurement matrix image compression algorithm
Update
: 2025-02-19
Size
: 2kb
Publisher
:
何花
[
Algorithm
]
schmidt_toeplitz
DL : 0
根据施密特正交化过程,编辑的代码,内有中文注释,将多组向量进行正交化 代码2:托普利兹矩阵(差分矩阵)的实现-schmidt orthogonalization. transform the vectors to orthometric vectors
Update
: 2025-02-19
Size
: 1kb
Publisher
:
网络
[
Software Engineering
]
Gram-Schmidt-orth_method
DL : 0
主要介绍Gram-Schmidt正交化方法-introduction of Gram-Schmidt orthogonalization method
Update
: 2025-02-19
Size
: 117kb
Publisher
:
松风霞蔚
[
Algorithm
]
MGS
DL : 0
本程序是用MGS正交化方法求方程组的最小二乘解的程序-This program is the program of MGS orthogonalization method and the least squares solution of equations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
sly
[
OpenCV
]
Schmit
DL : 0
opencv实现矩阵正交化opencv入门必看-opencv opencv matrix orthogonalization entry must see
Update
: 2025-02-19
Size
: 296kb
Publisher
:
zhanghaike
[
Algorithm
]
Gram-Schmidt-QR-decomposition
DL : 0
fortran科学计算与工程。Gram-Schmidt正交化计算QR分解,进行矩阵的计算。-fortran scientific computing and engineering. Gram-Schmidt orthogonalization computing the QR decomposition, the matrix calculation.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
muyu
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.