rc5 encryption- rc5 encryption using vhdl, using state machine, more detailed description can be found in ieee papers.
标签: encryption using description rc5
上传时间: 2013-12-22
上传用户:13517191407
RC5 decryption algorithm implementation, using vhdl, with state machine implementation, use ieee papers for more detailed description.
标签: implementation decryption algorithm machine
上传时间: 2014-01-06
上传用户:bruce5996
rc5 key expansion algorithm implementation in vhdl, using state machine too. use ieee papers for more detailed description
标签: implementation expansion algorithm machine
上传时间: 2017-07-14
上传用户:lyy1234
gum vending machine implementation in vhdl, state machine implementation,
标签: implementation machine vending state
上传时间: 2017-07-14
上传用户:zycidjl
least mean square algorithm for estimation state
标签: estimation algorithm square least
上传时间: 2013-12-20
上传用户:jackgao
The design of Kalman filter for estimation of state
标签: estimation Kalman design filter
上传时间: 2013-12-23
上传用户:gtf1207
A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
上传时间: 2014-08-10
上传用户:huyiming139
Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
标签: representation included combines scripts
上传时间: 2017-07-25
上传用户:semi1981
The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering applications from radar to computer vision, and is an important topic in control theory and control systems engineering. Together with the linear-quadratic regulator (LQR), the Kalman filter solves the linear-quadratic-Gaussian control problem (LQG). The Kalman filter, the linear-quadratic regulator and the linear-quadratic-Gaussian controller are solutions to what probably are the most fundamental problems in control theory.
标签: filter efficient estimates recursive
上传时间: 2017-08-06
上传用户:风之骄子
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
标签: state algorithme Program problem
上传时间: 2017-08-12
上传用户:jjj0202