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.

ADC digital filter section

Status
Not open for further replies.

singhji0000

Junior Member level 3
Junior Member level 3
Joined
Apr 1, 2011
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,464
2nd order sigma delta ADC:

ADC filter section: updown counter and accumulator
the filter stage1 after comparator 1 uses x = x + xx * (n - i +1)
where xx is comp1 output and x is output of filter and 1<i <n

the filter stage2 after comparator 2 uses y = y + yy*1
where yy is comp2 output and y is output of filter2 and from summation 1 to n

Now as far as i understood, (n+1-i) in the filter1 is triangular window function which comprises of two stage rectangular window function. if i need one more stage of rectangular window function ie cascading three rectangular window shud gimme quadratic window.

what is the fucntion for quadratic window and how it will be implmented in filter 1 if i want use it?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top