Skip to content

Commit dc4727d

Browse files
committed
Initial add of frd, not yet complete, and needs lots more tests
1 parent c518e21 commit dc4727d

File tree

3 files changed

+516
-0
lines changed

3 files changed

+516
-0
lines changed

src/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
tf create a transfer function from num, den coefficients
5050
ss create a state space system from A, B, C, D matrices
5151
pzk create a transfer function from pole, zero, gain
52+
frd create a system description as frequency response
5253
bode generate a Bode plot for a linear I/O system
5354
nyquist generate a Nyquist plot for a linear I/O system
5455
lqr linear quadratic regulator
@@ -72,6 +73,7 @@
7273
from timeresp import forced_response, initial_response, step_response, \
7374
impulse_response
7475
from xferfcn import TransferFunction
76+
from frdata import FRD
7577

7678
# Import some of the more common (and benign) MATLAB shortcuts
7779
# By default, don't import conflicting commands here

0 commit comments

Comments
 (0)