搜索:parity
找到约 45 项符合「parity」的查询结果
结果 45
按分类筛选
https://www.eeworm.com/dl/648/337174.html
单片机开发
实现8比特字节的RS纠错编码
实现8比特字节的RS纠错编码,可以指定极性校验字节数目,能产生的最大校验序列长度为255字节(含极性校验字节).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 2 ...
https://www.eeworm.com/dl/966513.html
技术资料
HS-3282 DataSheet
The HS-3282 is a high performance CMOS bus interface
circuit that is intended to meet the requirements of ARINC
Specification 429, and similar encoded, time multiplexed
serial data protocols. This device is intended to be used with
the HS-3182, a monolithic Dl bipolar differentia ...
https://www.eeworm.com/dl/983610.html
技术资料
LDPC码
这个Matlab仿真程序实现LDPC低密度奇偶校验码(Low Density Parity Check)算法。用了BPSK调制,适用于AWGN信道下,很全
https://www.eeworm.com/dl/684/214662.html
软件设计/软件工程
---实现的部分VHDL 程序如下。 --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)
---实现的部分VHDL 程序如下。
--- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) - ...
https://www.eeworm.com/dl/693/413618.html
GPS编程
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each ch
This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of
each channel. The preamble is verified by check of the spacing between
preambles [6sec] and parity checking of the first two words in a
subframe. At the same time function returns list ...
https://www.eeworm.com/dl/648/300925.html
单片机开发
As mentioned, most computers include a serial port. The only hardware setup required is connecting t
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, ...
https://www.eeworm.com/dl/930256.html
技术资料
QCLDPC码的研究与FPGA实现
低密度校验码(Low-Density Parity-Check Codes,LDPC)已经被证明是一类纠错性能逼近香农限的渐近好码。由于低密度校验码具有译码复杂度低、错误平层低等诸多优点,它的良好应用前景已经引起学术界和IT业界的高度重视,也使... ...
https://www.eeworm.com/dl/677/199088.html
Windows Mobile
There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I sugges ...
https://www.eeworm.com/dl/648/294151.html
单片机开发
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my ...
https://www.eeworm.com/dl/665/305244.html
matlab例程
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my ...