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
上傳用戶:許小華