Dear All,
I used the Matlab-spectre interface commmand to draw AC simulation result of SPECTRE in MATLAB.
The comand I used are belw:-
resdir = '/home/..../simulation/TB_TIA_INPUT_IMPEDANCE_TEST/spectre/schematic/psf';
signals=cds_srr(resdir,'ac-ac');
Vod=cds_srr(resdir,'ac-ac','Vod');
It looks like in MATLAB I am getting the conjugate of Vod. This I learned when I plotted 'Vod' phase and Magnitude in spectre Wave-scan.
Can anybody please tell whay it is happening so.
Kind Regards