+ Post New Thread + Reply to Thread
Results 1 to 12 of 12

Thread: how to implement Sinc filter for sigma delta AD downsampling

  1. #1
    Junior Member level 2
    Join Date
    Nov 2004
    Posts
    22
    Helped
    0 / 0

    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!!

    •   Alt 

      Advertising

      advertising

        
       

  2. #2
    Full Member level 3
    Join Date
    Dec 2004
    Posts
    188
    Helped
    3 / 3

    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.



  3. #3
    Advanced Member level 2
    Join Date
    Jul 2001
    Posts
    608
    Helped
    7 / 7

    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 ?



  4. #4
    Full Member level 5
    Points: 2,597, Level: 11

    Join Date
    Jul 2001
    Posts
    286
    Helped
    5 / 5
    Points
    2,597
    Level
    11

    sinc filter in c

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



  5. #5
    Full Member level 3
    Join Date
    Dec 2004
    Posts
    188
    Helped
    3 / 3

    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....



  6. #6
    Full Member level 5
    Points: 2,597, Level: 11

    Join Date
    Jul 2001
    Posts
    286
    Helped
    5 / 5
    Points
    2,597
    Level
    11

    sinc downsampling

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



  7. #7
    Member level 5
    Join Date
    May 2004
    Posts
    94
    Helped
    2 / 2

    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



  8. #8
    Full Member level 5
    Points: 2,597, Level: 11

    Join Date
    Jul 2001
    Posts
    286
    Helped
    5 / 5
    Points
    2,597
    Level
    11

    sinc 3 sigma delta

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



  9. #9
    Full Member level 3
    Join Date
    Dec 2004
    Posts
    188
    Helped
    3 / 3

    sigma delta digital filter bit growth

    use mfilt.cicdecim to be the comb decimation filter.



  10. #10
    Full Member level 5
    Points: 2,597, Level: 11

    Join Date
    Jul 2001
    Posts
    286
    Helped
    5 / 5
    Points
    2,597
    Level
    11

    sinc filter sigma delta

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



  11. #11
    Advanced Member level 2
    Join Date
    Jul 2001
    Posts
    608
    Helped
    7 / 7

    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



  12. #12
    Full Member level 3
    Join Date
    Dec 2004
    Posts
    188
    Helped
    3 / 3

    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.



+ Post New Thread + Post New Thread + Reply to Thread