-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
flc1
A fuzzy set is a set without any crisp, clearly defined boundaries. It can
contain elements with only a partial degree of membership. Classical sets
either wholly include given element or wholly discludes elements. E.g., set of
days of the week. While example of a fuzzy set would be set of days that
make up weekend.
- 2010-11-25 18:52:54下载
- 积分:1
-
swarm
采用粒子群算法进行优化,比如损伤识别和传感器优化布置(optimizaiton based on particle swarm algorithm)
- 2018-04-18 08:50:38下载
- 积分:1
-
CP0902_EFFPULSE
计算一个输入脉冲在抽样频率为fc时的有效持续时间tm(calculation input pulses in a sampling frequency fc for the effective duration tm)
- 2007-01-10 13:18:13下载
- 积分:1
-
lab5
decription system photo
- 2013-11-14 23:05:11下载
- 积分:1
-
3
输入圆的半径求周长和面积。程序由三个函数组成:主函数进行输入输出和函数调用,perimeter函数求周长,area函数求面积。(Enter the radius of the circle circumference and area requirements. Program consists of three functions: the main input and output functions and function calls, perimeter function evaluation perimeter, area function for the area.)
- 2013-12-25 20:53:57下载
- 积分:1
-
ddd
在matlab环境下,变程实现了用全局直方图均衡化对图像做反差改善(In matlab environment, the change process to achieve the overall situation with the image histogram equalization contrast to do to improve)
- 2007-12-24 15:17:16下载
- 积分:1
-
kelman
卡尔曼滤波方法,在语音信号以及现代信号处理在的地位十分突出!源码和介绍!(Kalman filtering method, in the speech signal, as well as modern signal processing in the status of very prominent! Source and introduction!)
- 2007-11-05 18:48:26下载
- 积分:1
-
lmsfilter
该程序在MAtlab环境下的基于LMS的自适应滤波器的算法设计(The program MAtlab environment based on the LMS Adaptive Filter Algorithm Design)
- 2009-11-09 11:12:31下载
- 积分:1
-
Harris-corner-detector
Harris 角点检测,简单初等代码,具体过程(harris corner detector)
- 2011-08-30 17:12:19下载
- 积分:1