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.

HspiceToolbox about eye-diagram

Status
Not open for further replies.

shinnyi

Junior Member level 1
Joined
Apr 13, 2006
Messages
15
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,384
eye diagram in hspice

excuse me sir
did anybody know?
i want to run eye-diagram
-----------------------------------------
x=loadsig('eye.tr0'); %Load the hspice output file eye.tr0 into matlab variable x
lssig(x) % List the variables in the x datastructure

what should i used??(eye diagram instruction) and how to use??

~~~~~~~~~~~~~~~~~
eyesig
eyesig_old
eyediagprim
eyediag1
eye_diag
~~~~~~~~~~~~~~~~~


thks
 

matlab plot eyesig

I want to know it too!!!
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
eye diagram hspice

Hi
see help of eyediagram() function.
regards
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
hspicetoolbox

Refer to hspice manual. Eye-diagram is described in detail.
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
eezou said:
Refer to hspice manual. Eye-diagram is described in detail.


i have a file 1.tr0
and how do i use eye diagram by matlab

how to do it , sir

please help me thank's
 

shinnyi said:
eezou said:
Refer to hspice manual. Eye-diagram is described in detail.


i have a file 1.tr0
and how do i use eye diagram by matlab

how to do it , sir

please help me thank's

Can you put the 1.tr0 to the EDAboard?

Maybe someone can help you.
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
Hi
you have signal in matlab
so use eyediagram() function to plot eye digram.
regards
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
shaq said:
shinnyi said:
eezou said:
Refer to hspice manual. Eye-diagram is described in detail.


i have a file 1.tr0
and how do i use eye diagram by matlab

how to do it , sir

please help me thank's

Can you put the 1.tr0 to the EDAboard?

Maybe someone can help you.
 

use this matlab script

clear;
addpath('d:/tools/HspiceToolBox');
x=loadsig('1.tr0');
vout = lssig(x)
eyesig_old(x,0.1e-6,99e-6,'out1');
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
flushrat said:
use this matlab script

clear;
addpath('d:/tools/HspiceToolBox');
x=loadsig('1.tr0');
vout = lssig(x)
eyesig_old(x,0.1e-6,99e-6,'out1');



sorry sir ,i forget to say the output pin for circuit, it's "dout" and "doutt"
and , i have try this again, like figure1 but i want eye diagram is like figrue 2 or figrue 3 , how do i do like figrue2, thanks you!

clear;
addpath('d:/tools/HspiceToolBox');
x=loadsig('1.tr0');
vout = lssig(x)
eyesig_old(x,0.1e-6,99e-6,'dout');
eyesig_old(x,0.1e-6,99e-6,'doutt');


figrue_1~ figrue_3
**broken link removed**
 

there is one demo sp file for eye diagram in $hspice_instal_dir/demo
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
cant open those pictures
 

    shinnyi

    Points: 2
    Helpful Answer Positive Rating
flushrat said:
cant open those pictures


sorry here
i'm refresh it again

figure_1 ~ figure_3

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top