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
使用MATLAB對DSB-AM進行仿真:雙邊帶幅度調制的過程以及對其中所包含的對信號的頻譜分析都可以通過MATLAB中的M語句及相關函數來實現。假如信號m(t)=cos(m)以dsb-am方式調制載波c(t)=cos(20*pi*t),所的信號為y(t),并將采樣頻率定為 fs=100Hz,則可在MATLAB中設計程序對該幅度調制的結果進行仿真,繪制已調信號波形和頻譜分析。
上傳時間: 2013-12-30
上傳用戶:JIUSHICHEN
introducir un mensaje despues de un enter las letras se caen programa que usando interrupciones del Bios y lenguaje enssamblador en borlan c++
標簽: interrupciones introducir programa despues
上傳時間: 2013-12-18
上傳用戶:稀世之寶039
Let X1,X2,...X10 be independent uniformly distributed Random vari- ables over [0 1] andY = X1 + X2 +.....+ X10.Generate the PDF and pdf of Y
標簽: independent distributed uniformly Random
上傳時間: 2017-08-09
上傳用戶:ecooo
this is a document about radio frequency identification RFID, this was a project ,i have done last year ,actually this technology is a very inpotrtant one due to its relation with newest technologies , like GPS , or the miniturization of integrated circuits ,and that is described in chapter 3 . chapter 1 gives an introduction of the technology RFID , chapter 2 gives a discussion of a library using RFID , and chapter 3 is about the future of RFID , and finally the conclusion .
標簽: this identification frequency document
上傳時間: 2014-01-10
上傳用戶:gtzj
此程序實現了兩個板子的通信,在板子重啟的時候如果一個板子按鈕按住,則這個板子稱為發射節點,另一個板子成為接受節點,發射板子實時地將自己的X,Y,Z軸的數值發送給接受板子
上傳時間: 2013-12-16
上傳用戶:xzt
說明JSP平臺、開發環境,以及相關組成元件,讓讀者完整了解它的來龍去脈、發展工具與該平臺/程式語言/執行環境的特性
標簽: JSP
上傳時間: 2014-06-15
上傳用戶:集美慧
計算拉格朗日插值。控制臺輸入用于插值的數據x,y。
上傳時間: 2014-01-06
上傳用戶:chenxichenyue
用Visual C++實現幾何圖形基本變換,例如平移,旋轉,變換,對稱(關于X軸,關于Y軸,關于原點)
上傳時間: 2017-08-30
上傳用戶:D&L37
一個用鍵盤控制的搶答軟件,在比賽中用,具體說明如下: 十個隊伍對應的按鈕分別為:(注:大小寫沒有要求) 1組->“=” 2組->“,” 3組->“S” 4組->“7” 5組->“V” 6組->“A” 7組->“E” 8組->“0” 9組->“3” 10組->“Y” 不可全屏幕,因為背景圖像格式為1024*768 有防搶功能,在一次搶答完成后,按“清空屏幕”,界面清空,這時如果隊伍按下相應搶答按鈕,觸發搶答,提示“n組偷搶問題,取消本題資格” 一次搶答結束后,在不“清空屏幕”的情況下,可以直接按“開始搶答”開始下一次搶答 倒計時20秒,如果時間到沒有隊伍搶答屏幕將顯示:"很遺憾 沒有隊伍申請回答" 有鎖鍵盤功能,在開始搶答后,除指定按鈕,其他按鈕沒有響應 啟用音響效果方法:把兩個聲音文件(“搶答音樂”和“TICK2”)直接放在C盤根目錄下(C:\)便可啟動
上傳時間: 2013-12-15
上傳用戶:kiklkook