代码搜索:RS编码

找到约 10,000 项符合「RS编码」的源代码

代码结果 10,000
www.eeworm.com/read/283821/8986829

3 rs.3

.TH REED-SOLOMON 3 .SH NAME init_rs_int, encode_rs_int, decode_rs_int, free_rs_int, init_rs_char, encode_rs_char, decode_rs_char, free_rs_char, encode_rs_8, decode_rs_8, encode_rs_ccsds, decode_rs_ccs
www.eeworm.com/read/283821/8986881

h rs.h

/* User include file for the Reed-Solomon codec * Copyright 2002, Phil Karn KA9Q * May be used under the terms of the GNU General Public License (GPL) */ /* General purpose RS codec, 8-bit symbols
www.eeworm.com/read/185675/8992943

bak rs.bak

www.eeworm.com/read/185675/8992966

dbf rs.dbf

www.eeworm.com/read/185675/8993026

frt rs.frt

www.eeworm.com/read/185675/8993045

cdx rs.cdx

www.eeworm.com/read/185675/8993053

frx rs.frx

www.eeworm.com/read/382387/9032523

m rs.m

close all; clear all; %reed-solomon decoder simulation %by:yumi m=8; %number of bits each symbol n=2^m-1; %code length t=8; %error correction ability k=n-2*t; %informa
www.eeworm.com/read/185359/9041950

vhd rs.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_SIGNED.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY RS IS PORT( RESET,RXC,RXD: IN STD_LOGIC; SCLK: IN STD_LOGIC;
www.eeworm.com/read/185241/9047245

c rs.c

#include //#include #include "Setting.H" #include "RS.H" /*Primitive polynomials */ #if(RSInforBit == 2) const WordType Pp[RSInforBit+1] = { 1, 1, 1 }; #elif(RSInfor