You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
freqresp returns the phase already returns the phase in units of radians.
Computation the complex response should be:
sjw = (m * np.exp(1j * p)).transpose(2, 0, 1)
The text was updated successfully, but these errors were encountered:
bnavigator
added a commit
to bnavigator/python-control
that referenced
this issue
Jul 4, 2020
Uh oh!
There was an error while loading. Please reload this page.
python-control/examples/robust_mimo.py
Line 47 in 03183d1
freqresp returns the phase already returns the phase in units of radians.
Computation the complex response should be:
sjw = (m * np.exp(1j * p)).transpose(2, 0, 1)
The text was updated successfully, but these errors were encountered: