Writing a PSF file from Ocean

  • Thread starter Christian Lindholm
  • Start date
C

Christian Lindholm

Guest
Hi,

I want to do some post processing with an Ocean script. Something like this:

openResults( "./psf" )
selectResults( "tran" )
fft = dft( VT( "/vout" ) 1e-6 2e-6 1024 "Rectangular" 0 0 1 )
ocnPrint( ?output "myFile" fft )

This creates an ASCII file... and now to my questions

1) I'd rather have the result in psfbin format. How can i do this with Ocean?

2) If not, can i easily get rid of the header? freq (Hz) dft(...

Best regards,
Christian
 

Welcome to EDABoard.com

Sponsor

Back
Top