Electronic – Butterworth filter with non arbitrary component

filterlow pass

How do I design a filter with certain cutoff frequency and as flat pass-band as possible, given that:

  1. one of the filter components is non arbitrary, and
  2. that filter component does not match the corresponding Butterworth prototype (i.e., the impedance conditions and cutoff frequency)?

For this question, I understand that performance will be degraded compared to real Butterworth filter. Still, is there known analytical or numerical method for designing this to match the Butterworth filter as closely as possible?

As you see in the schematic below, I can arbitrarily choose values for \$L_{1}\$ and \$C_{2}\$. However, I cannot change the source or load impedances (since they do not change with frequency), nor can I change \$C_{fixed}\$.

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

Like the Butterworth itself, this is an optimization problem.

Pick a way to parametrize "flatness in the Pass Band" as an error term (call it E) -- maybe rms deviation from flat, or some such -- figure out the closed form solution E in terms of your fixed and floating parameters, and minimize it.

Related Topic