Post Go back to editing

Analog filter wizard design oscillates!

Hello, first I will say that I'm not an expert in opamp filter design. In fact I would say that I barely know the basics. That is why when I found the analog filter wizard it fit perfectly with what I was trying to do - which is create a bandpass filter for a 3khz audio signal that I'm trying to isolate. The wizard gave me this schematic:

So I bought the EVAL boards and all the parts to be able to test this design. Now I'm finding that the first and second stage do nothing but oscillate (3Khz for the first, 28khz for the second) - no matter what I do! Is there something that I'm doing wrong? Just to check the schematic I've also simulated it in LTSpice and it should function, but my reality is different... Help!

Stephen

Parents
  • bandpass.zip

    Ok, think I figured out how to attach files... the json of the design.

  • Thanks Stephen for attaching the design.  I was able to open it.  I'm going to do some more investigation on this tomorrow, but I wanted to tell you what I found this morning.

    In filter design, we deliberately add in some instability to create peaking.   This is measured with something call the Q of the stage.  If you go to the stage view, you can see it for the different stages.

    More details on Q here.

    The bigger the Q, the closer the stage is to instability.  Bandpass filters have considerably higher Q than highpass or lowpass filters, and are more prone to instability.

    You can see this in the tolerances view, where even with 5% capacitors, we have a huge envelope on where the filter can perform:

    Higher order bandpass filters are inherently fragile and so something small can send it over the edge.  

    Things you can do:

    1) Use a faster op amp if you can afford the power.  I think our lower power optimization is too agressive here.   The LTC6259 is having a hard time with these requirements.  Below is comparison of the LTC6259 vs LT6233 (default if low noise optimization is chosen.)  We may need to go tweak this some in our algorithm.  

    2) Reduce the Q requirements on your filter:

      - Increase passband width relative to the center frequency

      - Change to Bessel filter rather than Butterworth (i.e. move filter response slider in specifications page all the way to the right)

    3) Specify your components really tightly:

    - Use 1% capacitors.  An example.

    - Use 0.1% resistors.

    ----

    I'm still going to investigate some more tomorrow.  For example, I don't yet understand why your second stage would ring at 28kHz rather than 3 kHz

    Matt

Reply
  • Thanks Stephen for attaching the design.  I was able to open it.  I'm going to do some more investigation on this tomorrow, but I wanted to tell you what I found this morning.

    In filter design, we deliberately add in some instability to create peaking.   This is measured with something call the Q of the stage.  If you go to the stage view, you can see it for the different stages.

    More details on Q here.

    The bigger the Q, the closer the stage is to instability.  Bandpass filters have considerably higher Q than highpass or lowpass filters, and are more prone to instability.

    You can see this in the tolerances view, where even with 5% capacitors, we have a huge envelope on where the filter can perform:

    Higher order bandpass filters are inherently fragile and so something small can send it over the edge.  

    Things you can do:

    1) Use a faster op amp if you can afford the power.  I think our lower power optimization is too agressive here.   The LTC6259 is having a hard time with these requirements.  Below is comparison of the LTC6259 vs LT6233 (default if low noise optimization is chosen.)  We may need to go tweak this some in our algorithm.  

    2) Reduce the Q requirements on your filter:

      - Increase passband width relative to the center frequency

      - Change to Bessel filter rather than Butterworth (i.e. move filter response slider in specifications page all the way to the right)

    3) Specify your components really tightly:

    - Use 1% capacitors.  An example.

    - Use 0.1% resistors.

    ----

    I'm still going to investigate some more tomorrow.  For example, I don't yet understand why your second stage would ring at 28kHz rather than 3 kHz

    Matt

Children