Amazingly simple way to explain a fairly non-intuitive circuit. I'm quite new to electronics but the visualization really got the process through to me, better than reading about this at least
You did excellent with this Fernando.. I've seen TI Videos on Sigma-Delta's and many others, but your waveform representations that move in sync and mention of the 1-bit ADC being a comparator was great
nice! i used a fully digital implementation of this on a microcontroller. it means i can have a microcontroller be sending an approximation of a floating point value (from a pid controller) to drive a relay, but only switching at the cycle period at most :) in this case switching eventually leads to mechanical wear, so having something that switches less when further from 50% is very nice.
Good explanation, but just one note. It will be easy for understanding if the final counter will be signed and bidirectional (up/down counter), so when the analog input is near zero and output of the comparator is "+ - + - + - ...." the output of accumulator is about zero too. I know that it is just a matter of signed and unsigned numbers, but anyway :)
Great thanks for you video. and one advice is that could you point the reference voltage out and the line more thicker which results reading is more easier...
That's actually a great question! The integrator filters the high frequency content of the signal, which reduces aliasing effects when sampling the signal. If you didn't have the integrator, the Delta section would be just two comparators in series, and would probably oscillate.
Inspirational attention to detail in this animation, nice work. I only wish the voltage graphs had a line for where 0V is. Hope you make more videos, this one was really good.
I understand how you got your output and think you did a good job with the visual to explain the process. Interpreting the output itself was not clear to me in your explanation. The extent I heard was that it saves the information in a 6bit format, but I'm not following how the bottom digital signal is representative of a 6 bit signal. What does the circuit look like to reverse the same signal from the converted digital back to an analog signal and does it have better results compared to a traditional adc dac? I'd also recommend ending with a so what/pros and cons on when it would be best to use the Delta sigma adc/dac. How does noise affect the results? How high of a sampling frequency is needed? Etc. Are these considerations unique and/or on the same scale as a traditional adc/dac? Thanks
Thanks for the input, these are really good questions! Converting the bit stream of the output into digital numbers is somewhat straightforward (you just need to sum them and transfer the result to a memory unit every 2^6=64 clock cycles). I'm thinking of making a follow up video on this, but inspiration hasn't struck me the right way for producing a visual explanation to explain the filtering behavior of the converter in the frequency domain. But thanks for commenting, I hope this was at least useful to some extent =)
As I understand it, the greater the input voltage, the longer time the output of the comparator spends at +5V, so the fewer pulses there will be in a given time and hence the lower the final count will be. If this count is the digital output of the ADC, we have a larger analogue input giving a smaller digital output, which is surely not the case. Is there another logic stage (not shown) which converts the count into the digital output?
great Explaination Can you please tell me how to calculate the value of Sampling and feedback capacitor in 2nd order SD-ADC 2MHz samplig frequency and NFFT is 8192.
So delta-Sigma modulators basically output in DSD (PDM). So it's best to resample your music to DSD in software so the DAC doesn't have to do it internally?
This is an excellent video. If I would criticize anything, you should have included the clock signal too so it would be easier to track, but that's it.
Very good your presentation, it is a device more difficult to understand than other DAC or ADC types. It would be very good if you can make other videos explaining each part ..... for example because we need the clock since if the same works ..... you could explain the resulting binary code at the output, how many bits is the information, ... etc Greetings
I think there isn't a shorter and easier way to tell this. If you're not familiar with individual blocks (differential amplifier, integrating circuit, comparator) then you have to catch up with those first, but after that - there isn't a simpler way to explain it
@@electrobeats8203 Basic for an advanced circuit tutorial. In fact he explained way more than he should have imo It's ok to have prerequisites. For example: If you walk into a class on creative writing your teacher won't explain basic grammar to you, despite it being needed in order to write a coherent text. Similarly, if you take a "basics of complex analysis" course in mathematics you will be expected to know high school algebra, calculus and linear algebra. That doesn't make the course any less "basic". Just like that, certain topics in electrical engineering also have prerequisites. You'll just have to learn them yourself.
I understand ideal and non-deal op amp and integrating circuit, but I just don't follow this video at all. Aside from the input signal, what are the blue, white and lower yellow signal lines? Do I need to generate three extra signal to process the input voltage?
Well you're explaining what is happening operationally (this specific form) but not the why or how it does it's actually function of "noise shaping". That being said the theory would be beyond most.
Everywhere for everything. The world is analog, but it's easier to process digitally. This is the in-between. For example, your thermometer. Temperature doesn't come in 1's and 0's, it's an analog real world phenomenon that changes voltage. You can put that voltage through what's shown here, plus some additional processing, and you can display that temperature on a screen. Audio systems use these, anything measuring pressure or weight, light, speed etc.
The sample frequency must be 100x the high frequency content of the input signal. Its possible to make 2 or more bit version of this. Recover the Sigma Detla data stream into multi bit word. representation
Finally some good visualization of what is happening and not only showing the block diagram. Thanks for the effort
I'm glad to hear you found it interesting!!
Amazingly simple way to explain a fairly non-intuitive circuit. I'm quite new to electronics but the visualization really got the process through to me, better than reading about this at least
I'm happy you found it useful! I'm also not a fan of reading, that's why I made these in the first place!
This is an amazing explanation! you explained in 6 minutes what my professor couldn't in 30 minutes. Thank you a lot!
This is a very good and short description of how it works!
I'm happy it was useful to you!
You did excellent with this Fernando.. I've seen TI Videos on Sigma-Delta's and many others, but your waveform representations that move in sync and mention of the 1-bit ADC being a comparator was great
Great explanation of a complex device, Louis
Excellent Video and pretty easy and clear to understand the operations of blocks due to visualization!!
Man this animation was incredible, thankyou!
Véio, que video dahora. Brotô pra min aqui do nada 😅. Espero que você continue fazendo mais vídeos.
Legal saber que o impacto chega até no Brasil!! O mundo dá voltas!
nice! i used a fully digital implementation of this on a microcontroller. it means i can have a microcontroller be sending an approximation of a floating point value (from a pid controller) to drive a relay, but only switching at the cycle period at most :)
in this case switching eventually leads to mechanical wear, so having something that switches less when further from 50% is very nice.
Great explanation and visualization!
Good explanation, but just one note. It will be easy for understanding if the final counter will be signed and bidirectional (up/down counter), so when the analog input is near zero and output of the comparator is "+ - + - + - ...." the output of accumulator is about zero too. I know that it is just a matter of signed and unsigned numbers, but anyway :)
Don't remember, when I hit like on a youtube video the last time. Probably years ago. But this one deserves one.
Really awesome description. Great work.
AMAZING visualisation.
nice, thank you very much. You make it easy to understand and even appreciate the Delta Sigma Converter
This video got you a new subscriber. Amazing work
Great thanks for you video. and one advice is that could you point the reference voltage out and the line more thicker which results reading is more easier...
Thank you for the example! I've been looking for something like this!
Would it be possible to look at some single / dual / multislope integrating ADCs as well?
Thanks for the video, it's really nice.
Though I didn't get how does integrator work here and why it even needed
That's actually a great question! The integrator filters the high frequency content of the signal, which reduces aliasing effects when sampling the signal. If you didn't have the integrator, the Delta section would be just two comparators in series, and would probably oscillate.
Inspirational attention to detail in this animation, nice work. I only wish the voltage graphs had a line for where 0V is. Hope you make more videos, this one was really good.
Thank you!! Your comments really inspire me to do more of these =)
Wow, really cool. I love the real-time signal capture! :) Hope you'l hang on to this form!
Your feedback is much appreciated!!
Thank you for your video! Great visualisation of the time domain, helps a lot!
Beautiful animation, thanks a lot
Thanks! Wouldve been nicer is you show how an analog signal was converted to digital bits by this ADC.
Thanks man. This was very useful.
I understand how you got your output and think you did a good job with the visual to explain the process. Interpreting the output itself was not clear to me in your explanation. The extent I heard was that it saves the information in a 6bit format, but I'm not following how the bottom digital signal is representative of a 6 bit signal. What does the circuit look like to reverse the same signal from the converted digital back to an analog signal and does it have better results compared to a traditional adc dac?
I'd also recommend ending with a so what/pros and cons on when it would be best to use the Delta sigma adc/dac. How does noise affect the results? How high of a sampling frequency is needed? Etc. Are these considerations unique and/or on the same scale as a traditional adc/dac?
Thanks
Thanks for the input, these are really good questions! Converting the bit stream of the output into digital numbers is somewhat straightforward (you just need to sum them and transfer the result to a memory unit every 2^6=64 clock cycles).
I'm thinking of making a follow up video on this, but inspiration hasn't struck me the right way for producing a visual explanation to explain the filtering behavior of the converter in the frequency domain. But thanks for commenting, I hope this was at least useful to some extent =)
@@fzigunov ok yeah that is simple. Thanks!
What about the reverse to get it back to an analog signal?
Very good explanations, thanks ! :)
As I understand it, the greater the input voltage, the longer time the output of the comparator spends at +5V, so the fewer pulses there will be in a given time and hence the lower the final count will be. If this count is the digital output of the ADC, we have a larger analogue input giving a smaller digital output, which is surely not the case. Is there another logic stage (not shown) which converts the count into the digital output?
great Explaination
Can you please tell me how to calculate the value of Sampling and feedback capacitor in 2nd order SD-ADC 2MHz samplig frequency and NFFT is 8192.
well done animation! helped alot.
So delta-Sigma modulators basically output in DSD (PDM). So it's best to resample your music to DSD in software so the DAC doesn't have to do it internally?
This is an excellent video. If I would criticize anything, you should have included the clock signal too so it would be easier to track, but that's it.
this is an amazing animation to let me know the basic of Delta-Sigma modulator, thank you
bro, who is texting me all the time while watching the video? :D jokes aside, thanks for the nice visualization
😂😂😂
I hate the bubble popping sound
I'm sorry 😔
thank you
More videos please.... Awesome
They're slowly coming as I get time!!!
@@fzigunov Thank you very much for the reply Sir, take your time and do your best
Thanks for sharing
Very good your presentation, it is a device more difficult to understand than other DAC or ADC types. It would be very good if you can make other videos explaining each part ..... for example because we need the clock since if the same works ..... you could explain the resulting binary code at the output, how many bits is the information, ... etc Greetings
Really thanks for making this video and sharing your knowledge. But can you please share the simulation platform wher u have done the simulation??
Thank you very much for this video. You helped me a great deal for my bachelor thesis!
The visualization helped me to understand this. Is there also a good way to visualize the same in the frequency domain?
good video but very complicated. Please make one for absolute beginners
I'm sorry it was overwhelming!! I tried my best =]
I think there isn't a shorter and easier way to tell this. If you're not familiar with individual blocks (differential amplifier, integrating circuit, comparator) then you have to catch up with those first, but after that - there isn't a simpler way to explain it
@@tenkowal yes so he should have explained all those elements first. The video is called "basics"
@@electrobeats8203 Basic for an advanced circuit tutorial. In fact he explained way more than he should have imo
It's ok to have prerequisites. For example: If you walk into a class on creative writing your teacher won't explain basic grammar to you, despite it being needed in order to write a coherent text.
Similarly, if you take a "basics of complex analysis" course in mathematics you will be expected to know high school algebra, calculus and linear algebra. That doesn't make the course any less "basic".
Just like that, certain topics in electrical engineering also have prerequisites. You'll just have to learn them yourself.
amzing
I understand ideal and non-deal op amp and integrating circuit, but I just don't follow this video at all. Aside from the input signal, what are the blue, white and lower yellow signal lines? Do I need to generate three extra signal to process the input voltage?
Well you're explaining what is happening operationally (this specific form) but not the why or how it does it's actually function of "noise shaping". That being said the theory would be beyond most.
These pops in your video are a bit too laud.
Nevertheless thanks for the content.
Annoying pops... pop... pop... pop...
Someone please tell me where this is applied to? Is it used for audio circuiting? Or modular synths? Or just measuring sound waves?
Everywhere for everything. The world is analog, but it's easier to process digitally. This is the in-between. For example, your thermometer. Temperature doesn't come in 1's and 0's, it's an analog real world phenomenon that changes voltage. You can put that voltage through what's shown here, plus some additional processing, and you can display that temperature on a screen. Audio systems use these, anything measuring pressure or weight, light, speed etc.
i don't get it
😆
the content are rice and helpful ,but speaking too fast ,quite difficult to catch with ,especially for those people who are not english native
Explanation=0👎
The sample frequency must be 100x the high frequency content of the input signal. Its possible to make 2 or more bit version of this.
Recover the Sigma Detla data stream into multi bit word. representation