This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
標簽: LDPC introduction simulation software
上傳時間: 2014-01-14
上傳用戶:大融融rr
約瑟夫環的實現,幾個小孩站成一圈報數,從m報到s,報s的人出列,輸出出列的次序
標簽:
上傳時間: 2016-05-23
上傳用戶:yxgi5
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
標簽: LDPC introduction simulation software
上傳時間: 2014-12-05
上傳用戶:change0329
漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
標簽: the animation Simulate movement
上傳時間: 2017-02-11
上傳用戶:waizhang
verilog的簡要教程 基本邏輯門,例如a n d、o r和n a n d等都內置在語言中。 • 用戶定義原語( U D P)創建的靈活性。用戶定義的原語既可以是組合邏輯原語,也可以 是時序邏輯原語。 • 開關級基本結構模型,例如p m o s 和n m o s等也被內置在語言中。
上傳時間: 2017-05-05
上傳用戶:1583060504
本代碼為編碼開關代碼,編碼開關也就是數字音響中的 360度旋轉的數字音量以及顯示器上用的(單鍵飛梭開 關)等類似鼠標滾輪的手動計數輸入設備。 我使用的編碼開關為5個引腳的,其中2個引腳為按下 轉輪開關(也就相當于鼠標中鍵)。另外3個引腳用來 檢測旋轉方向以及旋轉步數的檢測端。引腳分別為a,b,c b接地a,c分別接到P2.0和P2.1口并分別接兩個10K上拉 電阻,并且a,c需要分別對地接一個104的電容,否則 因為編碼開關的觸點抖動會引起輕微誤動作。本程序不 使用定時器,不占用中斷,不使用延時代碼,并對每個 細分步數進行判斷,避免一切誤動作,性能超級穩定。 我使用的編碼器是APLS的EC11B可以參照附件的時序圖 編碼器控制流水燈最能說明問題,下面是以一段流水 燈來演示。
上傳時間: 2017-07-03
上傳用戶:gaojiao1999
Matlab模擬退火算法工具箱,它由冷卻進度表(Cooling Schedule)控制,包括控制參數的初值t及其衰減因子Δt、每個t值時的迭代次數L和停止條件S。
標簽: Schedule Cooling Matlab 模擬退火算法
上傳時間: 2017-09-02
上傳用戶:zhyiroy
實驗源代碼 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("請輸入矩陣第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); } } for(i=0;i<k;i++){ for( j=0;j<k;j++){ if(temp[ j][i]==1) { for(t=0;t<n;t++) { temp[ j][t]=temp[i][t]||temp[ j][t]; } } } } printf("可傳遞閉包關系矩陣是:\n"); for(i=0;i<k;i++) { for( j=0;j<n;j++) { printf("%d", temp[i][ j]); } printf("\n"); } } void main() { printf("利用 Warshall 算法求二元關系的可傳遞閉包\n"); void warshall(int,int); int k , n; printf("請輸入矩陣的行數 i: "); scanf("%d",&k); 四川大學實驗報告 printf("請輸入矩陣的列數 j: "); scanf("%d",&n); warshall(k,n); }
上傳時間: 2016-06-27
上傳用戶:梁雪文以
作者:何亮,劉揚論文摘要:氮 化 鎵 (G a N )材 料 具 有 優 異 的 物 理 特 性 ,非 常 適 合 于 制 作 高 溫 、高 速 和 大 功 率 電 子 器 件 ,具 有 十 分 廣 闊 的 市場前景 。 S i襯 底 上 G a N 基 功 率 開 關 器 件 是 目 前 的 主 流 技 術 路 線 ,其 中 結 型 柵 結 構 (p 型 柵 )和 共 源 共 柵 級 聯 結 構 (C asco de)的 常 關 型 器 件 已 經 逐 步 實 現 產 業 化 ,并 在 通 用 電 源 及 光 伏 逆 變 等 領 域 得 到 應 用 。但 是 鑒 于 以 上 兩 種 器 件 結 構 存 在 的 缺 點 ,業 界 更 加 期 待 能 更 充 分 發 揮 G a N 性能的 “ 真 ” 常 關 M 0 S F E T 器件。而 GaN M 0 S F E T 器件的全面實用 化 ,仍 然 面 臨 著 在 材 料 外 延 方 面 和 器 件 穩 定 性 方 面 的 挑 戰 。
上傳時間: 2021-12-08
上傳用戶:XuVshu
SOP4 SOP8 SOP16 SOP24封裝Altium Designer AD PCB封裝庫2D3D元件庫文件CB Library : SOP.PcbLibDate : 2020/12/29Time : 16:29:39Component Count : 57Component Name-----------------------------------------------SOP4_LSOP4_MSOP4_NSOP4-W2.54_LSOP4-W2.54_MSOP4-W2.54_NSOP8_LSOP8_MSOP8_NSOP8-W2.54_LSOP8-W2.54_MSOP8-W2.54_NSOP8W_LSOP8W_MSOP8W_NSOP10_LSOP10_MSOP10_NSOP14_LSOP14_MSOP14_NSOP16_LSOP16_MSOP16_NSOP16-W2.54_LSOP16-W2.54_MSOP16-W2.54_NSOP16N_LSOP16N_MSOP16N_NSOP16W_LSOP16W_MSOP16W_NSOP18_LSOP18_MSOP18_NSOP18W_LSOP18W_MSOP18W_NSOP20_LSOP20_MSOP20_NSOP20Z_LSOP20Z_MSOP20Z_NSOP22_LSOP22_MSOP22_NSOP24_LSOP24_MSOP24_NSOP28_LSOP28_MSOP28_NSOP30-LSOP30-MSOP30-N
標簽: sop4 sop8 sop16 sop24 封裝 altium designer pcb
上傳時間: 2022-03-11
上傳用戶: