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.

difficult fundamental question: about delta sigma modulator

Status
Not open for further replies.

tony_taoyh

Full Member level 2
Joined
Oct 20, 2004
Messages
131
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Activity points
1,785
Hi, All,

I have another difficult fundamental question for the first order delta sigma modulator.


........................................................ff
........................................................|
x -----(+) ----- {z^-1/(1-z^-1)} ------(+) ------> [8-bit ADC] ------> y
..........|__________________________________________|


Notes: Please ignore the dots when reading.
Because the website will automatically remove those long whitespace in typing.

The feedback is a negative one, with 8-bit ideal DAC.

The ADC is also a ideal one.

ff is white noise. x is a DC input.

According to the linear model, the TF is as:
y = x*z^-1 + (ff+qq) * (1-z^-1), where qq is the quantization noise.

According to this model, the ff will also be first-order shaped. Right?

However, from the Matlab behavioral model, ff is NOT shaped.

In the matlab program, the integrator output can be written as:

v1(n) = v1(n-1) + 1*(x(n-1) - y(n-1)) + ff(n-1)

It is equivalent to:

v1(n) = v1(n-1) + 1*({x(n-1) + ff(n-1) } - y(n-1))

Assuming the gain of the integrator is 1.

Then, the x + ff can be considered as the input of the modulator.

Both x and ff will NOT be shaped inside the behavioral simulation.

There shoud be some breaking point somewhere, to explain the
contradition between behavioral simulation and linear model.


Is there anybody who can explain this well?

Thanks a lot.






Is there anybody who can explain this well?

Thanks a lot.
 

if the ff is the kt/c noise, it should appear at the input of the integrator along with x.
 

i don't get this equation:
v1(n) = v1(n-1) + 1*(x(n-1) - y(n-1)) + ff(n-1)
 

Re: difficult fundamental question: about delta sigma modula

From the block diagram it appears that ff is the quantization noise and not qq. qq seems to be thermal noise because its not shown in the diagram. But anyway thermal noise doesn't undergo noise shaping.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top