JUK1
|
Go to the source code of this file.
Variables | |
function [stable_p] | |
we make it stable by flipping it back into the LHP Create negative mask if real part positive | mask = -1*sign(real(p)) |
Flip all positive real parts | zR = mask.*real(p) |
Create new stable complex poles | stable_p = zR + 1j*imag(p) |
function[stable_p] |
Definition at line 1 of file flipReal.m.
we make it stable by flipping it back into the LHP Create negative mask if real part positive mask = -1*sign(real(p)) |
Definition at line 7 of file flipReal.m.
Definition at line 13 of file flipReal.m.
Flip all positive real parts zR = mask.*real(p) |
Definition at line 10 of file flipReal.m.