help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bandwidth of transfer function


From: Θύμιος Γρίβας
Subject: Bandwidth of transfer function
Date: Sun, 25 Mar 2018 18:54:29 +0300

Hello there,
I want to calculate the bandwidth of a transfer function but i have a problem.
this is my code:
pkg load control
A=tf(20,[1 2 30]);
bandwidth(A)

Of course A is not a matrix and this is a problem.
How can i calculate the bandwidth? I can not find any solution in the internet.

Thank you in advance,
Grivas Efthimios

reply via email to

[Prev in Thread] Current Thread [Next in Thread]