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.

Question about MASH delta-sigma Modulator

Status
Not open for further replies.

oomywayoo

Newbie level 4
Joined
Nov 29, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,305
Hi
I have built digital correction logic in matlab .
How to send the H-spice result into Matlab for calculate SNDR?
THANKS
 

the hspice simulation results can be saved as a file
and then loaded into the matlab
 

after running hspice,you can get output by .lis file if using .print in your simulation file

then open .lis and delete you don't want information

save you data as .mat

in matlab command windows

load('-ascii','file name')

the file must in your current directory

then process the matrix by error cancellation logic

good luck!

ps.
sorry,i got D in English XD
 
Try the hspice command : .lprint
It is the logic print out, much more efficient for logic signals, as it only ouput digital 0 and 1.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top