Yes, there are digital glitch filters that will remove noise glitches and clean up a noisy digital signal.
Check this:
https://en.wikipedia.org/wiki/Glitch_removal
Check this:
https://en.wikipedia.org/wiki/Glitch_removal
You need to find a maker space. They have all kinds of cool stuff you can use or borrow. I was 12 when I built my first 40M CW transmitter.I'm only 15 so I don't have a job. I have $40 to my name lol. What's the cheapest scope I can get?
I've been using an app on my tablet but I don't think it's very accurate.
I was planning on using an IC, but if all the IC is is a tiny resistor ladder, the inconsistent digital signal will still cause an inconsistent analog output , right? Unless the chip is designed to even out the signal, I'll have the same problem using an IC as if I built a discrete DAC.What's wrong with using something like this:
https://www.maximintegrated.com/en/...ters/digital-to-analog-converters/MX7248.html
It's about $8 in singles and contains, on chip, nearly everything you need -- including a voltage reference and output buffer.
The days of rolling your own high quality DACs/ADCs are long past, unless you are doing it as part of a learning experience.
This could be what I need, unless this type of thing is built into DAC chips.Yes, there are digital glitch filters that will remove noise glitches and clean up a noisy digital signal.
Check this:
https://en.wikipedia.org/wiki/Glitch_removal
No. Your digital lines encode, digitally, the desired analog value.I was planning on using an IC, but if all the IC is is a tiny resistor ladder, the inconsistent digital signal will still cause an inconsistent analog output , right? Unless the chip is designed to even out the signal, I'll have the same problem using an IC as if I built a discrete DAC.
Because of noise, digital "high" signals jitter, what should always be exactly 5 volts, jumps around near 5 volts; 4.82, 5.3, 5.22, 4.9. Constantly jittery, never a constant signal.
Like someone said, that's fine for digital logic, but not for analog waveform generation. If you're sending a jumpy digital signal in, you'll get a jumpy analog signal out, it's totally GIGO!
Oh, I see. In that case, have any recommendations for 5 bit DACs?This digital code drives switches that switch in/out parts of the ladder depending on code.
I already provided you with a reasonably inexpensive candidate. It is 12 bits. You just set the extra seven low-order bits to zero.Oh, I see. In that case, have any recommendations for 5 bit DACs?
Is this what you are actually trying to do or is this just an example for the purpose of discussion.I want to send an oscillating signal out the joystick port of my Commodore 64, by writing 0 and 1 to the bits in the register that corresponds with the port. The problem is that the port is a little noisy, so it doesn't sound that great.
It was just an example really, and in this case the noise must've just been my circuit or the oscilloscope app I was using, like I said it isn't very accurate. But there's always going to be some noise.Is this what you are actually trying to do or is this just an example for the purpose of discussion.
Can you give us a specific problem that you are working on rather than just general discussion?It was just an example really, and in this case the noise must've just been my circuit or the oscilloscope app I was using, like I said it isn't very accurate. But there's always going to be some noise.
Well, I'm just experimenting with stuff right now, trying to make different waveforms and sounds. I'm just messing around, I don't really have a real project in mind. It looks like I need a DAC to get anywhere with this stuff so I think I'll get one.Can you give us a specific problem that you are working on rather than just general discussion?
Not a problem.Well, I'm just experimenting with stuff right now, trying to make different waveforms and sounds. I'm just messing around, I don't really have a real project in mind. It looks like I need a DAC to get anywhere with this stuff so I think I'll get one.
Anyway, thanks for the help. I'm going to see about finding a place with an oscilloscope.