CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB reed
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MATLAB reed - List
[
Communication
]
Reed-Solomon-codes
DL : 0
通信系统的仿真,Reed-Solomon-codes是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Reed-Solomon-codes is an error-correcting codes, communications can be used, the example is given of the procedures based on Matlab can be used for actual simulation!
Update
: 2008-10-13
Size
: 1.14kb
Publisher
:
陈榧
[
Communication
]
Reed-Solomon-codes
DL : 0
通信系统的仿真,Reed-Solomon-codes是纠错码的一种,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Reed-Solomon-codes is an error-correcting codes, communications can be used, the example is given of the procedures based on Matlab can be used for actual simulation!
Update
: 2025-02-19
Size
: 1kb
Publisher
:
陈榧
[
Program doc
]
RS_Code
DL : 0
(31,25)RS编码及解码matlab程序-(31.25) RS encoding and decoding procedures Matlab
Update
: 2025-02-19
Size
: 7kb
Publisher
:
phoenix
[
matlab
]
KValgorithm
DL : 2
在matlab中,使用Koetter-Vardy算法进行Reed-Solomon码的解码。-in Matlab. use Koetter- Vardy algorithm for Reed-Solomon codes decoder.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
sasa
[
Program doc
]
fountaincode
DL : 0
数字喷泉码的编码matlab代码及编译码说明,编码代码附录在文后-code encoding and the encryption code Matlab note, coding code in the text after the Appendix
Update
: 2025-02-19
Size
: 574kb
Publisher
:
王锋
[
matlab
]
rs
DL : 0
RS码matlab代码。RS码matlab代码,RS码matlab代码-RS code matlab code. RS code matlab code, RS code matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
11
[
matlab
]
rs
DL : 1
reed-solomon码的程序,matlab的。-reed-solomon code procedures, matlab
Update
: 2025-02-19
Size
: 463kb
Publisher
:
wu hao
[
matlab
]
Reed_Solomon_code_matlab
DL : 0
rs编码的matlab程序,很详细,方便初学者学习-rs encoded matlab procedures, very detailed, easy for beginners to learn
Update
: 2025-02-19
Size
: 580kb
Publisher
:
wenti
[
matlab
]
RS_ENCODER_V3_0
DL : 0
reed solomon encoder (matlab codes)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
cjq
[
matlab
]
RS_DECODER_V3_0
DL : 0
reed solomon decoder(matlab codes)
Update
: 2025-02-19
Size
: 6kb
Publisher
:
cjq
[
Communication
]
reed-solomon
DL : 0
reed solomon codes introductions (in english)
Update
: 2025-02-19
Size
: 712kb
Publisher
:
cjq
[
matlab
]
RS
DL : 1
Reed Solomon码的编译码器MATLAB仿真程序-Reed Solomon code codecs MATLAB simulation program
Update
: 2025-02-19
Size
: 84kb
Publisher
:
康
[
Communication-Mobile
]
Errors_And_Erasures_Test
DL : 1
This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
Update
: 2025-02-19
Size
: 27kb
Publisher
:
kishore
[
Communication
]
RS_BCH
DL : 0
Reed Solomon and BCH Encoder
Update
: 2025-02-19
Size
: 2kb
Publisher
:
sshain
[
Books
]
Errorcontrolcoding
DL : 0
信道编码非常有用的一本书,可以供通信方面的参考一下- A reorganized and comprehensive major revision of a classic book, this edition provides a bridge between introductory digital communications and more advanced treatment of information theory. Completely updated to cover the latest developments, it presents state-of-the-art error control techniques. Coverage of the fundamentals of coding and the applications of codes to the design of real error control systems. Contains the most recent developments of coded modulation, trellises for codes, soft-decision decoding algorithms, turbo coding for reliable data transmission and other areas. There are two new chapters on Reed-Solomon codes & concatenated coding schemes. Also contains hundreds of new and revised examples and more than 200 illustrations of code structures, encoding and decoding circuits and error performance of many important codes and error control coding systems. Appropriate for those with minimum mathematical background as a comprehensive reference for coding theory.
Update
: 2025-02-19
Size
: 20.75mb
Publisher
:
vidivici
[
Software Engineering
]
reed_solo
DL : 0
Reed Solomon code simulation
Update
: 2025-02-19
Size
: 9kb
Publisher
:
of30002000
[
Other
]
Reed_Muller
DL : 0
matlab 实现 Reed Muller 编码及误码率曲线的绘制-matlab implementation Reed Muller code and BER Curve
Update
: 2025-02-19
Size
: 2kb
Publisher
:
erde2
[
matlab
]
upload_pudn6
DL : 0
This program is used to Simulate the performance of (n,k)Reed Solomon code in AWGN channel with plotting the results and compare with the theoretical performance of this code in AWGN channel. The program also print the SNRdB, absolute snr ,simulated probability of error, exact probability of error in each steps-This program is used to Simulate the performance of (n,k)Reed Solomon code in AWGN channel with plotting the results and compare with the theoretical performance of this code in AWGN channel. The program also print the SNRdB, absolute snr ,simulated probability of error, exact probability of error in each steps
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ghanim
[
Algorithm
]
RSdecoder_BMalgoritmus
DL : 1
DECODED = RSDEC(CODE,N,K) attempts to decode the received signal in CODE using an (N,K) Reed-Solomon decoder with the narrow-sense generator polynomial. CODE is a Galois array of symbols over GF(2^m), where m is the number of bits per symbol. Each N-element row of CODE represents a corrupted systematic codeword, where the parity symbols are at the end and the leftmost symbol is the most significant symbol. If N is smaller than 2^m-1, then RSDEC assumes that CODE is a corrupted version of a shortened code.-DECODED = RSDEC(CODE,N,K) attempts to decode the received signal in CODE using an (N,K) Reed-Solomon decoder with the narrow-sense generator polynomial. CODE is a Galois array of symbols over GF(2^m), where m is the number of bits per symbol. Each N-element row of CODE represents a corrupted systematic codeword, where the parity symbols are at the end and the leftmost symbol is the most significant symbol. If N is smaller than 2^m-1, then RSDEC assumes that CODE is a corrupted version of a shortened code.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
jjjura
[
matlab
]
RMCode
DL : 0
Reed Muller的编码解码和仿真代码,有完整的注释-The coding and decoding codes of Reed Muller coding method. Also simulation is added.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
dreamhunter
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.