0

I want to implement two filters using transfer functions with variable coefficients and passing a gaussian noise. The two filters are:

F1: F(s) = ((5d)^(1/2))/(b+s);

F2: F1(s) = (((5d)^(1/2))*((b/sqrt(3))+s)) / (b+s)^2;

Where d and b vary every time step.

The implementations for the two filters in simulink are as follow:

For the first filter:

Filter1

And for the second one:

Filter2

The obtained results have values of 10^-12, while the expected results should be between 10^-3 - 10.

Since it's the first time when I try to implement a tf with variable coefficients I am not sure the implementations are correct.

Cassius
  • 5
  • 2

0 Answers0