We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Compared results ofsysc = ct.TransferFunction([1, z], [1, p])sysd = ct.matlab.c2d(sysc, Ts, method='bilinear')sysd1 = ct.matlab.c2d(sysc, Ts, method='matched')
yields a sysd1 with a gain that is about 10x that of sysd - is that expected?