Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Convolutional coder and decoder in C

License

NotificationsYou must be signed in to change notification settings

cminyard/convcode

Repository files navigation

Convolutional coder and decoder in C

I was in need of a convolutional coder and viterbi/BCJR decoder in C,and, well, I couldn't find anything suitable. So unfortunately, I hadto write one.

To avoid others having the same problem, I've uploaded mine.

The API is described in the convcode.h file.

This supports tail-biting, soft decoding, recursive coders, and BCJR(sort of) decoding. See the API for a description.

Compile with -DCONVCODE_TESTS to enable tests and a main(). Searchfor "Test code" in convcode.c for details on how to use it. Compilingwith "make" here will compile with that enabled, "make check" will runthe tests.

You can use this and do your own memory allocation, if you like. Seethe discussion at the end of convcode.h for details. It isrecommended that you use alloc_convcode, though, unless you reallyneed to do your own allocation.

About

Convolutional coder and decoder in C

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp