Here’s a trick to quickly convert a continuous, strictly proper transfer function into pseudocode for a discrete time implementation. Let’s start with a first order low pass filter:
The first step is to cross multiply the terms (for simplicity I’ll omit the Y(s) and U(s) for the rest of this post).
Then solve the transfer function for the highest ordered derivative of
Now replace the
Here,
We can do the same thing with a second order filter:
Here we’ve again solved for the highest ordered derivative of
Let’s break the previous expression into two parts so only one
Now we pull the same trick we did before by replacing each
Now we have two static variables,
As an exercise for the reader (oh man, did I really just say that?), show that the second order band pass filter
has the following pseudocode implementation
This is a really good site post, im delighted I came across it. Ill be back down the track to check out other posts that