How to add a low pass filter to this non-inverting amplifier circuit?Buffer between high pass and low pass filter when making a bandpass filter?EEG amplifier circuit low and high pass filters. Oscillations, noise, etcDigital Low-Pass Filter When Oversampling AudioWill this passive non inverting anti-log circuit work?Low pass filter for differential signalsLow pass sallen key filter using single supply for audio transmissionCompensating for power loss through resistor in high/low pass filter circuit?Photodiode non-inverting amplifier circuitMATLAB How do I pass a signal into a low-pass filter in matlab?Low-Pass Filter Selection and Placement in Active Noise Cancellation

Why was Houston selected as the location for the Manned Spacecraft Center?

Why "strap-on" boosters, and how do other people say it?

Department head said that group project may be rejected. How to mitigate?

How can I use 400 ASA film in a Leica IIIf, which does not have options higher than 100?

What should I wear to go and sign an employment contract?

Story about encounter with hostile aliens

Do most Taxis give Receipts in London?

Hotel booking: Why is Agoda much cheaper than booking.com?

How to draw with Tikz a chord parallel to AC that passes through a point?

What to call a small, open stone or cement reservoir that supplies fresh water from a spring or other natural source?

How can I prevent Bash expansion from passing files starting with "-" as argument?

Separate the element after every 2nd ',' and push into next row in bash

How to counter "I don't like your tone" in a work conversation?

Expand a hexagon

How did Jean Parisot de Valette, 49th Grand Master of the Order of Malta, die?

1950s or earlier book with electrical currents living on Pluto

Is there a way to generate a mapping graph like this?

Why is there no current between two capacitors connected in series?

Best practice for printing and evaluating formulas with the minimal coding

tikz: 5 squares on a row, roman numbered 1 -> 5

Does George B Sperry logo on fold case for photos indicate photographer or case manufacturer?

Are CTRL+C and <esc> the same?

How to use Screen Sharing if I don't know the remote Mac's IP address

Is being an extrovert a necessary condition to be a manager?



How to add a low pass filter to this non-inverting amplifier circuit?


Buffer between high pass and low pass filter when making a bandpass filter?EEG amplifier circuit low and high pass filters. Oscillations, noise, etcDigital Low-Pass Filter When Oversampling AudioWill this passive non inverting anti-log circuit work?Low pass filter for differential signalsLow pass sallen key filter using single supply for audio transmissionCompensating for power loss through resistor in high/low pass filter circuit?Photodiode non-inverting amplifier circuitMATLAB How do I pass a signal into a low-pass filter in matlab?Low-Pass Filter Selection and Placement in Active Noise Cancellation






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1












$begingroup$


I've come up with this simple circuit as an amplifier before an 8bit ADC which receives audio signals. R2 is actually a variable resistor (pot.) of 100k. The circuit also biases the signal to VCC/2 and uses large resistors to set the input impedance is pretty high all over the working audio frequency range. This works well for my application, however I would like to add a single low pass filter stage to this amplifier so I can remove some high freq. content that I would not be able to sample. How to approach this without having to use another op-amp and without changing the characteristics of the circuit in the spectrum I would like to pass?



enter image description here










share|improve this question











$endgroup$











  • $begingroup$
    what is the amplitude of the high frequency content? 8 LSBs?
    $endgroup$
    – analogsystemsrf
    2 hours ago

















1












$begingroup$


I've come up with this simple circuit as an amplifier before an 8bit ADC which receives audio signals. R2 is actually a variable resistor (pot.) of 100k. The circuit also biases the signal to VCC/2 and uses large resistors to set the input impedance is pretty high all over the working audio frequency range. This works well for my application, however I would like to add a single low pass filter stage to this amplifier so I can remove some high freq. content that I would not be able to sample. How to approach this without having to use another op-amp and without changing the characteristics of the circuit in the spectrum I would like to pass?



enter image description here










share|improve this question











$endgroup$











  • $begingroup$
    what is the amplitude of the high frequency content? 8 LSBs?
    $endgroup$
    – analogsystemsrf
    2 hours ago













1












1








1





$begingroup$


I've come up with this simple circuit as an amplifier before an 8bit ADC which receives audio signals. R2 is actually a variable resistor (pot.) of 100k. The circuit also biases the signal to VCC/2 and uses large resistors to set the input impedance is pretty high all over the working audio frequency range. This works well for my application, however I would like to add a single low pass filter stage to this amplifier so I can remove some high freq. content that I would not be able to sample. How to approach this without having to use another op-amp and without changing the characteristics of the circuit in the spectrum I would like to pass?



enter image description here










share|improve this question











$endgroup$




