There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代碼
標簽: example channel ldpc_de encode
上傳時間: 2013-12-03
上傳用戶:lili123
嵌入式文檔:Xilinx EDK 實驗教程3: Adding Custom IP to an Embedded System Lab:
標簽: Embedded Xilinx Adding Custom
上傳時間: 2013-12-15
上傳用戶:bakdesec
this a book introduce how to use javascript to create cartoon
標簽: javascript introduce cartoon create
上傳時間: 2013-12-13
上傳用戶:jing911003
this is a book introducing how to debug program
標簽: introducing program debug this
上傳時間: 2013-12-24
上傳用戶:李夢晗
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上傳時間: 2015-09-21
上傳用戶:sunjet
算法界里僅次于the art of computer programming的重量級書籍 壓縮包里包含有introduction to algorithms的第二版英文版 習題解答與教師手冊(非常難得)
標簽: introduction programming algorithms computer
上傳時間: 2013-12-19
上傳用戶:qwe1234
WinFilter is a software tool provided as freeware to design digital filter.
標簽: WinFilter freeware software provided
上傳時間: 2013-12-17
上傳用戶:qiao8960
This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent by the coordinatorTask in the past five seconds (deadline time). This demonstration program is automatically stopped after twenty seconds.
標簽: CoordinatorTask demonstrates deadline handlers
上傳時間: 2015-09-21
上傳用戶:大融融rr
tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.
標簽: serverSend functions executes priority
上傳時間: 2015-09-21
上傳用戶:tianjinfan
DESCRIPTION - Provides the functionality to display the contents of sysPhysMemeDesc array.
標簽: sysPhysMemeDesc functionality DESCRIPTION the
上傳時間: 2014-01-04
上傳用戶:啊颯颯大師的