Electronic – Design a 1 GHz lowpass filter

filterlow passmicrostripRF

I want to design a 1 GHz low-pass filter. I have tried to find a COTS lowpass filter at such high frequencies but I can't find one.

Hence, I have decided to design one using microstrip lines. So, can someone guide me through the process of designing microstrip based filters? or suggest any other alternative way to achieve this filter? I could not find a good tutorial online for the same. If such a tutorial exists, please give me the link.

Requirements for the filter:

  1. Flat band response throughout the 1 GHz frequency range with a ripple of less than 2-3 dB.
  2. Transition band of less than 50 MHz.
  3. Attenuation in the rejection band of atleast 15 dB.
  4. Attenuation in the pass band is at maximum 2 dB.
  5. Input signal strength in the pass band is of the range of -10 dBm to -30 dBm.

Please note that I am not very strict on the above conditions but this is roughly the type of filter that I need.

Edit-1

This is the frequency spectrum of my input signal. I want to retain the information which is present upto 1 GHz frequency range. As you notice, the signal is already weak at higher frequencies, so the attenuation required at higher frequencies is much lower.

Frequency spectrum of input signal

Please note that the photograph has been taken using a very bad camera, but the spectrum is from 0 to 4.5 GHz and hence 450 MHz/division on x-axis. The reference for the measurements in dB is 20 dBm and each unit on y-axis is 10dB.

Best Answer

I can't answer this authoritatively but my gut tells me your spec is going to be "very difficult".

In particular, your transition band of 50 MHz is only 0.02 decades at 1 GHz, so you're looking for a drop of 714 dB/decade between your pass band edge and your rejection band. Which implies something like a 71-pole filter, requiring 71 active elements.

For reference, here's what can be done with a reasonable number of elements: enter image description here

(Graph from TI's App Guide "Op-Amps for Everyone") The graph is in terms of "normalized frequency", meaning you can scale the filter elements in such a way as to make a frequency of "1" on the graph correspond to any frequency you choose, for example 1 GHz in your case.

At lower frequencies, we normally construct multi-pole filters by cascading 1 and 2-pole active sections to obtain some desired response.

At 1 GHz, you may, just be able to do that using rf amplifiers to buffer between stages. But more likely, you'll be stuck falling back on older techniques of constructing an LC ladder to get an approximation of the response you want. The problem with this technique is it tends to make the filter response more sensitive to small variations in the component values, caused by manufacturing differences or temperature sensitivities.

Using microstrip elements, you might have less trouble with L and C variability, but you're likely to find that the range of L and C values required are outside of what can be sensibly constructed in microstrip. In addition, my (very limitted) experience suggests that microstrip filters are only likely to be effective over about an octave frequency range. So if you want a 1 GHz LPF, you might find you get an unwanted blocking band below 500 MHz, or an unwanted pass-band above 2 GHz. In any case you don't want to jump in to designing microstrip filters without access to some kind of reasonable CAD tool. Agilent's ADS or Genesys jump to mind. Genesys would be particularly helpful for you, if you can get access to it, because it provides special tools for generating filter designs given a spec like you've given in your question.

Of course, a combination of lumped and microstrip elements is also possible.

Edit: One reasonable design approach would be to use a tool like Matlab or Octave to see what kind of filter (Butterworth, Chebychev, etc, and how many poles) can come close to meeting your requirements. If you have access to a good library, look for a book with a title like "filter design handbook". This will give you lookup tables for the pole and zero locations of various types of filter of different orders. This will make it "easy" to calculate the response even if you don't have a high-priced tool like Matlab with the right toolbox to get the filter parameters from software.

Then, once you know where you want your poles and zeros, use a tool like ADS, or Genesys, or even SPICE, to design a filter using real L and C elements to create the mathematical response you optimized in Matlab. Then, be sure to do a sensitivity analysis to be sure the response stays in spec under normal variation of the part characteristics. Finally, depending on the L and C values you come up with, decide whether you want to implement some or all of those elements in microstrip instead of with discrete components. If you do decide to use microststrip, then use an rf design tool like ADS or Genesys (those are just two tools I've used myself, but there are others that could do this) to simulate and optimize the microstrip layout to achieve the behavior you want.

Another late note: You can see in the graph that for a Chebychev filter, the slope immediately after cut-off is steeper than the eventual slope of the skirt, so my statement of needing a 71-pole filter is probably too strong. But nonetheless, its clear you need at least 10 poles to meet your spec, and doing that with only passives is very challenging because of the stage-to-stage interactions and the required tight tolerances on the component values.