资源列表
[matlab例程] least-square-method
说明:MATLAB实现最小二乘法,参照源码可以理解最小二乘法,可以举一反三,这样会跟容易编程和理解最小二乘法定义-least square method,this is the origin code.So,you can learn well and understand the least square method better<Phindx> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] LDPCCODEdecode_ldpc
说明: For examples and more details, please refer to the LDPC toolkit tutorial at http://arun-10.tripod.com/ldpc/ldpc.htm<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] decodeBitFlip
说明:function vHat decodeBitFlipping(rx, H, iteration) Hard-decision/bit flipping sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] decodeLogDomain
说明:function vHat decodeLogDomain(rx, H, N0, iteration) Log-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration vHat : Decoded<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] SemiLOGdecodeLogDomainSimple
说明:SemiLOGdecodeLogDomainSimple rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (0/1) - rx : Received signal vector (column vector) H : LDPC matrix<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] LDPCANDsemmidecodeProbDomain
说明:function vHat decodeProbDomain(rx, H, N0, iteration) Probability-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration -function<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] grith4and6ldpcBER
说明: Bit error rate of BPSK modulated LDPC codes under AWGN channel Copyright Bagawan S. Nugroho, 2007 http://bsnugroho.googlepages.com clc clear all LDPC matrix size, rate must be 1/2 Warning: encoding - decoding can be<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] performanceLDPCaddcr
说明: This program can produce the Parity Check Matrices of DVBS2 codes, while Ref. [1] remindes you that these codes are not good as the LDPC codes IEEE802.16e for continuous bits errors. Refenrences:- This program can produce the Parity Check<doocao> 在 2025-11-07 上传 | 大小:1kb | 下载:0