登录
首页 » Visual C++ » QRDCMP

QRDCMP

于 2013-09-27 发布 文件大小:1KB
0 223
下载积分: 1 下载次数: 11

代码说明:

  用镜像矩阵求出矩阵的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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • czt
    czt函数的c语言实现。matlab中czt函数的c语言实现(c language czt function implementation. c language matlab function in the realization czt)
    2020-11-19 17:59:37下载
    积分:1
  • bilinerQuard
    bilinearquard在matlab中的实现 matlab有限元分析 源程序(bilinearquard implementation in matlab matlab source Finite Element Analysis)
    2013-11-11 13:46:44下载
    积分:1
  • example4_4
    例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 ( x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0 N=N-1 end f=linspace(0,fs/2,N/2) plot(f,abs(y(1:N/2))*2/N) title( 叠加噪声的sinc(t)信号频谱 ) xlabel( f /Hz ) figure y0=y(1:N/2) P=y0.*conj(y0)/N P=10*log10(P) plot(f,P) title( 功率谱 ) xlabel( f /Hz ) )
    2010-05-25 20:59:03下载
    积分:1
  • Applications
    说明:  DEKTEC信号发生卡的控制软件,dos下面的控制台程序(example source code of DEKTEC player card)
    2011-02-21 22:20:29下载
    积分:1
  • link-list-bellek
    Link list memory application
    2014-12-03 17:27:45下载
    积分:1
  • 四机两区
    说明:  粒子群优化算法计算出的PSS优化模型,为四机两区模型(PSS optimization model calculated by particle swarm optimization algorithm)
    2020-12-30 00:09:00下载
    积分:1
  • comb
    这是关于没分燃烧的udf,同学们可以借鉴,利用的是二阶矩模型(this is a combustion udf,which was using the second ju model ,you can use it for referance)
    2014-01-22 20:27:14下载
    积分:1
  • EMC_Information
    st出的关于电磁兼容EMC信息的手册,比较有用,推荐给大家(st on the EMC information manuals, more useful and recommend it to everyone )
    2006-12-17 19:50:22下载
    积分:1
  • charging
    该仿真为MATLAB仿真,关于充电桩的仿真,简单,可以运行(it is model on charging system ,it is simple and easy to understang.)
    2016-03-04 09:52:58下载
    积分:1
  • mmq
    使用MATLAB做图像处理,包括求灰度图、均衡化以及各种直方图,也可进行曲线拟合,求亮度曲面分布,和图像的均值与方差,便于学习(Use MATLAB to do image processing, including seeking grayscale, and a variety of histogram equalization, but also for curve fitting, seeking surface brightness distribution, and the mean and variance of the image, easy to learn)
    2014-12-18 20:16:28下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载