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

i am new to matlab how to plot frequency response of frational order systems

1 Comment

How I can plot fractional order system in the sense of ABC by using Matlab?

Sign in to comment.

Answers (3)

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

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.

If H(s)= 4/(2s+1)
your_model=tf(4,[2 1])
bode(your_model)

1 Comment

power of s in this case is integer ,but i want fractional powers of s like s^0.5 or s^0.2

Sign in to comment.

by using FOMCOM toolbox, you can easily find out the plot of fractional system

Tags

Asked:

on 23 Apr 2013

Commented:

on 19 Mar 2022

Community Treasure Hunt

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

Start Hunting!