Modeling Mode Logic in Embedded MATLAB

버전 1.0.0.1 (11.7 KB) 작성자: Kiran Kintali
Implementing Mealy and Moore FSMS in an Embedded MATLAB block
다운로드 수: 2.7K
업데이트 날짜: 2016/9/1

라이선스 보기

A finite state machine is a representation of a reactive system. In an event-driven system, the system makes a transition from one state (mode) to another prescribed state, provided that the condition defining the change is true.
Stateflow is the best tool for modeling finite state machines. It provides very sophisticated capabilities to build hierarchical and parallel state machines, temporal logic and state entry/during/exit actions etc.,

However there are many Signal Processing and Communications applications where in when writing a very data flow centric algorithms, there comes a need to write a simple controller embedded in the algorithm.This example shows how to implement such a simple mealy or more state machine in Embedded MATLAB control using control flow constructs.

Mealy: y = f(x,u)
all actions are condition actions and outputs are function of state and input

Moore: y = f(x)
all actions are state actions and outputs are pure functions of state only

인용 양식

Kiran Kintali (2024). Modeling Mode Logic in Embedded MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/15972-modeling-mode-logic-in-embedded-matlab), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 General Applications에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.1

Updated license

1.0.0.0

add to eML category