搜索结果
找到约 263 项符合
state-trAnsition 的查询结果
VHDL/FPGA/Verilog Designing a synchronous finite state machine (FSM) is a common task for a digital logic engineer. T
Designing a synchronous finite state machine (FSM) is a common task for a digital
logic engineer. This paper discusses a variety of issues regarding FSM design using
Synopsys Design Compiler. Verilog and VHDL coding styles are presented, and
different methodologies are compared using real-world exam ...
加密解密 rc5 encryption- rc5 encryption using vhdl, using state machine, more detailed description can be fou
rc5 encryption- rc5 encryption using vhdl, using state machine, more detailed description can be found in ieee papers.
加密解密 RC5 decryption algorithm implementation, using vhdl, with state machine implementation, use ieee pap
RC5 decryption algorithm implementation, using vhdl, with state machine implementation, use ieee papers for more detailed description.
加密解密 rc5 key expansion algorithm implementation in vhdl, using state machine too. use ieee papers for mor
rc5 key expansion algorithm implementation in vhdl, using state machine too. use ieee papers for more detailed description
VHDL/FPGA/Verilog gum vending machine implementation in vhdl, state machine implementation,
gum vending machine implementation in vhdl, state machine implementation,
通讯/手机编程 least mean square algorithm for estimation state
least mean square algorithm for estimation state
matlab例程 The design of Kalman filter for estimation of state
The design of Kalman filter for estimation of state
数学计算 A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and i
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.
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
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 ==> | | == ...
数学计算 The Kalman filter is an efficient recursive filter that estimates the state of a linear dynamic syst
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 engineerin ...