This Circuit generates the syndrome for the CRC. This is quite useful for transmision purposes and error checking issues.
标签: This transmision generates for
上传时间: 2014-01-09
上传用户:希酱大魔王
-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
标签: Hamming produced Decoder decoder
上传时间: 2017-07-15
上传用户:520
Statistical-Learning-Theory The goal of statistical learning theory is to study, in a statistical framework, the properties of learning algorithms. In particular, most results take the form of so-called error bounds. This tutorial introduces the techniques that are used to obtain such results.
标签: statistical Statistical-Learning-Theory learning theory
上传时间: 2017-07-15
上传用户:363186
Rayleigh Fading Ampalitude without Phase Fading, The key point for ONES is that, in some modulation schemes like DPSK the phase error can not destroy the results.
标签: Fading Ampalitude modulation Rayleigh
上传时间: 2013-12-23
上传用户:风之骄子
Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error. Input: ()[]<>(**) (*) (ASA Output: YES NO 2 NO 4
标签: Calculates correctly brackets consists
上传时间: 2013-12-13
上传用户:aig85
Shell script application used to answer incoming gsm data call, receive data and store it, ie simple gsm data server on Linux with some logging and error handling. (Require chat program)
标签: data application incoming receive
上传时间: 2014-07-23
上传用户:Amygdala
This application note gives an example for microcontroller C code. It includes code for: Readout of Humidity (RH) or Temperature (T) with basic error handling Calculation of RH linearization and temperature compensation Access to status register Dewpoint calculation from RH and T UART handling
标签: code microcontroller application for
上传时间: 2013-12-22
上传用户:hewenzhi
sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneously refines motion and structure by minimizing the reprojection error between the observed and predicted image points.
标签: adjustment invariably package generic
上传时间: 2013-12-18
上传用户:xsnjzljj
1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。
上传时间: 2014-01-12
上传用户:gaojiao1999
These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Points (Small) First Sample (x1,y1) Second Sample (x2,y2) ... Nth Sample (xN,yN) N1: Number of error Evaluation Points (Large) First Sample (x1,y1) Second Sample (x2,y2) ... N1th Sample (xN1,yN1)
标签: Polynomia following require Number
上传时间: 2017-09-21
上传用户:许小华