math - MATLAB: ways to compute the settling time of a signal in Matlab -


i compute settling time of signal y in matlab. should give amount of time required before signal reaches steady state error |y(t)-y_{ss}| smaller absolute value x , stays smaller x future times.

i tried use matlab function stepinfo, defines value x "a fraction 2% of peak value future times" , not want.

is there way adjust matlab function stepinfo, or way code myself?


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -