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.

Help about Sigma Delta modulator

Status
Not open for further replies.

RDRyan

Full Member level 2
Full Member level 2
Joined
May 24, 2007
Messages
132
Helped
21
Reputation
42
Reaction score
3
Trophy points
1,298
Location
China
Activity points
1,976
How to implement a sigma delta modulator in verilog?
I want to use a MASH1-1-1 simga delta modulator in fractional-N PLL. how to implement it in actual circuit? Can anyone give some suggestion or some references?

thanks very much!

Ryan
 

To build a verilig model, you have 2 ways (those are the ones I know) :

1-A simplified way :You can use the laplace_nd({num coeffs},{denom coeffs})
to implement the NTF of the DS modulator (note that this is valid only for VerilogA or VerilogAMS).

2-Build a behavioral model for each accumulator ,register ,adder ,subractor...etc.
Then connect them (for example in a schematic) and simulate the new block .
I've tried the second way (but I used VHDL) and it gave good results .
 

    RDRyan

    Points: 2
    Helpful Answer Positive Rating
I have made a behavioral model. But it is too difficult
to implement the noise cancellation network in MASH 1-1-1.

Thank you very much! I will try again.
 

I have implemented an order 2 and order3 sigma delta modulator on FPGA (verilog).But many papers say that high order sigma delta modulator will be better.I just wonder if someone has implemented high order sigma delta modulator.I used some coefficients of some paper from IEEE,they can not work.:cry:
 

I used VHDL to implement a 3rd order sigma delta modulator (single loop architecture). please can you give me an example of vhdl code because i'am a beginig in vhdl modelling.

thanks very much!
Noura
 

Check out the paper:
CMOS Delta-Sigma Frequency Synthesizer with a New Frequency Divider and a Simplified MASH Structure.

Soo-Hwan Kim, Min-Sun Keel, Ki-Won Lee and Suk-Ki Kim
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top