Welcome![Sign In][Sign Up]
Location:
Search - viterbi 2 1 2

Search list

[Other resourceViterbi

Description: (2,1,3)卷积码的Viterbi译码C程序,已经验证成功
Platform: | Size: 1715 | Author: dada | Hits:

[Communicationviterbi

Description: 卷积码的译码方法主要有两种:代数译码和概率译码。代数译码是根据卷积码的本身编码结构进行译码,译码时不考虑信道的统计特性。概率译码在计算时要考虑信道的统计特性。典型的算法如:最大似然译码、Viterbi译码、-Convolutional Decoding by two major ways : Decoding algebra, probability and decoding. Decoding is based on algebraic Convolutional Codes itself coding structure decoding, decoding not consider access to the statistical characteristics. Decoding in the calculation of the probability to consider when Channel statistical characteristics. Typical algorithms such as : Maximum Likelihood decoding, Viterbi decoding,
Platform: | Size: 8192 | Author: 姚中华 | Hits:

[Communication-Mobileviterbi-soft-9

Description: 软判决功率归一viterbi约束长度9,c++代码。-soft-decision power under a Viterbi constraint length 9, c++ code.
Platform: | Size: 5120 | Author: 刘鹏 | Hits:

[Communicationviterbi-hard-9

Description: 硬判决viterbi约束长度9测试,c++代码.-hard decision Viterbi constraint length 9 test, c++ code.
Platform: | Size: 5120 | Author: 刘鹏 | Hits:

[CommunicationViterbiAlg

Description: Viterbi译码,IS-95中的1/2码率的卷积码-Viterbi decoding, IS-95 of 1/2 the rate Convolutional Codes
Platform: | Size: 227328 | Author: toshine | Hits:

[Data structsdp

Description: (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动态规划求解该问题,给出最佳线 路,并用图形演示。-(1). Problem Description: A salesman traveling salesman problem to a number of cities to sell commodities, known distance between cities (or travel). He has to select a departure from the resident, through every city once again, and finally returned to the resident s line, bringing the total distance (or travel) the smallest. (2). Program design requirements: a. the design of a dynamic programming algorithm to an input b. any examples, can output the shortest distance and the line c. use graphical presentation of the traveling salesman selling line of input to test the file name, such as TSP6 . txt, the procedure will use dynamic programming to solve the problem, given the best lines, and graphics presentation.
Platform: | Size: 10240 | Author: 小明 | Hits:

[DSP programViterbi

Description: (2,1,3)卷积码的Viterbi译码C程序,已经验证成功-(2,1,3) convolutional code C of the Viterbi decoding process, has proved to be successful
Platform: | Size: 1024 | Author: dada | Hits:

[CSharpviterbi212

Description: (2,1,2)的viterbi 解码 以TCM QPSK传输 信道为AWGN-(2,1,2) to the viterbi decoding TCM QPSK transmission channel for the AWGN
Platform: | Size: 266240 | Author: cc | Hits:

[VHDL-FPGA-Verilogviterbi

Description: Viterbi verilog generator
Platform: | Size: 81920 | Author: zhanglh | Hits:

[VC/MFCviterbi

Description: and another source of viterbi algorithm
Platform: | Size: 88064 | Author: john | Hits:

[ELanguageviterbi_decoder_for212

Description: 本程序为(2,1,2)维特比译码程序,采用对BIT操作,译码速度特快,可扩展至(2,1,6)-viterbi decoder for(212) convolutional
Platform: | Size: 10240 | Author: 刘斌 | Hits:

[CSharpsimd-viterbi-2.0.1

Description: 全面的维特比编码,m=7,data rate有1/2以及1/3两种,军实现通过-Viterbi decoding of rate-1/2 and rate-1/3 m=7 convolutional codes
Platform: | Size: 215040 | Author: jiaqi yuan | Hits:

[3G develop215test

Description: 用c语言实现(2,1,5)卷积码编码,viterbi解码。-With c language (2,1,5) convolutional code encoder, viterbi decoding.
Platform: | Size: 204800 | Author: jasper | Hits:

[Windows Develophmmtrain

Description: 1.自己推导出来的mean与covariance来train theta 2.自己推导出来的mean与covariance来跑Viterbi 3.推theta时的Gradient Descent: Learing Rate: 0.000001 GD iter : 50 iteration 4.Scaler : 1/260-1. Their derived mean and covariance to train theta 2. Their derived mean and covariance to run Viterbi 3. When push theta Gradient Descent: Learing Rate: 0.000001 GD iter: 50 iteration 4.Scaler: 1/260
Platform: | Size: 140288 | Author: jefferychang | Hits:

[Communication-Mobileviterbi-3.0.1

Description: Package viterbi-3.0.1.tar contains programs to implement Viterbi decoding of (de-facto standard) rate-1/2 and rate-1/3 m=7 convolutional codes. Package simd-viterbi-2.0.1.tar contains programs to implement Viterbi decoders for r=1/2 k=7 and k=9 codes that use the Intel/AMD SIMD instruction sets (MMX/SSE/SSE2).
Platform: | Size: 23552 | Author: jiang core | Hits:

[Other2

Description: 对约束长度为9的viterbi硬判决进行测试-On the constraint length viterbi hard decision for the 9 test
Platform: | Size: 382976 | Author: ddd | Hits:

[ELanguagefec_convcode

Description: 卷积码的C语言代码实现,其中包括(2,1,2)卷积码编码器和维特比译码的实现。-Convolutional code C code implementation, including the (2,1,2) convolutional code encoder and Viterbi decoding.
Platform: | Size: 491520 | Author: xiao2 | Hits:

[CSharpViterbi_fulltrace

Description: (2,1,3)卷积码的编码及译码程序,封装成函数,无冗余子函数,简单易懂,运行时显示Viterbi译码全部过程-(2,1,3) convolutional code encoding and decoding process, encapsulated into a function, non-redundant Functions, easy to understand, run-time display the whole process of Viterbi decoding
Platform: | Size: 174080 | Author: sijiaxi | Hits:

[Communication-MobileViterbi Decoidng

Description: 1/2汇编维特比解码matlab代码和模拟(1/2 convoutional viterbi decoding matlab code and simulation)
Platform: | Size: 1024 | Author: fpvk5 | Hits:

[Communication-MobileViterbi 2

Description: it is a code for viterbi algorithm which is important in telecomm.
Platform: | Size: 1024 | Author: mohammad43 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net