C
cyseok
Guest
This is my ocean script.
v1 = v("Vsampled")
fft1 = dB20(dft(v1,1m,19.874368,524288,"Cosine2",1,1)
plot(fft1)
How can I save fft1 in a file?
Later, from the file, I just want to plot the waveform in wavescan or
awd
without doing caculation again.
I don't want to do fft whenever I want the result since doing fft takes
some time.
Thanks in advance.
v1 = v("Vsampled")
fft1 = dB20(dft(v1,1m,19.874368,524288,"Cosine2",1,1)
plot(fft1)
How can I save fft1 in a file?
Later, from the file, I just want to plot the waveform in wavescan or
awd
without doing caculation again.
I don't want to do fft whenever I want the result since doing fft takes
some time.
Thanks in advance.