I want to convert my output of 1 bit ADC to n-bit parallel. Which Digital Filter works best in this case? Any ideas how to design it?
Attachments
-
1.8 MB Views: 12
I want to convert the output of my 1 bit Delta Sigma ADC to n bit parallelYou say it is a 1-bit ADC, but then you say it is PWM. Which is it?
How do I design it using electronic circuitsJust put it through a IIR or FIR filter at the delta-sigma sampling rate.
You use a microprocessor capable of operating fast enough to perform the digital filter function.How do I design it using electronic circuits
You don't. It needs a microprocessor.How do I design it using electronic circuits
I must design it with electronic circuits and I am unable to figure it how because the substrate here is glass and embedding chips is not possibleYou don't. It needs a microprocessor.
I must design it with electronic circuits and I am unable to figure it how because the substrate here is glass and embedding chips is not possible...You use a microprocessor capable of operating fast enough to perform the digital filter function.
But it's a lot easier just to use a sigma-delta A/D IC.
So how were you thinking of building a digital filter circuit without chips?the substrate here is glass and embedding chips is not possible...
So I need to make use of circuits to build a digital filter
Chips cannot be embedded on glass so I was trying to figure out how?So how were you thinking of building a digital filter circuit without chips?
Maybe he has a chip fabrication process that uses glass as a substrate. I think(?) what he said is that he cannot embed existing dice on the glass substrate.So how were you thinking of building a digital filter circuit without chips?
It is flat panel display..so I can build the circuits at transistor level with passive component but cannot solder the chips on glassMaybe he has a chip fabrication process that uses glass as a substrate. I think(?) what he said is that he cannot embed existing dice on the glass substrate.
Could you please support me with a block diagram or circuit diagram on how this is connected or is it connected like D-latch ->multiplier -> adder in series.A 1st order IIR filter can be from a D-type latch, a multiplier and an adder. If you restrict your coefficients to negative powers of two, the multiplier can be replaced by a barrel-shifer.