亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

qr-decomposition

  • Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the princ

    Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which is assumed to be spherical), while the vector LAMBDA contains the variances of each of the principal components. This is computed using the eigenvalue and eigenvector decomposition of X.

    標簽: Probabilistic Components Principal Analysis

    上傳時間: 2016-04-28

    上傳用戶:qb1993225

  • Understanding of software development methodologies and concepts, experience with full product lifec

    Understanding of software development methodologies and concepts, experience with full product lifecycle from scope to customer release 5. Strong design decomposition skills, analysis and testing 6. Proactive approach to problem solving 7. Strong communication skills are paramount as is drive and determination, and stron

    標簽: Understanding methodologies development experience

    上傳時間: 2013-12-25

    上傳用戶:zhliu007

  • Image Compression A collection of simple routines for image compression using different techniqu

    Image Compression A collection of simple routines for image compression using different techniques. 圖象壓縮的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.

    標簽: Compression compression collection different

    上傳時間: 2016-05-11

    上傳用戶:磊子226

  • 數值線性代數的Matlab應用程序包 共13個程序函數

    數值線性代數的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 雙共軛梯度

    標簽: Matlab 數值 應用程序 函數

    上傳時間: 2016-05-17

    上傳用戶:小鵬

  • 利用C語言實現矩陣的行列式的計算

    利用C語言實現矩陣的行列式的計算,采用QR方法

    標簽: C語言 矩陣 計算

    上傳時間: 2016-06-10

    上傳用戶:wweqas

  • 給定n個矩陣{A1,A2,…,An}

    給定n個矩陣{A1,A2,…,An},其中Ai與Ai+1是可乘的,i=1,2,…,n-1??疾爝@n個矩陣的連乘積A1A2…An。由于矩陣乘法滿足結合律,故計算矩陣的連乘積可以有許多不同的計算次序,這種計算次序可以用加括號的方式來確定。若一個矩陣連乘積的計算次序完全確定,則可以依此次序反復調用2個矩陣相乘的標準算法(有改進的方法,這里不考慮)計算出矩陣連乘積。若A是一個p×q矩陣,B是一個q×r矩陣,則計算其乘積C=AB的標準算法中,需要進行pqr次數乘。

    標簽: An 矩陣

    上傳時間: 2016-06-18

    上傳用戶:hjshhyy

  • 一個2發2收的MIMO系統

    一個2發2收的MIMO系統,接收端采用QR檢測,最后仿出誤碼率和信噪比的曲線。信道在接收端已知。

    標簽: MIMO

    上傳時間: 2016-06-21

    上傳用戶:xinyuzhiqiwuwu

  • 兩份文件

    兩份文件,加噪聲和不加噪聲的,加以區別和比較。VBLST編碼,QR接收。程序附有圖,可以參考。

    標簽:

    上傳時間: 2013-12-21

    上傳用戶:kelimu

  • Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in

    Capacity of a MIMO channel with nt transmit antenna and nr recieve antenna is analyzed. The power in parallel channel (after decomposition) is distributed as water-filling algorithm

    標簽: antenna Capacity analyzed transmit

    上傳時間: 2016-07-13

    上傳用戶:zhichenglu

  • 美國標準化組織和馬里蘭大學共同開發.實現java matrix包. JAMA由六個java類組成:Matrix, CholeskyDecomposition , LUDecomposition QR

    美國標準化組織和馬里蘭大學共同開發.實現java matrix包. JAMA由六個java類組成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了廣泛的構造函數,豐富的get,set訪問子matrix和元素matrix. 基本的矩陣操作有:矩陣的加,乘,矩陣范數.和提供了方便的打印矩陣的方法. 提供了五個基本的矩陣分離類.可以通過Matrix類調用它們來進行線性計算,翻轉和其它矩陣方法.

    標簽: CholeskyDecomposition java LUDecomposition Matrix

    上傳時間: 2014-01-16

    上傳用戶:123456wh

主站蜘蛛池模板: 新源县| 邳州市| 中西区| 定结县| 铁岭市| 京山县| 开原市| 汶川县| 辉县市| 朝阳县| 徐汇区| 九台市| 内丘县| 嘉峪关市| 桃江县| 曲靖市| 岗巴县| 通榆县| 财经| 黄陵县| 巴马| 故城县| 宁化县| 德化县| 台江县| 竹溪县| 广丰县| 北碚区| 镇雄县| 玛沁县| 兴海县| 京山县| 滨州市| 沙坪坝区| 自贡市| 海南省| 石棉县| 阿克苏市| 祁门县| 洪洞县| 鹰潭市|