搜索资源列表
reed-solomon
- Simulate, by using c++ ,a communication system consists of binary source, RS(7,3,5)/RS(128,122,7) encoder, BPSK modulator, AWGN channel, coherent demodulator, RS(7,3,5)/RS(128,122,7) BM decoder and sink。-Simulate, by using c, a communication system c
Golay-new
- Simulate, by using c/c++,a communication system consists of binary source, Golay(24,12,8) encoder, BPSK modulator, AWGN channel, coherent demodulator, Golay (24,12,8)decoder and sink.
pathloss&gnoise
- cp0801_pathloss为UWB信道损耗计算函数,利用a=(c/(d^gamma))计算出信道增益,然后对函数的输入信号幅度进行变换得到输出结果。 cp0801_Gnoise1和cp0801_Gnoise2为产生AWGN的函数,分别为Eb/No和Ex/No条件下AWGN的产生-cp0801_pathloss for UWB channel depletion calculation function, use a = (c / (d ^ gamma)) calculated Chann
MatlabprogrammsforencodinganddecodingofLDPCcodesov
- 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 hav
rm_decoding
- 该程序是用C编写的RM码的编译码算法,用于仿真AWGN信道下的性能.-that the procedure was used to prepare the RM C code encryption algorithm for simulation AWGN channel performance.
AWGN_C
- AWGN信道的代码,实现简单易懂,用C写的-AWGN channel code is simple to understand, written in C
BPSK
- 用C语言实现的在AWGN信道下的BPSK信号调制-C language in AWGN channel BPSK modulation signal
8pskfunc.c
- 该程序用C语言实现了8psk信号通过AWGN信道,并计算误比特率的仿真。通过输入平均比特信噪比和仿真比特数,可以求得不同参数要求下的误比特率。-The program using C language to implement 8psk signal through AWGN channel, and calculate the bit error rate simulation. By entering the average bit SNR and simulation of the num
awgn_simulator
- LDPC码在AWGN信道下的译码程序(c语言)-LDPC code in AWGN channel decoding procedures under (c language)
IRAcode
- 非规则重复累积码(IRA)在AWGN信道的编译码C程序,译码算法BP算法。程序用txt文档保存。-Code irregular repeat accumulate (IRA) in the AWGN channel codec C procedures, BP decoding algorithm. Txt document with the preservation process.
Combination
- Copy text to c and run. This performs the merging of data and noise as would occur in a AWGN channel
frequency_recovery
- 在C++平台上实现QPSK调制,加频偏过AWGN信道,然后采用COSTAS的方法进行载波恢复-In the C++ platform for a QPSK modulation, plus offset over AWGN channel, and then use the methods COSTAS carrier recovery
qpsk1012
- QPSK modulation in Rayleigh fading and AWGN channel
WIMAX_Turbo_Code
- 这是一套完整的支持wimax 16e协议CTC的编译码程序, 主程序在demo.c 译码器:tcdecoder.c 编码器:tcencoder.c-/* This program simulates the classical turbo encoding-decoding system on PC.*/ /* It uses parallel concatenated convolutional codes described in Figure 2.9 in Chapter
rm
- RM的编码过加性高斯白噪声信道(AWGN)后译码的C++ 实现程序,C语言产生高斯白噪声-RM of coded additive white Gaussian noise channel (AWGN) after decoding in C++ program, C language generated Gaussian white noise
QQPSK_AWGGNP
- QPSK在AWGN信道中传输的检测性能,内含QPSK调制制解调、AWGN的C语言实现,是无线通信仿真的最简单的例子 -The detection performance of QPSK in AWGN channel transmission containing the demodulation of QPSK modulation system, AWGN C language, the most simple example of the simulation of wireless
various-awgn-c
- It contains matlab codes for spectrum sensing for various channel
C&SNR pada AWGN
- showing the the graph of channel capacity and SNR in AWGN of LTE
AWGN
- AWGN信道的c++/c语言源程序,用于vs2010平台(The c++/c language source program for the AWGN channel, used for the VS2010 platform)
LDPC_basic1
- 基于C++实现的LDPC码仿真代码程序,awgn信道下的编解码。(The LDPC code simulation code program based on C++, and the codec in the AWGN channel.)