Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to implement Sinc filter for sigma delta AD downsampling

Status
Not open for further replies.

bbqsky

Junior Member level 2
Joined
Nov 18, 2004
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
197
sigma delta downsampling

I am designing the decimation filter for sigma delta ADC. The filter is multi-stage and the first stage is a Sinc filter.
The implementation of the Sinc filter as a cascade of integators and differentiators, the integators operate at high clock rate, the differentiators operate at low clock rate.
Because the integator is cascaded, the second and third integators will very easy to go unlimited, if the their input is always negative or positive.
The Sinc filter is so popular using for downsampling, who can help me to realize it.
Thanks for any reply!!
 

sinc filter

The comb filter is easy to implement.You need not to consider the overflow on it.
Just consider how long the bit length will not cause the aliasing effect of the signal.
You can see it in "Delta sigma data converter" edit by Norsworthy.
 

sigma delta aliasing sinc

how to use RTL code implement it ?? some filter like sinc filter
use matlab simulation is ok , but how convert it to RTL code ??

some equation --> ( 1+ a X + b X^2) / (1+ c X + d X^2 )..
like this equation how to implement ??
use "shift register " for divide ?
 

sinc filter in c

Is the bit-serial method can get more efficient digital circuit ?
 

sinc filter implementierung

How to use matlab to simulate the sinc filter?
what does the IWL/OWL means?
Does +1/-1 means IWL = 2 or 1?
thanks for help....
 

sinc downsampling

If the modulator is multi-bit output, how to design the digital filter ?
 

smash+sigma delta

Hi,
Sinc filter can be inplemented without considering overflow, if you have reserved addition bit width for word length growth. Certaintly, The integrator can make a number overflow, but research papers state that the result is right though overflow occurs. Pelease refer to basic materials about cic filters.

Reguards,
Claint

Added after 5 minutes:

Hi,
multibit and single bit does not impact the choice of filter. Multibit may impact your implementation of the filter. You may choose longer word length to preserve the precision of the filter.
Good luck

Regards,
Claint

Added after 17 minutes:

Here is the basic material of CIC filter.
Good Luck
Claint
 

sinc 3 sigma delta

Is there any matlab script for decimation / interpolation filter design ?
 

sigma delta digital filter bit growth

use mfilt.cicdecim to be the comb decimation filter.
 

sinc filter sigma delta

To boeysue,
Would you mind to explained more detailed on your comments ?
 

coefficient of sinc filter

Hi boeysue
dolphin smash support spice + RTL , could give some example
use spice -> for analog modulator
and some RTL -> for digital filter design

and we can use co-simulator simulation delta-sigma A/D

thank you
 

sinc filter sigma delta adc

How to implement the digital sigma delta modulator for dac??
My now work is to implement multi-bit DAC.....How to determine the order/coefficient/architecture of modulator.??

Thanks for answering.
 

Re: sinc 3 sigma delta

Is there any matlab script for decimation / interpolation filter design ?

:oops:u can try Matlab Filter Design Toolbox Available in Matlab 7.7 version
there in command window execute 'filterbuilder'
.............. follow steps and u can generate any type of filter with it's HDL code
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top