1 function retVal = transistorComparison( DTIRPath, VFPath )
3 retVal.d = readtable(DTIRPath);
21 title(
"S-Param input difference" );
24 title(
"S-Param output difference" );
50 set( gca,
'YScale',
'log' );
51 title(
"FFT Transistor input" );
55 title(
"FFT S-Param input DTIR" );
56 set( gca,
'YScale',
'log' );
60 title(
"FFT S-Param output DTIR" );
61 set( gca,
'YScale',
'log' );
65 title(
"FFT S-Param input VF" );
66 set( gca,
'YScale',
'log' );
70 title(
"FFT S-Param output VF" );
71 set( gca,
'YScale',
'log' );
76 title(
"FFT S-Param Trans DTIR" );
77 set( gca,
'YScale',
'log' );
82 title(
"FFT S-Param Trans VF" );
83 set( gca,
'YScale',
'log' );
std::vector< std::complex< T > > fft(const std::vector< T > &inputData)
end if abs(real(dotprod))>rstoerst rstoerst
plot(retVal.d.time, retVal.d.n7)