I've come up with this simple circuit as an amplifier before an 8bit ADC which receives audio signals. R2 is actually a variable resistor (pot.) of 100k. The circuit also biases the signal to VCC/2 and uses large resistors to set the input impedance is pretty high all over the working audio frequency range. This works well for my application, however I would like to add a single low pass filter stage to this amplifier so I can remove some high freq. content that I would not be able to sample. How to approach this without having to use another op-amp and without changing the characteristics of the circuit in the spectrum I would like to pass?



enter image description here







operational-amplifier filter low-pass non-inverting






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









K H

2,430315




2,430315










asked 4 hours ago









user733606user733606

103111




103111











  • $begingroup$
    what is the amplitude of the high frequency content? 8 LSBs?
    $endgroup$
    – analogsystemsrf
    2 hours ago
















  • $begingroup$
    what is the amplitude of the high frequency content? 8 LSBs?
    $endgroup$
    – analogsystemsrf
    2 hours ago















$begingroup$
what is the amplitude of the high frequency content? 8 LSBs?
$endgroup$
– analogsystemsrf
2 hours ago




$begingroup$
what is the amplitude of the high frequency content? 8 LSBs?
$endgroup$
– analogsystemsrf
2 hours ago










3 Answers
3






active

oldest

votes


















2












$begingroup$

The correct approach is to choose a LPF and sampling frequency such that the maximum signal at fs/2 is less than your ADC resolution. This means you need a brick wall filter at 3x your -3dB BW or 128 x faster sampling rate than your signal -3dB BW for a 20dB decade filter for an 8bit ADC... not 2x faster with a 1st order filter.






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
    $endgroup$
    – user733606
    2 hours ago










  • $begingroup$
    Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
    $endgroup$
    – Sunnyskyguy EE75
    2 hours ago


















0












$begingroup$

Put about 1k in series with C1 and a cap in parallel with R3. 800 ohms and 0.01 uF will give about 20kHz. But this is only a first-order filter, not very useful, as SunnySKyGuy says.



Edit: this assumes that the driving impedance is low. If not and you know what it is, then just put an appropriate cap.






share|improve this answer











