Frequency and periodic analysis
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, how i can calculate the frequency, rising time and settling time, maximum overshoot, for set of data points, where i have only set of data points (x,y) where x = time and y = water height. Thank you
댓글 수: 0
답변 (1개)
Star Strider
2018년 11월 4일
First, see the documentation on Data Preparation (link), since you have to use an iddata or similar object to work with the other functions.
Then use the appropriate function (likely one in the Linear Model Identification (link) options) to identify your model. After that, you can use the appropriate functions to analyse your model.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!