A Fully Automated Flowgraph Analysis Tool for MATLAB

版本 1.3.0.0 (83.2 KB) 作者: Marko Neitola
A handy signal flow graph analysis tool for exploring transfer function(s) of a given system.
4.9K 次下载
更新时间 2014/12/10

查看许可证

This tool is based on a textual signal flowgraph (SFG) nodelist presentation of a system. This makes the exploring of the transfer function information quite fast and easy. Applicable for both continuous- and discrete-time systems. System can also be purely symbolic.
The tool reads a user-defined textual SFG which defines the signal flow graph of a system and then generates the needed transfer function(s). Alternatively outputs an SFG system matrix that can be used for further study.

The tool is generic so that it is easily applicable for many purposes. Tool can be applied to digital filter design, circuit design, delta-sigma modulator analysis or even reflection analysis s-parameter measurements in RF techniques and in optics.

The package includes 10 examples of nodelist files and some of them are presented in the manual. It also includes a useful extension for parameter extraction: a function for extracting a system of equations.

Requires Matlab 6 or higher and optionally control system toolbox (the tool has an optional output for an LTI-model).

引用格式

Marko Neitola (2024). A Fully Automated Flowgraph Analysis Tool for MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/7224-a-fully-automated-flowgraph-analysis-tool-for-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dynamic System Models 的更多信息
致谢

启发作品: Flow Graph Analysis Tool Gui

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

-Manual update: help with older MATLAB versions
-System matrix as output option
-parameter solver replaced

1.1.0.0

Fixed a bug, thanks to the suggestion by Weiming XIONG.

1.0.0.0

A bugfix preventing errors caused by an ascii-character (carriage return).