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

Risposte (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 Commento

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.

Accedi per commentare.

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

1 Commento

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

Accedi per commentare.

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

Categorie

Tag

Richiesto:

il 23 Apr 2013

Community Treasure Hunt

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

Start Hunting!

Translated by