Why use a 1-bit ADC in a Sigma Delta Modulator?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












When looking at the discrete model of a Sigma-Delta Modulator as shown below, we can see that the quantizer is modelled as a white-noise source $e[n]$. From this model, we can derive the noise shaping property of the modulator.



$$
Y(z) = X(z) + (1-z^-1)E(z)
$$



In a typical Sigma-Delta Modulator, the quantizer is realized by a 1-bit ADC, i.e. a comparator. However, the discrete model does not require 1-bit. So why only use an ADC with a resolution of one bit, and not e.g. two or three bit? The noise is shaped to be mostly present at higher frequencies, yes, but reducing the noise even further by choosing an ADC with greater resolution is an advantage anyhow.



enter image description here










share|improve this question

























    up vote
    1
    down vote

    favorite












    When looking at the discrete model of a Sigma-Delta Modulator as shown below, we can see that the quantizer is modelled as a white-noise source $e[n]$. From this model, we can derive the noise shaping property of the modulator.



    $$
    Y(z) = X(z) + (1-z^-1)E(z)
    $$



    In a typical Sigma-Delta Modulator, the quantizer is realized by a 1-bit ADC, i.e. a comparator. However, the discrete model does not require 1-bit. So why only use an ADC with a resolution of one bit, and not e.g. two or three bit? The noise is shaped to be mostly present at higher frequencies, yes, but reducing the noise even further by choosing an ADC with greater resolution is an advantage anyhow.



    enter image description here










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      When looking at the discrete model of a Sigma-Delta Modulator as shown below, we can see that the quantizer is modelled as a white-noise source $e[n]$. From this model, we can derive the noise shaping property of the modulator.



      $$
      Y(z) = X(z) + (1-z^-1)E(z)
      $$



      In a typical Sigma-Delta Modulator, the quantizer is realized by a 1-bit ADC, i.e. a comparator. However, the discrete model does not require 1-bit. So why only use an ADC with a resolution of one bit, and not e.g. two or three bit? The noise is shaped to be mostly present at higher frequencies, yes, but reducing the noise even further by choosing an ADC with greater resolution is an advantage anyhow.



      enter image description here










      share|improve this question













      When looking at the discrete model of a Sigma-Delta Modulator as shown below, we can see that the quantizer is modelled as a white-noise source $e[n]$. From this model, we can derive the noise shaping property of the modulator.



      $$
      Y(z) = X(z) + (1-z^-1)E(z)
      $$



      In a typical Sigma-Delta Modulator, the quantizer is realized by a 1-bit ADC, i.e. a comparator. However, the discrete model does not require 1-bit. So why only use an ADC with a resolution of one bit, and not e.g. two or three bit? The noise is shaped to be mostly present at higher frequencies, yes, but reducing the noise even further by choosing an ADC with greater resolution is an advantage anyhow.



      enter image description here







      sampling quantization adc






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      Daiz

      928




      928




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote













          First of all, because it's easy to build a 1-bit ADC. It's a comparator. It's literally the easiest ADC you can build. The $DeltaSigma$ ADC was invented (or, rather, published) in 1962¹ !



          The 2-bit ADC is more than twice as complex as that, you need some window decision: so if you have the choice of making your 1-bit ADC run faster or building a somewhat exact 2-bit ADC, there's a solid chance you'd go for the 1-bit ADC, simply because there's less analog semiconductor design to do, and, more importantly, to go wrong!



          Imagine the 1-bit ADC doing a sign decision ("is the analog voltage > 0V?"). No matter how you scale the analog voltage (multiply it with a factor $alpha$), the result will always be the same.



          Thus, the 1-bit ADC-based $DeltaSigma$-ADC can be scaled to fit any range simply by changing (scaling) the threshold (which effectively is the analog part of your 1-bit ADC) in the forward chain (picture from wikipedia):



          ADC from wikipedia



          It's absolutely not obvious how you'd change above diagram to fit a 2-bit ADC! But, above diagram is very close to the original publication¹, so abstraction yields that the threshold is just a single-bit quantizer.



          However, it's been done, there's multiple patents² covering higher-quantization methods. You'd have to limit the bandwidth of the forward chain³, and, depending on what you want to achieve (class-D amplifier, faster ADC, lower power consumption…), you'd then have a bit of clever logic that translates the ADC output into different kinds of feedback "pulses" and different kinds of counter increments.



          So, your original claim "we don't use more than one bit in the quantization within the loop of a $DeltaSigma$ ADC is wrong; it is only right for the very classical implementation of the original inventors.



          To totally disprove your point: There's a lot of $DeltaSigma$ ADCs on the market that actually do higher-order quantization; for example, the Analog Devices AD9267 uses a nine-level quantizer⁴ (3.something bit, which was a pretty impressive feat on its own to integrate, considering the speed of 640 MS/s of that quantizer).




          ¹ Inose, H., Yasuda, Y. and Murakami, J., 1962. A telemetering system by Code Modulation – $Delta$-$Sigma$ Modulation. IRE Transactions on Space Electronics and Telemetry, (3), pp.204-209.



          ² WO2008028142, which already cites multi-bit feedback as "prior art".



          ³ otherwise, you'd always only get the lowest ADC output before you could get any of the higher ADC outputs, and with infinite bandwidth, that would mean you'd already emit a pulse to "reset" the integrator, and you'd never use any but 1-bit of the ADC. That bandwidth-limiting typically happens "involuntarily" because electronics are limited by physics.



          ⁴ AD9267 Datasheet, p. 13, "Theory of operation"






          share|improve this answer




















            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "295"
            ;
            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',
            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
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53059%2fwhy-use-a-1-bit-adc-in-a-sigma-delta-modulator%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote













            First of all, because it's easy to build a 1-bit ADC. It's a comparator. It's literally the easiest ADC you can build. The $DeltaSigma$ ADC was invented (or, rather, published) in 1962¹ !



            The 2-bit ADC is more than twice as complex as that, you need some window decision: so if you have the choice of making your 1-bit ADC run faster or building a somewhat exact 2-bit ADC, there's a solid chance you'd go for the 1-bit ADC, simply because there's less analog semiconductor design to do, and, more importantly, to go wrong!



            Imagine the 1-bit ADC doing a sign decision ("is the analog voltage > 0V?"). No matter how you scale the analog voltage (multiply it with a factor $alpha$), the result will always be the same.



            Thus, the 1-bit ADC-based $DeltaSigma$-ADC can be scaled to fit any range simply by changing (scaling) the threshold (which effectively is the analog part of your 1-bit ADC) in the forward chain (picture from wikipedia):



            ADC from wikipedia



            It's absolutely not obvious how you'd change above diagram to fit a 2-bit ADC! But, above diagram is very close to the original publication¹, so abstraction yields that the threshold is just a single-bit quantizer.



            However, it's been done, there's multiple patents² covering higher-quantization methods. You'd have to limit the bandwidth of the forward chain³, and, depending on what you want to achieve (class-D amplifier, faster ADC, lower power consumption…), you'd then have a bit of clever logic that translates the ADC output into different kinds of feedback "pulses" and different kinds of counter increments.



            So, your original claim "we don't use more than one bit in the quantization within the loop of a $DeltaSigma$ ADC is wrong; it is only right for the very classical implementation of the original inventors.



            To totally disprove your point: There's a lot of $DeltaSigma$ ADCs on the market that actually do higher-order quantization; for example, the Analog Devices AD9267 uses a nine-level quantizer⁴ (3.something bit, which was a pretty impressive feat on its own to integrate, considering the speed of 640 MS/s of that quantizer).




            ¹ Inose, H., Yasuda, Y. and Murakami, J., 1962. A telemetering system by Code Modulation – $Delta$-$Sigma$ Modulation. IRE Transactions on Space Electronics and Telemetry, (3), pp.204-209.



            ² WO2008028142, which already cites multi-bit feedback as "prior art".



            ³ otherwise, you'd always only get the lowest ADC output before you could get any of the higher ADC outputs, and with infinite bandwidth, that would mean you'd already emit a pulse to "reset" the integrator, and you'd never use any but 1-bit of the ADC. That bandwidth-limiting typically happens "involuntarily" because electronics are limited by physics.



            ⁴ AD9267 Datasheet, p. 13, "Theory of operation"






            share|improve this answer
























              up vote
              3
              down vote













              First of all, because it's easy to build a 1-bit ADC. It's a comparator. It's literally the easiest ADC you can build. The $DeltaSigma$ ADC was invented (or, rather, published) in 1962¹ !



              The 2-bit ADC is more than twice as complex as that, you need some window decision: so if you have the choice of making your 1-bit ADC run faster or building a somewhat exact 2-bit ADC, there's a solid chance you'd go for the 1-bit ADC, simply because there's less analog semiconductor design to do, and, more importantly, to go wrong!



              Imagine the 1-bit ADC doing a sign decision ("is the analog voltage > 0V?"). No matter how you scale the analog voltage (multiply it with a factor $alpha$), the result will always be the same.



              Thus, the 1-bit ADC-based $DeltaSigma$-ADC can be scaled to fit any range simply by changing (scaling) the threshold (which effectively is the analog part of your 1-bit ADC) in the forward chain (picture from wikipedia):



              ADC from wikipedia



              It's absolutely not obvious how you'd change above diagram to fit a 2-bit ADC! But, above diagram is very close to the original publication¹, so abstraction yields that the threshold is just a single-bit quantizer.



              However, it's been done, there's multiple patents² covering higher-quantization methods. You'd have to limit the bandwidth of the forward chain³, and, depending on what you want to achieve (class-D amplifier, faster ADC, lower power consumption…), you'd then have a bit of clever logic that translates the ADC output into different kinds of feedback "pulses" and different kinds of counter increments.



              So, your original claim "we don't use more than one bit in the quantization within the loop of a $DeltaSigma$ ADC is wrong; it is only right for the very classical implementation of the original inventors.



              To totally disprove your point: There's a lot of $DeltaSigma$ ADCs on the market that actually do higher-order quantization; for example, the Analog Devices AD9267 uses a nine-level quantizer⁴ (3.something bit, which was a pretty impressive feat on its own to integrate, considering the speed of 640 MS/s of that quantizer).




              ¹ Inose, H., Yasuda, Y. and Murakami, J., 1962. A telemetering system by Code Modulation – $Delta$-$Sigma$ Modulation. IRE Transactions on Space Electronics and Telemetry, (3), pp.204-209.



              ² WO2008028142, which already cites multi-bit feedback as "prior art".



              ³ otherwise, you'd always only get the lowest ADC output before you could get any of the higher ADC outputs, and with infinite bandwidth, that would mean you'd already emit a pulse to "reset" the integrator, and you'd never use any but 1-bit of the ADC. That bandwidth-limiting typically happens "involuntarily" because electronics are limited by physics.



              ⁴ AD9267 Datasheet, p. 13, "Theory of operation"






              share|improve this answer






















                up vote
                3
                down vote










                up vote
                3
                down vote









                First of all, because it's easy to build a 1-bit ADC. It's a comparator. It's literally the easiest ADC you can build. The $DeltaSigma$ ADC was invented (or, rather, published) in 1962¹ !



                The 2-bit ADC is more than twice as complex as that, you need some window decision: so if you have the choice of making your 1-bit ADC run faster or building a somewhat exact 2-bit ADC, there's a solid chance you'd go for the 1-bit ADC, simply because there's less analog semiconductor design to do, and, more importantly, to go wrong!



                Imagine the 1-bit ADC doing a sign decision ("is the analog voltage > 0V?"). No matter how you scale the analog voltage (multiply it with a factor $alpha$), the result will always be the same.



                Thus, the 1-bit ADC-based $DeltaSigma$-ADC can be scaled to fit any range simply by changing (scaling) the threshold (which effectively is the analog part of your 1-bit ADC) in the forward chain (picture from wikipedia):



                ADC from wikipedia



                It's absolutely not obvious how you'd change above diagram to fit a 2-bit ADC! But, above diagram is very close to the original publication¹, so abstraction yields that the threshold is just a single-bit quantizer.



                However, it's been done, there's multiple patents² covering higher-quantization methods. You'd have to limit the bandwidth of the forward chain³, and, depending on what you want to achieve (class-D amplifier, faster ADC, lower power consumption…), you'd then have a bit of clever logic that translates the ADC output into different kinds of feedback "pulses" and different kinds of counter increments.



                So, your original claim "we don't use more than one bit in the quantization within the loop of a $DeltaSigma$ ADC is wrong; it is only right for the very classical implementation of the original inventors.



                To totally disprove your point: There's a lot of $DeltaSigma$ ADCs on the market that actually do higher-order quantization; for example, the Analog Devices AD9267 uses a nine-level quantizer⁴ (3.something bit, which was a pretty impressive feat on its own to integrate, considering the speed of 640 MS/s of that quantizer).




                ¹ Inose, H., Yasuda, Y. and Murakami, J., 1962. A telemetering system by Code Modulation – $Delta$-$Sigma$ Modulation. IRE Transactions on Space Electronics and Telemetry, (3), pp.204-209.



                ² WO2008028142, which already cites multi-bit feedback as "prior art".



                ³ otherwise, you'd always only get the lowest ADC output before you could get any of the higher ADC outputs, and with infinite bandwidth, that would mean you'd already emit a pulse to "reset" the integrator, and you'd never use any but 1-bit of the ADC. That bandwidth-limiting typically happens "involuntarily" because electronics are limited by physics.



                ⁴ AD9267 Datasheet, p. 13, "Theory of operation"






                share|improve this answer












                First of all, because it's easy to build a 1-bit ADC. It's a comparator. It's literally the easiest ADC you can build. The $DeltaSigma$ ADC was invented (or, rather, published) in 1962¹ !



                The 2-bit ADC is more than twice as complex as that, you need some window decision: so if you have the choice of making your 1-bit ADC run faster or building a somewhat exact 2-bit ADC, there's a solid chance you'd go for the 1-bit ADC, simply because there's less analog semiconductor design to do, and, more importantly, to go wrong!



                Imagine the 1-bit ADC doing a sign decision ("is the analog voltage > 0V?"). No matter how you scale the analog voltage (multiply it with a factor $alpha$), the result will always be the same.



                Thus, the 1-bit ADC-based $DeltaSigma$-ADC can be scaled to fit any range simply by changing (scaling) the threshold (which effectively is the analog part of your 1-bit ADC) in the forward chain (picture from wikipedia):



                ADC from wikipedia



                It's absolutely not obvious how you'd change above diagram to fit a 2-bit ADC! But, above diagram is very close to the original publication¹, so abstraction yields that the threshold is just a single-bit quantizer.



                However, it's been done, there's multiple patents² covering higher-quantization methods. You'd have to limit the bandwidth of the forward chain³, and, depending on what you want to achieve (class-D amplifier, faster ADC, lower power consumption…), you'd then have a bit of clever logic that translates the ADC output into different kinds of feedback "pulses" and different kinds of counter increments.



                So, your original claim "we don't use more than one bit in the quantization within the loop of a $DeltaSigma$ ADC is wrong; it is only right for the very classical implementation of the original inventors.



                To totally disprove your point: There's a lot of $DeltaSigma$ ADCs on the market that actually do higher-order quantization; for example, the Analog Devices AD9267 uses a nine-level quantizer⁴ (3.something bit, which was a pretty impressive feat on its own to integrate, considering the speed of 640 MS/s of that quantizer).




                ¹ Inose, H., Yasuda, Y. and Murakami, J., 1962. A telemetering system by Code Modulation – $Delta$-$Sigma$ Modulation. IRE Transactions on Space Electronics and Telemetry, (3), pp.204-209.



                ² WO2008028142, which already cites multi-bit feedback as "prior art".



                ³ otherwise, you'd always only get the lowest ADC output before you could get any of the higher ADC outputs, and with infinite bandwidth, that would mean you'd already emit a pulse to "reset" the integrator, and you'd never use any but 1-bit of the ADC. That bandwidth-limiting typically happens "involuntarily" because electronics are limited by physics.



                ⁴ AD9267 Datasheet, p. 13, "Theory of operation"







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                Marcus Müller

                11k41431




                11k41431



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdsp.stackexchange.com%2fquestions%2f53059%2fwhy-use-a-1-bit-adc-in-a-sigma-delta-modulator%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    Installing NextGIS Connect into QGIS 3?

                    One-line joke