Bug 99895 - [NEW PORT] comms/fec: Several forward error correction (FEC) decoders
Summary: [NEW PORT] comms/fec: Several forward error correction (FEC) decoders
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 23:40 UTC by Diane Bruce
Modified: 2006-07-08 22:29 UTC (History)
0 users

See Also:


Attachments
fec-2.1.1.shar (2.34 KB, text/plain)
2006-07-07 23:40 UTC, Diane Bruce
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diane Bruce 2006-07-07 23:40:20 UTC
This library package provides several forward error correction (FEC) decoders
and accelerated primitives useful in digital signal processing (DSP).
Except for the Reed-Solomon codecs, these functions take full advantage of
the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors
and the Altivec/VMX/Velocity Engine SIMD instruction set on the
G4 and G5 PowerPC. 
The library includes Viterbi decoders for the following convolutional codes:  
rate 1/2 k=7 
rate 1/2 k=9 
rate 1/6 k=15 ("Cassini")  
plus two Reed-Solomon encoder-decoders:  
one optimized for the (255,223) CCSDS standard code 
a general purpose encoder/decoder for arbitrary RS codes  
and three low-level 16-bit DSP support routines:  
signed dot product 
peak detection 
sum-of-squares (energy) computation  
This library is licensed under the "lesser" GNU General Public License.

WWW: http://www.ka9q.net/code/fec/

- Diane Bruce, VA3DB
db@db.net

Generated with FreeBSD Port Tools 0.63
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-07 23:43:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-08 08:45:15 UTC
State Changed
From-To: open->feedback

Doesn't build on 4.x: 
http://sce-tindy.tecnik93.com/tb/errors/4-STABLE-i386-myPT/fec-2.1.1.log; 
shouldn't it be name libfec ?
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-08 22:29:55 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!