搜索结果
找到约 23 项符合
Convolutional 的查询结果
按分类筛选
其他 simulating a convolutional encoder allows the user to input a source code to be encoded and also in
simulating a convolutional encoder
allows the user to input a source code to be encoded and also input the values of the generator polynomials. It outputs the encoded data bits, where 1/n is the code rate
其他嵌入式/单片机内容 Generate trellis data of a rate-1/n convolutional encoder.卷积码1/n的编码器
Generate trellis data of a rate-1/n convolutional encoder.卷积码1/n的编码器,注意生成的是非系统码。
书籍源码 Generate trellis of a rate-1/n recursive convolutional code
Generate trellis of a rate-1/n recursive convolutional code,生成网格图(对码率为1/n的递归卷积码)
matlab例程 viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes
viterbi译码源代码,可以直接调用 The Viterbi decoder for convolutional codes
通讯/手机编程 The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(
The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
matlab例程 The code includes the implementation of inverse convolutional code and testing of it.
The code includes the implementation of inverse convolutional code and testing of it.
其他 Convolutional binary rate 1/3 nonsystematic code Dfree=16 K=7 (trellis length = 8) Connection
Convolutional binary rate 1/3 nonsystematic code
Dfree=16
K=7 (trellis length = 8)
Connection vectors (from K. J. Larsen):
其他 FPGA-based Viterbi convolutional coding and decoding of the Research and Implementation
FPGA-based Viterbi convolutional coding and decoding of the Research and Implementation
论文 Densely Connected Convolutional Networks
Recent work has shown that convolutional networks can
be substantially deeper, more accurate, and efficient to train
if they contain shorter connections between layers close to
the input and those close to the output. In this paper, we
embrace this observation and introduce the Dense Convo-
lutional ...
通讯/手机编程 传统的卷积码和Turbo码直到今天仍有广泛的应用
传统的卷积码和Turbo码直到今天仍有广泛的应用,但是在信息传输中都有一个明显的缺点,为了克服这个缺点,IEEE802.16d/e中引入了CTC(Convolutional Turbo Code)编码方案,该MATLAB代码完成了CTC码的编码与译码等过程,很有价值的^_^