Transfer function is a mathematical representation of relationship between input and output (signal) of a linear, time-invariant system.
6
votes
0answers
170 views
How to deal with a negative pole (unstable) in the pre-filter of a control system?
So while answering how to design a PI controller for a first order time delayed system (Question Here )
Here is the closed loop equation to a control system:
$$
G_C(s) = ...
0
votes
0answers
40 views
Use Butterworth and Chebychev filters
I need to calculate frequency response, phase response and apply to signals the Butterworth, Chebychev1 and Chebychev2 band-pass filters.
I'm developing in C++ with Qt, and I'm looking for algorithms ...