開篇1-內容介紹&參考文獻
概述2-什麼是極化碼?
原理3-arikan原版**學習總結
編碼演算法4-巴氏引數、ga演算法以及matlab**
解碼演算法5-sc演算法及matlab**
解碼演算法6-scl、ca-scl及matlab**
[1] e. arikan. channel polarization: a method for constructing capacity-achieving codes for symmetric binary-input memoryless channels[j]. ieee transactions on information theory, 2009, 55(7):3051-3073.[2] tal i, vardy a. how to construct polar codes [j]. ieee transactions on communications, 2012,60(11):3221-3227.
[3] zhang q, liu a, pan x, et al. crc code design for list decoding of polar codes [j]. ieee communications letters,2017,21(6):1229-1232
[4] trifonov p. efficient design and decoding of polar codes [j]. ieee transactions on communications,2012,60(11):3221-3227.
[5] arikan e. systematic polar coding [j].ieee communications letters,2011,15(8):860-862.
[6] tal i, vardy a. list decoding of polar codes [j]. ieee transactions on information theory,2015,61(5):2213-2226.
[7] bioglio v , condo c , land i . design of polar codes in 5g new radio[j]. ieee communications surveys & tutorials, 2018, pp(99).
[8] niu, kai, chen, kai. crc-aided decoding of polar codes[j]. communications letters, ieee, 2012, 16(10):p.1668-1671.
[8] 徐旻子. 面向5g的極化碼編譯碼技術研究[d].西安:西安電子科技大學,2018.
[9] 李曉恆. 極化碼高斯近似構造與解碼方法研究[d].西安:西安電子科技大學,2017.
https理論及實踐
http協議以明文的方式在網路中傳輸,安全性難以保證,https在http協議的基礎上加入ssl tls層。tls是ssl協議的最新版本,ssl使用ssl數字證書在通訊兩端建立加密鏈路,對兩端通訊資料進行加密,從而保證通訊資料安全。http和https協議比較如下 ssl協議主要涉及非對稱加密和對稱...
雜湊演算法的理論及其相關知識
一 概念 雜湊表 hash 也叫雜湊查詢表,是一種重要的查詢技術,因使用雜湊函式 雜湊函式 而得名,利用雜湊函式對映雜湊位址,得到的儲存錶即為雜湊表。雜湊技術 一種基於盡可能不通過比較操作而直接得到記錄的儲存位置的想法而提出的一種特殊查詢方法。二 基本思想 通過記錄中關鍵字的值key為自變數,通過一...
IPFS理論及其操作
參考部落格 ipfs 星際檔案系統 是乙個分布式檔案系統協議。ipfs協議定義了檔案在分布式系統中如何儲存 索引 傳輸。ipfs的目標是通過乙個檔案系統將網路中的所有的裝置連線在起來。基於內容定址,而非基於網域名稱定址。檔案具有唯一存在的唯一性,乙個檔案加入到ipfs的網路,基於計算對內容賦予乙個唯...