bode plot of 1/(s^0.5+1) or any other fractional order transfer function

16 views (last 30 days)
i am new to matlab how to plot frequency response of frational order systems

Answers (3)

Shashank Prasanna
Shashank Prasanna on 23 Apr 2013
I don't think this is possible with what ships with MATLAB (i may be wrong). But I found a FEX function that does what you ask:
  1 Comment
SAP
SAP on 21 Jun 2020
You can refer the paper published by A. Charef for this.
This is a fractionl order tranfer function which can not be implemented directly.
It needs to be approximated first into a suitable higher integer ordered transfer fucntion which later can be impelemnetd in Matlab.

Sign in to comment.


Azzi Abdelmalek
Azzi Abdelmalek on 23 Apr 2013
If H(s)= 4/(2s+1)
your_model=tf(4,[2 1])
bode(your_model)

AVINASH
AVINASH on 13 Oct 2014
by using FOMCOM toolbox, you can easily find out the plot of fractional system

Tags

Community Treasure Hunt

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

Start Hunting!