Welcome![Sign In][Sign Up]
Location:
Search - trellis code

Search list

[Program docTCM-8PSKfenxi

Description: 网格编码8PSK系统中最佳码的研究与分析-Trellis Coded 8PSK system code to the best research and analysis
Platform: | Size: 658432 | Author: hjq | Hits:

[Program docTCM

Description: 卫星通信系统格状编码调制,附有详细文档和源码-Satellite communication systems trellis coded modulation, with detailed documentation and source code
Platform: | Size: 26624 | Author: 余未 | Hits:

[Special Effectstcq

Description: trellis coded quantizaiton 的基本范例,与JPEG2000图像压缩基础那本书提供的例子相符,这里给出仿真了那个例子的代码。-trellis coded quantizaiton the basic paradigm, and JPEG2000 image compression based on the book to provide examples of line, where the simulation examples of that code.
Platform: | Size: 1024 | Author: 林春雨 | Hits:

[matlabMIMO

Description: 一个详细的MIMO编程,包含各种衰落模型,运用空时网格码实现。-MIMO a detailed program includes a variety of fading model, the use of space-time trellis code to achieve.
Platform: | Size: 27648 | Author: 夏长松 | Hits:

[File FormatEE532

Description: trellis code..=) chiayok2
Platform: | Size: 104448 | Author: epul | Hits:

[3G developSpace_time_trellis_code

Description: Space Time Trellis Code soure code
Platform: | Size: 54272 | Author: Rakib | Hits:

[WaveletDPT

Description: Dirty paper trellis code for watermarking
Platform: | Size: 6144 | Author: archer | Hits:

[Graph programTurbo-Code

Description: 该程序用来实现Turbo编解码,而Turbo码是一种信道编码、且是一种纠错码,可以保证信息的传输质量,本程序是用matlab实现的!-The procedure used for Turbo coding and decoding, while the Turbo code is a channel coding, and is an error-correcting codes, can guarantee the quality of information transmission, the process is achieved using matlab!
Platform: | Size: 25600 | Author: 马行空 | Hits:

[Compress-Decompress algrithmsSpace-Time-Trellis-Code

Description: 该程序用matlab实现的,用来对图形图像进行Space-Time-Trellis-Code编解码,以达到压缩的目的!-The program achieved using matlab to graphic images of the Space-Time-Trellis-Code coding and decoding, in order to achieve the purpose of compression!
Platform: | Size: 8192 | Author: 马行空 | Hits:

[source in ebook(2003Wiley)Space-TimeCoding

Description: 精典的国外空时编码电子书籍。作者Branka Vucetic,Jinhong Yuan -1 Performance Limits of Multiple-Input Multiple-Output Wireless Communication Systems 2 Space-Time Coding Performance Analysis and Code Design 3 Space-Time Block Codes 4 Space-Time Trellis Codes 5 Space-Time Turbo Trellis Codes 6 Layered Space-Time Codes 7 Differential Space-Time Block Codes 8 Space-Time Coding for Wideband Systems
Platform: | Size: 3964928 | Author: | Hits:

[CommunicationTURBO

Description: Trellis code, you can generate the trellis to work in a turbo code
Platform: | Size: 2530304 | Author: rafa_0047 | Hits:

[Internet-NetworkSTTC

Description: Space time trellis code simulation
Platform: | Size: 4096 | Author: amanofgod | Hits:

[matlabTCM

Description: is a nice and efficient little code for problems exixting in Trellis coded modulation which can be solved very easily by this code.
Platform: | Size: 1024 | Author: abhi | Hits:

[matlabVITERBI_QUANTIZATION

Description: This routine performes trellis quanization of input sequence and provides output which should be further arithmetically coded. The program can be used for research ot teaching purposes to study performance of vector quantization, in particlular code-based trellis (multidimensional lattice) quantization.
Platform: | Size: 2048 | Author: kboris | Hits:

[Algorithmtrellis

Description: set up the trellis given code generator g g given in binary matrix form. e.g. g = [ 1 1 1 1 0 1 ] next_out(i,1:2): trellis next_out (systematic bit parity bit) when input = 0, state = i next_out(i,j) = -1 or 1 next_out(i,3:4): trellis next_out (systematic bit parity bit) when input = 1, state = i next_state(i,1): next state when input = 0, state = i next_state(i,i) = 1,...2^m next_state(i,2): next state when input = 1, state = i last_out(i,1:2): trellis last_out (systematic bit parity bit) when input = 0, state = i last_out(i,j) = -1 or 1 last_out(i,3:4): trellis last_out (systematic bit parity bit) when input = 1, state = i last_state(i,1): previous state that comes to state i when info. bit = 0 last_state(i,2): previous state that comes to state i when info. bit = 1 - set up the trellis given code generator g g given in binary matrix form. e.g. g = [ 1 1 1 1 0 1 ] next_out(i,1:2): trellis next_out (systematic bit parity bit) when input = 0, state = i next_out(i,j) = -1 or 1 next_out(i,3:4): trellis next_out (systematic bit parity bit) when input = 1, state = i next_state(i,1): next state when input = 0, state = i next_state(i,i) = 1,...2^m next_state(i,2): next state when input = 1, state = i last_out(i,1:2): trellis last_out (systematic bit parity bit) when input = 0, state = i last_out(i,j) = -1 or 1 last_out(i,3:4): trellis last_out (systematic bit parity bit) when input = 1, state = i last_state(i,1): previous state that comes to state i when info. bit = 0 last_state(i,2): previous state that comes to state i when info. bit = 1
Platform: | Size: 1024 | Author: yk | Hits:

[Communication-MobileError-Control-Coding

Description: 本书系统讲解了差错控制编码系统的基础理论和实际应用,主要内容包括:用于可靠数字传输和存储的编码、线性分组码、循环码、二进制BCH码、大数逻辑可译码与有限几何码、线性分组码的网格、卷积码、基于网格的软判决译码算法、Turbo编码、低密度单奇偶校验码、网格编码调制等。本书包含大量实例和习题,讲解深入浅出,分析细致透彻,是差错控制编码领域中的经典教材。-This book explains the system of error control coding system, the basic theory and practical application, the main contents include: digital transmission and storage for reliable coding, linear block codes, cyclic codes, binary BCH codes, decoding logic of large numbers with limited geometric codes, linear block code grid, convolutional codes, grid-based soft-decision decoding algorithm, Turbo coding, low-density single-parity-check codes, trellis coded modulation. This book contains a large number of examples and exercises, analysis. It s the classic textbook in the field of error control coding.
Platform: | Size: 20987904 | Author: Winnie | Hits:

[matlabcode

Description: TCM(Trellis code Modulation)编程、CRC校验、卷积编码、汉明码-TCM (Trellis code Modulation) program, is a good joint channel coding and modulation example,include CRC check hamming coding and convolution coding
Platform: | Size: 5120 | Author: wx | Hits:

[VHDL-FPGA-VerilogRAM_BLOCK

Description: Ram block code in Verilog
Platform: | Size: 25600 | Author: M. Usman | Hits:

[Modem programTrellis-Code-Modulation

Description: Trellis Code Modulation
Platform: | Size: 12288 | Author: Shen | Hits:

[Program docdecoding-n-trellis

Description: sequential decoding and trellis code
Platform: | Size: 482304 | Author: komal | Hits:
« 12 3 4 »

CodeBus www.codebus.net