How to create a bode plot for transfer function with square root?

240 Views Asked by At

How to create a bode plot of this transfer function$ \frac{{1-e^{\sqrt{s}}}}{\sqrt{s}+e^{\sqrt{s}}}$(1)?

I tried using the transfer function to state space"tf2ss" from Matlab on (1) but that didn't work since the transfer function 's' doesn't work for transfer function with square roots.