搜索资源列表
polar
- 产生N(0,1)的高斯伪随机数的程序,所用方法为极方法
homework0
- 利用polar method生成高斯随机变量-Polar method is generated using Gaussian random variable
Gaussian_Sequence
- 极坐标方法产生高斯白噪声 产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示: (1) 产生两个独立同分布的随机序列(0,1),U1,U2; (2) 令V1=2U1-1;V2=2U2-1;并计算S=V1^2+V2^2 (3) 若S>1,则返回第一步;否则计算Y=sqrt(-2*ln(S)/S) (4) 令实部I=V1*Y,虚部Q=V2*Y,再求Output=I+Q*i,即可得到随机复数高斯白噪声序列。 理论上,可证明上述产生的I、Q两路序
ss
- 该程序主要是仿真单极性码和双极性码在加性高斯白噪声信道中的理论误码率和实际误码率,并做一比较-The program is mainly simulation of single polar code and bipolar code theory in additive white gaussian noise channel bit error rate and the actual error rate, and make a comparison
polarcode_SCLscheme
- 这个压缩包里面是极化码的SCL方案的仿真 可以设置不同的码长和信噪比 并且可以选择高斯信道和擦除信道这两种信道-This program simulate the performance of SC-list scheme of polar code. You can choose different SNR and code length.You also can choose two type of channels.
polar matlab
- 极化码在高斯信道下CA——SCL译码算法(CA - SCL decoding algorithm for polarization code in Gauss channel)
guass
- 极坐标下的高斯分布及同心圆,帮助绘制同心圆下的传感器高斯分布图(Gauss distribution in polar coordinates and concentric circles)
GA
- 极化编码的信道挑选算法,高斯近似算法,matlab(Polar code channel selection algorithm, Gauss approximation algorithm, matlab)
polar信息位的选择
- 极化码编码构造算法之高斯近似,我自己写的,可以使用。(Gauss approximation of the algorithm of polar code encoding construction)
polar
- 极化码中的编译码,以及高斯信道,调制方面的编程(a sort of polar code in AWGN)
PolarCodesConstruction-master
- 极化码的高斯近似过程,基于matlab平台(POLAR CODE GA,APPLY ON POALR CODE DE GA)
polar_codes
- 高斯加性白噪声信道下polar码的编译码程序,包括各种示例。(AWGN channel under the polar code codec program, including a variety of samples.)
Polar RS编码 雷娜图 莱斯信道+高斯噪声
- 使用polar码进行雷娜图传输,在莱斯信道下混入高斯噪声(Use polar code to transmit Rena map in Les channel)