搜索资源列表
rs-coding-and-decoding
- rs编译码用matlab实现,有详细注释,适合初学者-rs encoding and decoding using matlab, there are detailed notes for beginners
FSK-decoding-
- FSK解码原理及实现方法,讲的很详细的哦,有c语言的代码-FSK decoding principle and implementation
Viterbi_dec
- GSM信道译码 测试条件:上行DSP时钟@169MHz--->(STM #0xC007,CLKMD) SDCCH---->抽取比特固定为1bit需要时间1.2ms(viterbi解码算法)||1.06ms(非viterbi译码算法) 抽取比特如果为4bit需要时间2.8ms(viterbi解码算法)||2.72ms(非viterbi-GSM channel decoder test conditions: upstream DSP clock @
juanjiviterbi1
- viterbi卷积码编码、译码,调试通过,可以直接使用-viterbi convolutional code encoding, decoding, debugging through, you can directly use
mmsdecoder_0.77
- mms decoder,彩信解码程序,是个老外写的,PHP,程序结构清晰,一看就明白了-mms decoder, MMS decoding process, is a foreigner' s Writing, PHP, program structure clear, easy to understand
CVSD
- CVCD编解码的matlab仿真: CVSD文档+matlab仿真程序,对CVSD编解码有较好的理解。-The simulation of CVSD coding and decoding.
STBCcodeinganddecoding
- STBC(空时编码)的编码和解码方法,两个发射天线,一个或两个接收天线。-STBC (Space-Time Coding) encoding and decoding methods.
Errors_And_Erasures_Test
- This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
BCHdecode
- 给出了纠错编码中BCh码BMA迭代译码方法的整个流程及仿真程序-Error-correcting code is given in the BMA Code BCh iterative decoding methods and the whole process simulation program
TPC-chase
- TPC的Chase迭代译码时测试图样的程序-TPC of Chase iterative decoding process when the test pattern
bpDecodingAlgorithm
- 一个基于BP算法的低密度奇偶校验码译码程序。-A decoding program based on BP of LDPC.
image
- 此程序采用huffman编解码,BPSK调制解调,实现图像的有效传输-huffman encoding and decoding, for image transmission
7bitdecode
- PDCU 7 BIT 解码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDCU 7 BIT decoding pr
This_one
- Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At
da1
- HELP: coherent_ML_receiver function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modulation
Pgetsd
- 我在研究LTE上行链路时,编写的MIMO 检测中的球形译码(sphere decoding)算法,及其改进算法。-MIMO detection in the sphere decoding (sphere decoding) algorithm and improved algorithm
RAKE_BER_CONVENC_QPSK
- *Demonstrate convolutional encoding and decoding *Simulate BER for QPSK and BPSK, plot and then **compare the result with the theoretical value. *compare SER of the Rake and ML. – Symbols are taken randomly from QPSK. – Run the simulation for
OFDM(detection_qiuxing)
- 介绍了MIMO-OFDM系统检测的一种改进的算法--球形解码算法.具体包括:VB球形,CL球形解码算法和改进的算法(KCL和CL-MMSE算法).能仿真出结果.-MIMO-OFDM Systems introduced an improved detection algorithm- sphere decoding algorithm. Specifically include: VB spherical, CL sphere decoding algorithm and improved al
computingBERConvolutionalCod3
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used. -scr ipt for computing BER with Binary Convolu
computingBERConvolutionalCod2
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding with finite survivor state memory Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used.