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.
標(biāo)簽:
representation
included
combines
scripts
上傳時間:
2017-07-25
上傳用戶:semi1981
程序功能(Program function)
1、支持網(wǎng)站基本設(shè)置功能,公告系統(tǒng),友情連接
2、支持欄目管理,專輯管理,風(fēng)格管理
3、可自定義模板,官方會逐漸提供更多模板
4、支持mp3,wma,rm,asf,rmvb,等多種媒體格式
5、歌曲播放時,采用AJAX動態(tài)獲取播放路徑,防止文件路徑直接暴露,最大程度防止采集盜鏈.
未來版本功能:一鍵掃描,UC整合,獨立會員系統(tǒng),防采集功能,歌曲連播,網(wǎng)銀接口
標(biāo)簽:
function
Program
mp3
程序
上傳時間:
2017-08-14
上傳用戶:llandlu