$endgroup$




















    0












    $begingroup$


    Add a low pass filter to a non-inverting amplifier circuit.




    Without giving it much thought you already have a high pass filter on the input, and the simplest way to apply a low pass is to use the output of the opamp.



    enter image description here



    This image is from this calculator which may help you pick your filter component values easily. The low pass filter is R2C2 in the image above and is buffered by the opamp reducing the interaction of gain and filter components.






    share|improve this answer











    $endgroup$













      Your Answer






      StackExchange.ifUsing("editor", function ()
      return StackExchange.using("schematics", function ()
      StackExchange.schematics.init();
      );
      , "cicuitlab");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "135"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f439201%2fhow-to-add-a-low-pass-filter-to-this-non-inverting-amplifier-circuit%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2












      $begingroup$

      The correct approach is to choose a LPF and sampling frequency such that the maximum signal at fs/2 is less than your ADC resolution. This means you need a brick wall filter at 3x your -3dB BW or 128 x faster sampling rate than your signal -3dB BW for a 20dB decade filter for an 8bit ADC... not 2x faster with a 1st order filter.






      share|improve this answer









      $endgroup$








      • 1




        $begingroup$
        OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
        $endgroup$
        – user733606
        2 hours ago










      • $begingroup$
        Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
        $endgroup$
        – Sunnyskyguy EE75
        2 hours ago















      2












      $begingroup$

      The correct approach is to choose a LPF and sampling frequency such that the maximum signal at fs/2 is less than your ADC resolution. This means you need a brick wall filter at 3x your -3dB BW or 128 x faster sampling rate than your signal -3dB BW for a 20dB decade filter for an 8bit ADC... not 2x faster with a 1st order filter.






      share|improve this answer









      $endgroup$








      • 1




        $begingroup$
        OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
        $endgroup$
        – user733606
        2 hours ago










      • $begingroup$
        Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
        $endgroup$
        – Sunnyskyguy EE75
        2 hours ago













      2












      2








      2





      $begingroup$

      The correct approach is to choose a LPF and sampling frequency such that the maximum signal at fs/2 is less than your ADC resolution. This means you need a brick wall filter at 3x your -3dB BW or 128 x faster sampling rate than your signal -3dB BW for a 20dB decade filter for an 8bit ADC... not 2x faster with a 1st order filter.






      share|improve this answer









      $endgroup$



      The correct approach is to choose a LPF and sampling frequency such that the maximum signal at fs/2 is less than your ADC resolution. This means you need a brick wall filter at 3x your -3dB BW or 128 x faster sampling rate than your signal -3dB BW for a 20dB decade filter for an 8bit ADC... not 2x faster with a 1st order filter.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 3 hours ago









      Sunnyskyguy EE75Sunnyskyguy EE75

      73.9k228104




      73.9k228104







      • 1




        $begingroup$
        OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
        $endgroup$
        – user733606
        2 hours ago










      • $begingroup$
        Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
        $endgroup$
        – Sunnyskyguy EE75
        2 hours ago












      • 1




        $begingroup$
        OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
        $endgroup$
        – user733606
        2 hours ago










      • $begingroup$
        Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
        $endgroup$
        – Sunnyskyguy EE75
        2 hours ago







      1




      1




      $begingroup$
      OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
      $endgroup$
      – user733606
      2 hours ago




      $begingroup$
      OK, so let's assume my sampling freq. is 10KHz, so Nyquist freq. is 5KHz . My input range is 5V so LSB is ~19.53mV. So you are saying I need to select a cut freq. so that I can have about -48 dB attenuation at 5KHz? And the filter order depends on how low (or high) I select the cut freq. Is that correct?
      $endgroup$
      – user733606
      2 hours ago












      $begingroup$
      Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
      $endgroup$
      – Sunnyskyguy EE75
      2 hours ago




      $begingroup$
      Correct so 6dB/octave or 8th order at 2.5kHz for less than telephone quality audio which uses log ADC with 8bits > >72 dB I think
      $endgroup$
      – Sunnyskyguy EE75
      2 hours ago













      0












      $begingroup$

      Put about 1k in series with C1 and a cap in parallel with R3. 800 ohms and 0.01 uF will give about 20kHz. But this is only a first-order filter, not very useful, as SunnySKyGuy says.



      Edit: this assumes that the driving impedance is low. If not and you know what it is, then just put an appropriate cap.






      share|improve this answer











      $endgroup$

















        0












        $begingroup$

        Put about 1k in series with C1 and a cap in parallel with R3. 800 ohms and 0.01 uF will give about 20kHz. But this is only a first-order filter, not very useful, as SunnySKyGuy says.



        Edit: this assumes that the driving impedance is low. If not and you know what it is, then just put an appropriate cap.






        share|improve this answer











        $endgroup$















          0












          0








          0





          $begingroup$

          Put about 1k in series with C1 and a cap in parallel with R3. 800 ohms and 0.01 uF will give about 20kHz. But this is only a first-order filter, not very useful, as SunnySKyGuy says.



          Edit: this assumes that the driving impedance is low. If not and you know what it is, then just put an appropriate cap.






          share|improve this answer











          $endgroup$



          Put about 1k in series with C1 and a cap in parallel with R3. 800 ohms and 0.01 uF will give about 20kHz. But this is only a first-order filter, not very useful, as SunnySKyGuy says.



          Edit: this assumes that the driving impedance is low. If not and you know what it is, then just put an appropriate cap.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 3 hours ago

























          answered 3 hours ago









          Mattman944Mattman944

          75117




          75117





















              0












              $begingroup$


              Add a low pass filter to a non-inverting amplifier circuit.




              Without giving it much thought you already have a high pass filter on the input, and the simplest way to apply a low pass is to use the output of the opamp.



              enter image description here



              This image is from this calculator which may help you pick your filter component values easily. The low pass filter is R2C2 in the image above and is buffered by the opamp reducing the interaction of gain and filter components.






              share|improve this answer











              $endgroup$

















                0












                $begingroup$


                Add a low pass filter to a non-inverting amplifier circuit.




                Without giving it much thought you already have a high pass filter on the input, and the simplest way to apply a low pass is to use the output of the opamp.



                enter image description here



                This image is from this calculator which may help you pick your filter component values easily. The low pass filter is R2C2 in the image above and is buffered by the opamp reducing the interaction of gain and filter components.






                share|improve this answer











                $endgroup$















                  0












                  0








                  0





                  $begingroup$


                  Add a low pass filter to a non-inverting amplifier circuit.




                  Without giving it much thought you already have a high pass filter on the input, and the simplest way to apply a low pass is to use the output of the opamp.



                  enter image description here



                  This image is from this calculator which may help you pick your filter component values easily. The low pass filter is R2C2 in the image above and is buffered by the opamp reducing the interaction of gain and filter components.






                  share|improve this answer











                  $endgroup$




                  Add a low pass filter to a non-inverting amplifier circuit.




                  Without giving it much thought you already have a high pass filter on the input, and the simplest way to apply a low pass is to use the output of the opamp.



                  enter image description here



                  This image is from this calculator which may help you pick your filter component values easily. The low pass filter is R2C2 in the image above and is buffered by the opamp reducing the interaction of gain and filter components.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 2 hours ago

























                  answered 3 hours ago









                  Jack CreaseyJack Creasey

                  15.9k2824




                  15.9k2824



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Electrical Engineering Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f439201%2fhow-to-add-a-low-pass-filter-to-this-non-inverting-amplifier-circuit%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

                      Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

                      19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу