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

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

permutation

  • Column permutation cipher是基于置換的加密解密方式。利用本程序可實現Column permutation cipher的加密和解密。

    Column permutation cipher是基于置換的加密解密方式。利用本程序可實現Column permutation cipher的加密和解密。

    標簽: permutation Column cipher 加密

    上傳時間: 2016-06-20

    上傳用戶:

  • calculates the permutation

    calculates the permutation

    標簽: permutation calculates the

    上傳時間: 2013-12-25

    上傳用戶:jichenxi0730

  • 使用viginear,column permutation,DES加密和解密

    使用viginear,column permutation,DES加密和解密

    標簽: permutation viginear column DES

    上傳時間: 2013-11-26

    上傳用戶:xwd2010

  • 高吞吐量LDPC碼編碼構造及其FPGA實現

    低密度校驗碼(LDPC,Low Density Parity Check Code)是一種性能接近香農極限的信道編碼,已被廣泛地采用到各種無線通信領域標準中,包括我國的數字電視地面傳輸標準、歐洲第二代衛星數字視頻廣播標準(DVB-S2,Digital Video Broadcasting-Satellite 2)、IEEE 802.11n、IEEE 802.16e等。它是3G乃至將來4G通信系統中的核心技術之一。 當今LDPC碼構造的主流方向有兩個,分別是結合準循環(QC,Quasi Cyclic)移位結構的單次擴展構造和類似重復累積(RA,Repeat Accumulate)碼構造。相應地,主要的LDPC碼編碼算法有基于生成矩陣的算法和基于迭代譯碼的算法。基于生成矩陣的編碼算法吞吐量高,但是需要較多的寄存器和ROM資源;基于迭代譯碼的編碼算法實現簡單,但是吞吐量不高,且不容易構造高性能的好碼。 本文在研究了上述幾種碼構造和編碼算法之后,結合編譯碼器綜合實現的復雜度考慮,提出了一種切實可行的基于二次擴展(Dex,Duplex Expansion)的QC-LDPC碼構造方法,以實現高吞吐量的LDPC碼收發端;并且充分利用該類碼校驗矩陣準循環移位結構的特點,結合RU算法,提出了一種新編碼器的設計方案。 基于二次擴展的QC-LDPC碼構造方法,是通過對母矩陣先后進行亂序擴展(Pex,permutation Expansion)和循環移位擴展(CSEx,Cyclic Shift Expansion)實現的。在此基礎上,為了實現可變碼長、可變碼率,一般編譯碼器需同時支持多個亂序擴展和循環移位擴展的擴展因子。本文所述二次擴展構造方法的特點在于,固定循環移位擴展的擴展因子大小不變,支持多個亂序擴展的擴展因子,使得譯碼器結構得以精簡;構造得到的碼字具有近似規則碼的結構,便于硬件實現;(偽)隨機生成的循環移位系數能夠提高碼字的誤碼性能,是對硬件實現和誤碼性能的一種折中。 新編碼器在很大程度上考慮了資源的復用,使得實現復雜度近似與碼長成正比。考慮到吞吐量的要求,新編碼器結構完全拋棄了RU算法中串行的前向替換(FS,Forward Substitution)模塊,同時簡化了流水線結構,由原先RU算法的6級降低為4級;為了縮短編碼延時,設計時安排每一級流水線計算所需的時鐘數大致相同。 這種碼字構造和編碼聯合設計方案具有以下優勢:相比RU算法,新方案對可變碼長、可變碼率的支持更靈活,吞吐量也更大;相比基于生成矩陣的編碼算法,新方案節省了50%以上的寄存器和ROM資源,單位資源下的吞吐量更大;相比類似重復累積碼結構的基于迭代譯碼的編碼算法,新方案使高性能LDPC碼的構造更為方便。以上結果都在Xilinx Virtex II pro 70 FPGA上得到驗證。 通過在實驗板上實測表明,上述基于二次擴展的QC-LDPC碼構造和相應的編碼方案能夠實現高吞吐量LDPC碼收發端,在實際應用中具有很高的價值。 目前,LDPC碼正向著非規則、自適應、信源信道及調制聯合編碼方向發展。跨層聯合編碼的構造方法,及其對應的編碼算法,也必將成為信道編碼理論未來的研究重點。

    標簽: LDPC FPGA 吞吐量 編碼

    上傳時間: 2013-07-26

    上傳用戶:qoovoop

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標簽: illustrates elimination Gaussian pivoting

    上傳時間: 2016-11-09

    上傳用戶:wang5829

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標簽: illustrates elimination Gaussian pivoting

    上傳時間: 2014-01-21

    上傳用戶:lxm

  • Delphi for fun library v12, latest. This is the library for manuplating list, combination-permutati

    Delphi for fun library v12, latest. This is the library for manuplating list, combination-permutation, BigNumbers etc. i think it s a must library to use. give a try.

    標簽: library combination-permutati manuplating for

    上傳時間: 2017-05-20

    上傳用戶:nanshan

  • Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom

    Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key + permutation of elements)

    標簽: Application Encryption Decryption algorithms

    上傳時間: 2014-01-18

    上傳用戶:CHENKAI

主站蜘蛛池模板: 谢通门县| 内丘县| 永泰县| 江都市| 丹寨县| 临朐县| 桑日县| 韩城市| 山东省| 晋江市| 乌拉特后旗| 双柏县| 南溪县| 阿拉善右旗| 电白县| 扎囊县| 犍为县| 信阳市| 监利县| 德令哈市| 张家川| 屯门区| 普兰县| 开封县| 襄汾县| 湛江市| 辽宁省| 厦门市| 顺平县| 年辖:市辖区| 西和县| 墨竹工卡县| 平顺县| 罗山县| 明光市| 天台县| 永新县| 安多县| 江达县| 沙雅县| 错那县|