DSPRelated.com
Forums

Delta Sigma Modulator Decimation output

Started by amith24791 5 years ago3 replieslatest reply 5 years ago218 views
Hello Everyone,I am new DSP so this might be a basic question. I have a Delta Sigma Modulator model in simulink operating at fs=10MHz. I have designed a Recursive CIC(order 3), Non recursive CIC(order 3 and decimation of 2 in each stage), Polyphase CIC(order 3 and with decimation of 2 in each stage) and Polyphase CIC with decimation of 8 and order 3.


When I plotted the PSD of the decimation output I obtained the following plot. 

Blue-Recursive CIC

Green-Non recursive CIC

Orange-Polyphase CIC

Pink-Polyphase CIC with decimation of 8

decimation_output.jpg


Could someone please to me why i am seeing a higher noise floor in Polyphase CIC structures?

I used the coefficients mentioned in High Speed Polyphase CIC Decimation Filters by Hong-Kui Yang' and W. Martin Snelgroveto implement Polyphase CIC with order 3 and decimation 8.

And to implement polyphase cic with decimation of 2 in each stage. I referred to Oversampled Sigma Delta ADC Decimation Filter: Design Techniques, Challenges, Tradeoffs and Optimization which gives me the E0(z) and E1(z).

Kind Regards,

Amith

[ - ]
Reply by Tim WescottOctober 19, 2019

I can't give you an exact answer, but broadly there's one of three possibilities: 

  1. Either the polyphase filter structure just inherently passes more out-of-band energy
  2. The polyphase filter structure suffers more from truncation
  3. You've got an implementation error

Looking at the plots, the two polyphase filters show the noise floor rising at 20db/decade, indicating a first-ish order response, while the plain old CIC filters show a 40dB/decade rise.  I would start by looking at the filters and asking what I would expect.

Have you worked out the filter math on paper to see what you would anticipate their frequency response to be?

[ - ]
Reply by gretzteamOctober 19, 2019

All those filters should have exactly the same frequency response (according to your description). Recursive vs non-recursive vs polyphase using stages vs polyphase using only 1 stage should all be the same filter (assuming you're targeting a 3rd order response). This is probably an implementation error.

[ - ]
Reply by dszaboOctober 19, 2019

I’m a bit confused by your plot. CIC filters are low pass, but your plots all look like raw outputs from a delta sigma modulator. Aside from the fact that you are seeing disparity in the performance, the filter attenuation is way less than what I would expect


edit: are you using the cic as the noise shaping filter, ie where the integrator(s) would normally be?  Because the plots would make a bit more sense if that were the case. If that’s so, it looks like the gain of the filter implementations are different, although the frequency responses may be different as well.  I would recommend testing the cic implementations outside the delta sigma to verify you are getting the same output with each.  Also, I’m not sure how one would use decimation in this context, because you would need to interpolate the signal between the output of the quantizer and error amplifier, which seems counterintuitive to me