登录
首页 » matlab » LDPC-butongyimasuanfaduibi

LDPC-butongyimasuanfaduibi

于 2012-11-22 发布 文件大小:54KB
0 247
下载积分: 1 下载次数: 162

代码说明:

  LDPC码不同译码算法对比。码长512,码率1/2.(LDPC code decoding algorithm comparison. Code length of 512, a rate 1/2.)

文件列表:

不同译码算法对比(可用)
........................\BP与BF
........................\......\bpsk.m,325,2012-08-06
........................\......\bp_decoder.m,2843,2012-10-16
........................\......\extract_mesg.m,470,2012-08-06
........................\......\genH.m,4649,2012-08-06
........................\......\H2P.m,2069,2012-08-06
........................\......\ldpc_encode.m,821,2012-08-06
........................\......\main.m,1811,2012-11-04
........................\......\mul_GF2.m,78,2012-08-06
........................\......\reorder_bits.m,443,2012-08-06
........................\......\可用.fig,8158,2012-11-04
........................\对数BP与最小和
........................\..............\bpsk.m,325,2012-08-06
........................\..............\extract_mesg.m,470,2012-08-06
........................\..............\genH.m,4649,2012-08-06
........................\..............\H2P.m,2069,2012-08-06
........................\..............\ldpc_encode.m,821,2012-08-06
........................\..............\LLRBPdecoder.m,2112,2012-10-19
........................\..............\main1.m,1647,2012-11-05
........................\..............\Min_decoding.m,1813,2012-10-19
........................\..............\mul_GF2.m,78,2012-08-06
........................\..............\reorder_bits.m,443,2012-08-06
........................\..............\可以用.fig,8059,2012-11-05
........................\概率与对数
........................\..........\3.fig,8101,2012-10-18
........................\..........\bpsk.m,325,2012-08-06
........................\..........\bp_decoder.m,2844,2012-10-18
........................\..........\extract_mesg.m,470,2012-08-06
........................\..........\genH.m,4649,2012-08-06
........................\..........\H2P.m,2069,2012-08-06
........................\..........\ldpc_encode.m,821,2012-08-06
........................\..........\LLRBPdecoder.m,2117,2012-10-18
........................\..........\main.m,1689,2012-11-05
........................\..........\mul_GF2.m,78,2012-08-06
........................\..........\reorder_bits.m,443,2012-08-06
........................\..........\可以用.fig,8044,2012-11-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LDPC
    说明:  详述LDPC码,有DVB_S2中LDPC编解码分析等以及KDH文档。(LDPC code in detail, there are DVB_S2 in the analysis of LDPC codec and KDH document.)
    2009-08-09 20:38:45下载
    积分:1
  • ResourceAllocationV2X-master
    说明:  智能汽车和智能交通的关键技术,V2X(车联网)无线资源分配(The key technology of intelligent vehicle and intelligent transportation, v2x (Internet of vehicles) wireless resource allocation)
    2021-03-19 09:14:00下载
    积分:1
  • _matlab_串口收发的GUI界面
    关于MATLAB GUI 串口通信的调试程序 ,发送好使,接收程序需要自己天加(About MATLAB GUI debug serial communication program)
    2020-10-07 14:37:36下载
    积分:1
  • decodeLogDomain
    对数域和积算法LDPC解码器,准确无误,望采纳!(Log-domain sum product algorithm LDPC decoder, accurate, hope to adopt!)
    2018-09-06 14:03:29下载
    积分:1
  • CA 码的产生,以及自相关,互相关函数CA code
    CA 码的产生,以及自相关,互相关函数,画出自相关互相关图(MATLAB语句简单易懂,适合新手)(CA code generation, as well as autocorrelation, cross-correlation function, drawn from the correlation cross correlation diagram (MATLAB statement, easy to understand, suitable for novices))
    2020-11-05 21:59:50下载
    积分:1
  • chuankoutongxin
    完全实现多串口通信,使用C#测试,完全通过(Multiple serial communication)
    2013-01-10 16:35:22下载
    积分:1
  • 5
    说明:  OFDM系统仿真 ----比较OFDM系统的IDFT/DFT实现与模拟调制实现仿真代码,其中假设OFDM系统包含8个子载波,fc=1 Hz,子载波频率间隔为1 Hz,每个子载波采用4-QAM调制,符号周期为1秒(OFDM IDFT/DFT 4-QAM FFT/IFFT)
    2018-05-09 23:07:55下载
    积分:1
  • BPSK调制仿真
    bpsk调制仿真,可直接用 1、数字调制方法 数字调制就是把数字基带信号的频谱搬移到高频处,形成适合在信道中传输的带通信号。基本的数字调制方式有振幅键控(ASK)、频移键控(FSK)、绝对相移键控(PSK)、相对(差分)相移键控(DPSK)。在接收端可以采用想干解调或非相干解调还原数字基带信号。 数字信号的传输方式分为基带传输和带通传输。然而,实际中的大多数信道(如)无线信道具有丰富的低频分量。为了使数字信号在带通信道中传输,必须用数字基带信号对载波进行调制,以使信号与信道的特性相匹配。(1, digital modulation method Digital modulation is the transfer of the spectrum of a digital baseband signal to a high frequency to form a bandpass signal suitable for transmission in the channel. The basic digital modulation methods are amplitude keying (ASK), frequency shift keying (FSK), absolute phase shift keying (PSK), and relative (differential) phase shift keying (DPSK). At the receiving end, the digital baseband signal can be restored by using dry demodulation or non-coherent demodulation. Digital signal transmission methods are divided into baseband transmission and bandpass transmission. However, most channels in practice, such as wireless channels, have rich low frequency components. In order for a digital signal to be transmitted in a band channel, the carrier must be modulated with a digital baseband signal to match the signal to the characteristics of the channel.)
    2019-05-28 10:46:01下载
    积分:1
  • QAM
    16QAM调制解调,包含QAM的调制解调Matlab程序(16QAM modem, including QAM modem matlab program)
    2021-03-26 16:49:12下载
    积分:1
  • wuxiandianli
    无线电力传送,无线充电 ,无线传输论文,共振原理抓住电磁波。(Wireless power transmission, wireless charging, wireless transmission papers to seize the resonance theory of electromagnetic waves.)
    2011-10-29 11:46:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载